document.write('<object data="' + strFlashLocation + '" type="application/x-shockwave-flash" width="' + intWidth + '" height="' + intHeight + '">');
document.write('<param name="MOVIE" value="' + strFlashLocation + '">');
document.write('<param name="pluginurl" value="http://www.adobe.com/go/getflashplayer">');
document.write('<param name="quality" value="high">');
document.write('<param name="wmode" value="transparent">');
document.write('<p><img src="' + strAltLocation + '" alt="' + strAltText + '"></p>');
document.write('</object>');
