$(document).ready(function(){
	//Logo
	$('#logo').flash({
	    src: "/swf/logo.swf",
	    width: "191px",
	    height: "191px",
	    wmode: "transparent"
	});
	
	$('#flash_home').flash({
	    src: "swf/home.swf",
	    width: "694px",
	    height: "587px",
	    wmode: "transparent"
	});
	
		$('#som_top').flash({
	    src: "/swf/som.swf",
	    width: "54px",
	    height: "42px",
	    wmode: "transparent"
	});
	
});
