//blogParts
function DisplayTag($GID,UID){
	var loc = escape(window.location);
	var flVa = 'urld=' + loc + '&gid=' + $GID;
	var swfurl = 'http://guririnomori.jp/blogparts/swf/bparts.swf?UID='+UID;

	var html = "";
	html += '<div align="center">';
	html += "<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000' codebase='https://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0' width='160' height='300' id='gbp' align='middle'>";
	html += "<param name='allowScriptAccess' value='always' />";
	html += "<param name='movie' value='" + swfurl + "' />";
	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 += "<param name='FlashVars' value='" + flVa + "' />";
	html += "<embed src='" + swfurl + "' quality='high' scale='noscale' salign='lt' wmode='transparent' width='160' height='300' name='gbp' id='gbp' align='middle' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='https://www.macromedia.com/go/getflashplayer' wmode='transparent' FlashVars='" + flVa + "'/>";
	html += "</object>";
	html += '</div>';

	document.write(html);
}

