var source_url="http://cybersticker.jp/cybersticker/47/47.swf";
var html ="";
html += "<link href='http://cybersticker.jp/cybersticker/soysource/source.css' rel='stylesheet' type='text/css'>";
html += "<div id='soysource'>";
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='150px' height='290px' id='source_swf' align='middle'>";
html += "<param name='allowScriptAccess' value='always' />";
html += "<param name='movie' value='" + source_url + "' /><param name='wmode' value='transparent' /><param name='quality' value='high' /><param name='bgcolor' value='#ffffff' /><embed src='" + source_url + "' quality='high' bgcolor='#ffffff' width='150px' height='290px' name='source_swf' align='middle' wmode='transparent' allowScriptAccess='always' type='application/x-shockwave-flash' pluginspage='http://www.macromedia.com/go/getflashplayer' />";
html += "</object></div>";
document.write(html);
function viewSource(){
var w=window.open('');
	if (w) {
		var d=w.document;
		d.write('<xmp>'+document.documentElement.innerHTML+'</xmp>');
		d.close();
	}
}