function loadSwf(swfname,jshost,jsdomain,jsaccount,jsfile,jswidth,jsheight,jssound,jspattern,jsbuffertime,jsautostart){
	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,79,0"');
	document.write(' width="320"');
	document.write(' height="306">');
	document.write('<param name="quality" value="high">');
	document.write('<param name="wmode" value="transparent">');
	document.write('<param name="movie" value="'+swfname+'">');
	document.write('<param name="flashvars" value="jshost=' + jshost + '&jsdomain=' + jsdomain + '&jsaccount=' + jsaccount + '&jsfile=' + jsfile + '&jswidth=' + jswidth + '&jsheight=' + jsheight + '&jssound=' + jssound + '&jspattern=' + jspattern + '&jsbuffertime=' + jsbuffertime + '&jsautostart=' + jsautostart + '">');
	document.write('<embed type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/jp/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"');
	document.write(' width="320"');
	document.write(' height="306"');
	document.write(' quality="high"');
	document.write(' src="'+swfname+'"');
	document.write(' flashvars="jshost=' + jshost + '&jsdomain=' + jsdomain + '&jsaccount=' + jsaccount + '&jsfile=' + jsfile + '&jswidth=' + jswidth + '&jsheight=' + jsheight + '&jssound=' + jssound + '&jspattern=' + jspattern + '&jsbuffertime=' + jsbuffertime + '&jsautostart=' + jsautostart + '">');
	document.write('</embed>');
	document.write('</object>');
}