$(document).ready(function() {

if($.cookie("ctravel_show")==null)
{

$j.fancybox({
			'padding'		: 0,
			'autoScale'		: false,
			'transitionIn'	: 'none',
			'transitionOut'	: 'none',
			'width'		: 420,
			'height'		: 320,
      'type'    : 'iframe',
			'href'			: 'http://pl1.nw.nettur.pl/241474/index.rst?Act=show_doc_banner'
		});  
$.cookie('ctravel_show','true');
}

});
