document.write('<link rel="stylesheet" type="text/css" href="/css/jquery.fancybox.css" media="screen,tv" />');
document.write('<script type="text/javascript" src="/js/jquery.easing.js"></script>');
document.write('<script type="text/javascript" src="/js/jquery.fancybox.pack.js"></script>');
$(document).ready(function() {
	$('.photo a[href$=jpg], .photo a[href$=gif], .photo a[href$=png]').fancybox();
});

