function RunFooStreambroadcast()
{
   document.write('<OBJECT id="VIDEO" width="320" height="240" CLASSID="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" type="application/x-oleobject">\n');
   document.write('<PARAM NAME="URL" VALUE="http://64.25.186.222:8080">\n');
   document.write('<PARAM NAME="SendPlayStateChangeEvents" VALUE="True">\n');
   document.write('<PARAM NAME="AutoStart" VALUE="False">\n');
   document.write('<PARAM name="uiMode" value="full">\n');
   document.write('<PARAM name="PlayCount" value="9999">\n');
   document.write('</object>\n');
}


function openWin(url, w, h) 
{ 
var winprop = 'width=' + w + ',height=' + h + ',scrollbars=yes'; 
openwin = window.open(url,'',winprop); 
} 


