﻿theText = '';
theText += '<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="750" id="container" align="middle">';
theText += '<param name="allowScriptAccess" value="sameDomain" />';
theText += '<param name="movie" value="container.swf" />';
theText += '<param name="quality" value="high" />';
theText += '<param name="bgcolor" value="#fff" />';
theText += '<embed src="container.swf" quality="high" bgcolor="#fff" width="100%" height="750" name="container" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />';
theText += '</object>';
document.write(theText);

