﻿function docWrite(){
	var html="";
	html+='<div id="flaLayer" style="visibility:visible;">';
	html+='<object id="movie" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" 	width="460" height="529" id="sports_paper_form" align="middle">';
	html+='<param name="allowScriptAccess" value="always" />';
	html+='<param name="movie" value="http://parts.kuru2jam.com/js/sports_paper_form.swf" />';
	html+='<param name="quality" value="high" />';
	html+='<param name="wmode" value="transparent">';
	html+='<param name="bgcolor" value="#333333" />';
	html+='<embed src="http://parts.kuru2jam.com/js/sports_paper_form.swf" quality="high" bgcolor="#333333" width="460" height="529" name="sports_paper_form" align="middle" 	wmode="transparent" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	html+='</object>';
	html+='</div>';
document.write(html);
}
docWrite();

