/**
 * @author 2kal - inagy
 * @copyright 2010
 */
$(document).ready(function(){
    $("#x_popUp").fancybox().delay(300).trigger("click");
});
