$(function(){
	// Flash
	$('#flashHome').flash({
	    src: '/swf/home.swf',
	    width: 1250,
	    height: 630,
	    scale: "noborder",
	    salign: 'lt',
	    wmode: "transparent"
	});
});