//blogSeal
var flVa = window.location.search
function writeTag(id01,id02,id03,id04){
		var swf_url = "http://www.lucido-l.jp/blogparts/lcltime.swf?id01="+id01+"&"+"id02="+id02+"&"+"id03="+id03+"&"+"id04="+id04
		var html = "";
		html += '<div align="center">';
		html += "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0' width='150' height='250' id='bPat' align='middle'>";
		html += "<param name='allowScriptAccess' value='always' />";
		html += "<param name='movie' value='" + swf_url +"' />";
		html += "<param name='scale' value='noscale' />";
		html += "<param name='salign' value='lt' />";
		html += "<param name='quality' value='high' />";
		html += "<param name='wmode' value='transparent' />";
		html += "<embed src='" + swf_url +"' quality='high' scale='noscale' salign='lt' wmode='transparent' width='150' height='250' name='bPat' id='bPat' swLiveConnect=true align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' wmode='transparent'/>";
		html += "</object>";
		html += '</div>';
		
		document.write(html);
}
