//<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="564" height="336">
//<param name="movie" value="/images/home/home_flash.swf">
//<param name="quality" value="high">
//<embed src="/images/home/home_flash.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="564" height="336"></embed>
//</object>

var newContent;
newContent = "";
newContent = newContent + "<object classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" codebase=\"http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0\" width=\"564\" height=\"336\">"
newContent = newContent + "<param name=\"movie\" value=\"/images/home/home_flash.swf\">"
newContent = newContent + "<param name=\"quality\" value=\"high\">"
newContent = newContent + "<embed src=\"/images/home/home_flash.swf\" quality=\"high\" pluginspage=\"http://www.macromedia.com/go/getflashplayer\" type=\"application/x-shockwave-flash\" width=\"564\" height=\"336\"></embed>"
newContent = newContent + "</object>"

document.write(newContent);
