function writeSWFTag(){
	var swf_url = "http://110.50.202.191/sw/social_window.swf";

	var html = '<div id="osada_tool" style="width:180px; height:240px; position:relative; padding-bottom:30px;"><div id="social" style="position:absolute; right:0px; top:0px; width:240px; height:450px; z-index:1000; visibility:visible;">';
	html += '<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100%" height="100%" id="sw" scale="noscale" align="top" salign="rt">';
	html += '<param name="allowScriptAccess" value="always" />';
	html += '<param name="movie" value="' + swf_url + '" />';
	html += '<param name="quality" value="high" />';
	html += '<param name="wmode" value="transparent" />';
	html += '<param name="scale" value="noscale" />';
	html += '<param name="align" value="top" />';
	html += '<param name="salign" value="rt" />';
	html += '<embed src="' + swf_url + '" quality="high" bgcolor="#ffffff" wmode="transparent" width="100%" height="100%" name="sw" scale="noscale" align="top" salign="rt" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	html += '</object></div></div>';
	document.write(html);

}
writeSWFTag();
