function bp001(lbw,lcol,lclock) {
document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write(' width=150 height=200 id="swf"');
document.write(' style="margin:0px;padding:0px;"');
document.write(' codebase="http://fpdownload.adobe.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,45,0">');
	document.write('<param name="movie" value="http://kids.nifty.com/picke/blogparts/bp001.swf" />');
	document.write('<param name="flashvars" value="opt_clock='+lclock+ '&opt_bdwidth='+lbw+ '&opt_bdcol='+lcol+ '" />');
	document.write('<param name="loop" value="false" />');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="http://kids.nifty.com/picke/blogparts/bp001.swf"');
document.write(' width=150 height=200 id="swf"');
document.write(' style="margin:0px;padding:0px;"');
document.write(' flashvars="opt_clock='+lclock+ '&opt_bdwidth='+lbw+ '&opt_bdcol='+lcol+ '"');
document.write(' loop="false" menu="false" quality="high" bgcolor="#FFFFFF"');
document.write(' type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" /></object>');
}
