function loadSwf() {
	var date = new Date();
	var sign = date.getTime();
	sign = 1;

	var w = 538;
	var h = 269;
	var file_path = "flash/top_movie.swf?dummy="+sign;
	document.write("<object classid=\"clsid:d27cdb6e-ae6d-11cf-96b8-444553540000\" width=\""+w+"\" height=\""+h+"\" id=\"flashImage\" align=\"middle\">");
	document.write("<param name=\"allowScriptAccess\" value=\"sameDomain\" />");
	document.write("<param name=\"movie\" value=\""+file_path+"\" />");
	document.write("<param name=\"quality\" value=\"high\" />");
	document.write("<param name=\"bgcolor\" value=\"#FFFFFF\" />");
	document.write("<param name=\"wmode\" value=\"transparent\" />");
	document.write("<embed src=\""+file_path+"\" quality=\"high\" bgcolor=\"#ffffff\" width=\""+w+"\" height=\""+h+"\" name=\"flashImage\" align=\"middle\" allowScriptAccess=\"sameDomain\" type=\"application/x-shockwave-flash\" />");
	document.write("</object>");
}

$(document).ready( function () {
	$("a[href^=http]").not("[href*="+location.hostname+"]").attr("target","_blank");
});

