$(document).ready(function() {
		//$('#pojContent').css('opacity', 0.8);
		$('#pojMenuBg').css('opacity', 0.7);
		$('#pojAdvBg').css('opacity',0.7);
		$('#pojPhotos a').lightBox();
		$('#pojSummerPhotos a').lightBox();
		
		$('#pojWinterPhotos a').lightBox();

		$('a').each(function(){
			//$(this).hover(function(){this.blur();});
		});

		$('li').each(function(i){
			$(this).hover(function(){
				$('#pojPhotos a:eq('+i+') img').addClass('pojSelected');
			}, function() {
				$('#pojPhotos a:eq('+i+') img').removeClass('pojSelected');
			});
		});
		
		$('a.external').click(function() {
			window.open(this.href);
			return false;
		});
		
		$('#pojAdv a').hover(function() {
			$(this).find('img').addClass('advOver');
		}, function() {
			$(this).find('img').removeClass('advOver');
		});

});

var flashvars = {
	imgSrc: 'images/3a.jpg'
};
var params = {
	menu: "false",
	scale: "noScale",
	wmode: "opaque"
};
swfobject.embedSWF("TestAS.swf", "altContent", "100%", "100%", "9.0.0", "expressInstall.swf", flashvars, params);



