<!--

	var _SERVER="http://uranai.nifty.com/app/f12seiza/blogparts/uranaiUsaru/";
	var _SWF_PATH=_SERVER+"uranai.swf";

	var _flashVars="";
//http://uranai.nifty.com/
//http://www.usaru.jp/
	document.write('<div style="line-height:0px;margin:0px;width:150px;"><img width=150 height=25 src="'+_SERVER+'header.gif" style="line-height:0px;margin:0px;DISPLAY:block;PADDING:0px;"><br>');
	document.write(returnSWF( "curryDivInner", "curryObjID", [ 150, 188 ], _SWF_PATH, _flashVars ));
	document.write('<br><a href="http://uranai.nifty.com/cgi-bin/count_link.cgi?usaru_blogparts?http://www.usaru.jp/" target="_blank"><img src="'+_SERVER+'footer.gif" border=0></a>');
	document.write('</div>');

//opaque
	function returnSWF(divID, objID, sizeArray, swfPath, flashVars){
		var all_str="<object id='"+objID+"' style='DISPLAY:block;PADDING:0px;line-height:0px;margin:0px;' classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0' ";
		all_str=all_str+"width='"+sizeArray[0]+"' height='"+sizeArray[1]+"'>";
		all_str=all_str+"<param name='movie' value='"+swfPath+"'>";
		all_str=all_str+"<param name='quality' value='high'><param name='wmode' value=''>";
		all_str=all_str+"<param name='FlashVars' value='"+flashVars+"'>";
		all_str=all_str+"<param name='allowScriptAccess' value='always'>";
		all_str=all_str+"<embed name='"+objID+"' src='"+swfPath+"' quality='high' bgcolor='#FFFFFF' ";
		all_str=all_str+"width='"+sizeArray[0]+"' height='"+sizeArray[1]+"' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' ";
		all_str=all_str+"FlashVars='"+flashVars+"' allowScriptAccess='always' wmode=''>";
		all_str=all_str+"</embed></object>";
		return all_str;
	}
-->