theObjects = document.getElementsByTagName("object"); 
for (var i = 0; i < theObjects.length; i++) { 
theObjects[i].outerHTML = theObjects[i].outerHTML; 
}
function displayhomeflash()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="734" height="150">\n');
   document.write('<param name="movie" value="../Templates/images/flash/Winsoc.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="../Templates/images/flash/Winsoc.swf" quality="high"  type="application/x-shockwave-flash" width="734" height="150"></embed>\n');
   document.write('</object>\n');
}
function displayhomeflash1()
{
   document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="734" height="150">\n');
   document.write('<param name="movie" value="Templates/images/flash/Winsoc.swf" />\n');
   document.write('<param name="quality" value="high" />\n');
   document.write('<param name="WMODE" value="Opaque" />\n');
   document.write('<embed src="Templates/images/flash/Winsoc.swf" quality="high"  type="application/x-shockwave-flash" width="734" height="150"></embed>\n');
   document.write('</object>\n');
}
