$(function() {
/*
function dealon() {
var opa = 1;
if ($('#special_deal').css('opacity') == 1) {
opa = 0;
}
$('#special_deal').animate({opacity: opa}, 400, function() {dealon()});
}
$('#menu').append('
SPECIAL DEALS');
dealon();
*/
var promo = 'http://www.komododancer.com/files/3/d626f940e4008d19da4f14987f7fc54f.jpeg';
if (promo && window.location.hash != '#deals' && (document.location.href == 'http://'+document.domain+'/index.php' || document.location.href == 'http://'+document.domain+'/')) {
// createCookie('seen',1,0);
$.fancybox({
'href' : promo,
'padding' : 0,
'transitionIn' : 'elastic',
'transitionOut' : 'elastic'
});
}
$('#fancybox-content img').live('click', function() {
window.location = 'bookyourcruise.php?rnd='+Math.floor(Math.random()*99999)+'#deals';
});
});