jQuery(document).ready(function($) {
	// fancybox
	$(".photoBox a").fancybox({
		'hideOnContentClick': true,
		'overlayShow': true 
	});
	$(document).ready(function(){
		$('#main').flash(
			{ src: 'flash/movie.swf',
			width: 700,
			height: 390 },
			{ version: 6 }
		);
	});
})



//Grab the original BG color of the link

