$(document).ready(function(){$(function(){$(".swap").hover(function(){$(this).attr("src",$(this).attr("src").replace(/_off.png/,"_on.png"));},function(){$(this).attr("src",$(this).attr("src").replace(/_on.png/,"_off.png"));});});$("#photos a").fancybox({'zoomSpeedIn':300,'zoomSpeedOut':300,'overlayShow':true,'overlayOpacity':'0.7','overlayColor':'#000','centerOnScroll':true});});
