/***************************************
file Name: initswf.js
URI: 
Description: DOM Script Packege
Version: 1.0
Author: T.D.W
Author URI: 
***************************************/


/***************************************
	swfLoad
***************************************/
$(function(){
	var so = new SWFObject("http://"+location.hostname + "/wp-content/themes/vantan/swf/top.swf", "top", "940", "355", "8");
	so.addParam("quality", "autohigh");
	so.addParam("wmode", "opaque");
	so.write("top_swf");
});


