//JScript File

var DrawTV;

function TVDisp()
{

//<!--
//<div style="width:432px;height:402px;float:left;"><iframe  src="http://www.ndtv.com/convergence/ndtv/video/videoplay.aspx?id=1&pWidth=432&pHeight=402&autostart=false&embedBranding=false" scrolling="no" marginheight="0" marginwidth="0" frameborder="0" style="background-color:transparent;background-image:url(http://www.ndtv.com/convergence/ndtv/video/images/new_.gif);" height="402" width="432"></iframe> </div> 
//-->

DrawTV = '<object classid=CLSID:22d6f312-b0f6-11d0-94ab-0080c74c7e95 height=359 id=NSPlay type=application/x-oleobject width=430 standby="Loading Windows Media Player components...">';
DrawTV = DrawTV + '<param name="AudioStream" value="0"><param name="AutoSize" value="1"><param name="AutoStart" value="-1"><param name="AnimationAtStart" value="1"><param name="AllowScan" value="-1">';
DrawTV = DrawTV + '<param name="AllowChangeDisplaySize" value="-1"><param name="AutoRewind" value="0"><param name="Balance" value="0"><param name="BaseURL" value><param name="BufferingTime" value="1">';
DrawTV = DrawTV + '<param name="CaptioningID" value><param name="ClickToPlay" value="0"><param name="CursorType" value="0"><param name="CurrentPosition" value="-1"><param name="CurrentMarker" value="0">';
DrawTV = DrawTV + '<param name="DefaultFrame" value><param name="DisplayBackColor" value="0"><param name="DisplayForeColor" value="16777215"><param name="DisplayMode" value="0"><param name="DisplaySize" value="4">';
DrawTV = DrawTV + '<param name="Enabled" value="-1"><param name="EnableContextMenu" value="-1"><param name="EnablePositionControls" value="0"><param name="EnableFullScreenControls" value="0">';
DrawTV = DrawTV + '<param name="EnableTracker" value="1"><param name="Filename" value="mms://a1145.l2639731144.c26397.g.lm.akamaistream.net/D/1145/26397/v0001/reflector:31144"><param name="Mute" value="0">';
DrawTV = DrawTV + '<param name="PlayCount" value="1"><param name="PreviewMode" value="0"><param name="Rate" value="1"><param name="SAMILang" value><param name="SAMIStyle" value><param name="SAMIFileName" value>';
DrawTV = DrawTV + '<param name="SelectionStart" value="-1"><param name="SelectionEnd" value="-1"><param name="SendOpenStateChangeEvents" value="-1"><param name="SendWarningEvents" value="-1"><param name="SendErrorEvents" value="-1">';
DrawTV = DrawTV + '<param name="SendKeyboardEvents" value="0"><param name="SendMouseClickEvents" value="0"><param name="SendMouseMoveEvents" value="0">';
DrawTV = DrawTV + '<param name="SendPlayStateChangeEvents" value="-1"><param name="ShowCaptioning" value="0"><param name="ShowControls" value="01">';
DrawTV = DrawTV + '<param name="ShowAudioControls" value="1"><param name="ShowDisplay" value="0"><param name="ShowGotoBar" value="0">';
DrawTV = DrawTV + '<param name="ShowPositionControls" value="0"><param name="ShowStatusBar" value="-1"><param name="ShowTracker" value="1">';
DrawTV = DrawTV + '<param name="TransparentAtStart" value="1"><param name="VideoBorderWidth" value="0"><param name="VideoBorderColor" value="0">';
DrawTV = DrawTV + '<param name="VideoBorder3D" value="0"><param name="Volume" value="-1"><param name="WindowlessVideo" value="0">';
DrawTV = DrawTV + '<embed type="video/x-ms-asf-plugin" pluginspage="http://www.microsoft.com/netshow/download/player.htm" showcontrols="1" showaudiocontrols="1" showdisplay="0" showgotobar="0" showpositioncontrols="0" showstatusbar="1" showtracker="1" animationatstart="1" autostart="1" width="430" height="359" bufferingtime="5" src="mms://a1145.l2639731144.c26397.g.lm.akamaistream.net/D/1145/26397/v0001/reflector:31144"></embed></object>';


DrawTV = '<embed src="http://174.139.5.34/chid=302=client=1200" type="application/x-mplayer2" pluginspage="http://www.microsoft.com/Windows/MediaPlayer/" id="wmplayer" bgcolor="#000000" allowfullscreen="true" autostart="1" showstatusbar="1" autosize="-1" allowscan="-1" allowchangedisplaysize="-1" displaymode="0" displaysize="4" enabled="-1" enablecontextmenu="0" enablepositioncontrols="-1" enablefullscreencontrols="1" enabletracker="-1" sendopenstatechangeevents="-1" sendwarningevents="-1" senderrorevents="-1" sendkeyboardevents="0" sendmouseclickevents="0" sendmousemoveevents="0" sendplaystatechangeevents="-1" showcontrols="1" showaudiocontrols="1" showdisplay="0" showgotobar="0" showpositioncontrols="0" showtracker="0" volume="0" height="399" width="415">'


document.write('<div id="divLoadTV"></div>');
setTimeout("LoadTV();",2000)
}

function LoadTV() {document.getElementById('divLoadTV').innerHTML = DrawTV;}