//STD BlogParts
//2008.04.11
	
mainpath = "http://www.std-lab.jp/blogparts/";
swffile = "std_bp.swf";
swfname = "std_bp";
swfver = "8,0,0,0";
swfwidth = "160";
swfheight = "306";
wmode = "transparent";//windowMode(transparent,opaque)
swfasa = "always";//allowScriptAccess
swfvars = "";//"xmlURL=blogparts/stdbp.xml";

document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version='+swfver+'" width="'+swfwidth+'" height="'+swfheight+'" id="'+swfname+'" align="middle">');
document.write('<param name="allowScriptAccess" value="'+swfasa+'" />');
document.write('<param name="FlashVars" value="'+swfvars+'" />');
document.write('<param name="movie" value="'+mainpath+swffile+'" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="wmode" value="'+wmode+'" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="'+mainpath+swffile+'" Flashvars="'+swfvars+'" quality="high" wmode="'+wmode+'" bgcolor="#ffffff" width="'+swfwidth+'" height="'+swfheight+'" name="'+swfname+'" align="middle" allowScriptAccess="'+swfasa+'" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('</object>');
