
// Function
xMakeSWF();

function xMakeSWF(){	
	var sHtml = "";
	sHtml += '<center /><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0" width="160" height="350" id="jukebox_mini_10home" align="middle">';
	sHtml += '<param name="allowScriptAccess" value="always" />';
	sHtml += '<param name="allowFullScreen" value="false" />';
	sHtml += '<param name="movie" value="http://www.ongakuza-musical.com/special/blogparts/home/home_blogparts.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#FFFFFF" />	<embed src="http://www.ongakuza-musical.com/special/blogparts/home/home_blogparts.swf" quality="high" bgcolor="#ffffff" width="160" height="350" name="jukebox_mini_10home" align="middle" allowScriptAccess="always" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
	sHtml += '</object></center>';
	document.write(sHtml);
}

// -----------------------
/*
document.open();
document.writeln('<script type="text/javascript" charset="utf-8" src="http://www.ongakuza-musical.com/js/swfobject.js"></script>');
document.close();

document.open();
document.writeln('<div style="width:160px; height450px; margin:0 auto; padding:0;">');
document.writeln('<div id="shabon2010_bp">シャボン玉とんだ宇宙（ソラ）までとんだ</div>');
document.writeln('<script type="text/javascript">');
document.writeln('var flashvars={};');
document.writeln('var params={};');
document.writeln('params.allowscriptaccess="always";');
document.writeln('var atts={};');
document.writeln('swfobject.embedSWF("shabon2010_bp.swf", "shabon2010_bp", "160", "450", "9", null, flashvars, params, atts);');
document.writeln('</script></div>');
document.close();
*/
// -----------------------
