$(window).load(function() {
	//Flash code
	$("#flash").flash({
		src: "pano.swf",
		width: "100%",
		height: "370",
		bgcolor:"#2F231B",
		allowFullscreen:true,
		flashvars:{xml_file:'pano.xml'}
	},{ version: 9 });
	//Galleria code
	/*
	$("ul.gallery").galleria({
		clickNext:true,
		history:false
	});
	$("ul.galleria li:first").addClass("active");
	*/
	//$("ul.gallery").zgallery();
	var currPage = location.pathname;
	if (currPage.search("featured") != -1) {
		$("#content_cont").zgallery({
			xmlFile:'ftogallery.xml',
			thumbWidth:75, 
			viewerWidth:600, 
			fadeSpeed:100
		});
	}
});
