	function embed(yesorno) {
		if (yesorno == 'yes') {
var Tags = '<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"'
    + 'width="776" height="550"'
    + 'codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">'
    + '<param name="movie" value="home_shell.swf" /><param name="quality" value="high" />'
    + '<embed src="home_shell.swf" quality="high"'
    + 'width="776" height="550" name="homepage" align="middle"'
    + 'play="true"'
    + 'loop="false"'
    + 'quality="high"'
    + 'type="application/x-shockwave-flash"'
    + 'pluginspage="http://www.macromedia.com/go/getflashplayer">'
    + '<\/embed>'
    + '<\/object>';
document.write(Tags);
		}

}

