$(document).ready(function(){$("#navBar img, #mainContentNest img, #merch img, #appBookingInfo img, #subscribe img, #icon2 img").each(function(){rollsrc=$(this).attr("src");rollON=rollsrc.replace(/.png$/ig,"-over.png");$("<img>").attr("src",rollON)});$("#navBar a, #mainContentNest a, #merch a, #appBookingInfo a, #subscribe a, #icon2 a").mouseover(function(){imgsrc=$(this).children("img").attr("src");matches=imgsrc.match(/_over/);if(!matches){imgsrcON=imgsrc.replace(/.png$/ig,"-over.png");$(this).children("img").attr("src",imgsrcON)}});$("#navBar a, #mainContentNest a, #merch a, #appBookingInfo a, #subscribe a, #icon2 a").mouseout(function(){$(this).children("img").attr("src",imgsrc)});$("a#custom_2, a#custom_3, a#custom_4, a#custom_6, a#custom_7, a#custom_8, a#custom_9, a#custom_10, a#custom_11").fancybox({'zoomSpeedIn':0,'zoomSpeedOut':0,'frameWidth':425,'frameHeight':344,'overlayShow':true});$("a#custom_5").fancybox({'zoomSpeedIn':0,'zoomSpeedOut':0,'frameWidth':400,'frameHeight':267,'overlayShow':true});$("a.calendar").fancybox({'zoomSpeedIn':0,'zoomSpeedOut':0,'frameWidth':725,'frameHeight':500,'overlayShow':true});$("a.slideshow").fancybox({'zoomSpeedIn':0,'zoomSpeedOut':0,'frameWidth':775,'frameHeight':625,'overlayShow':true});$("p#test1 a").fancybox({'hideOnContentClick':true});$("a.readMore").fancybox({'zoomSpeedIn':0,'zoomSpeedOut':0,'frameWidth':650,'frameHeight':600,'overlayShow':true});$('ul#portfolio').innerfade({speed:1000,timeout:5000,type:'sequence',containerheight:'600px'});$('ul#portfolio2').innerfade({speed:1000,timeout:5000,type:'sequence',containerheight:'600px'});$(document).pngFix()});
