// JavaScript Document//var strWMPart1 = '<object id="MediaPlayer" width="284" height="65" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95" type="application/x-oleobject"><param name="FileName" value="';//var strWMPart2 = '/><param name="AutoStart" value="true" /><param name="ShowControls" value="true" /><param name="ShowDisplay" value="false" /><param name="ShowStatusBar" value="true" /><param name="AutoSize" value="false" /><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/" src="';//var strWMPart3 = '" width="284" height="65" autostart="true" autosize="true" showcontrols="1" showdisplay="0" showstatusbar="1"> </embed></object>';var strWMPart1 = '<object id="Player" codeBase="#Version=7,0,0,1954" classid="CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6" width="284" height="65"><param name="URL" value="';var strWMPart2 = '"><param name="autoStart" value="True"><param name="showControls" value="true"><param name="showstatusbar" value="false"><param name="uimode" value="mini"><embed type="application/x-mplayer2" pluginspage="http://www.microsoft.com/windows/windowsmedia/download/" src="';var strWMPart3 = '" width="284" height="65" autostart="true" autosize="true" showcontrols="1" showdisplay="0" showstatusbar="0" uimode="mini"> </embed></object>';var strRPPart1 = '<OBJECT classid=clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA width="284" height="65" id="Player" border="0"><PARAM NAME="_ExtentX" VALUE="6350"><PARAM NAME="_ExtentY" VALUE="4763"><PARAM NAME="AUTOSTART" VALUE="-1"><PARAM NAME="SHUFFLE" VALUE="1"><PARAM NAME="PREFETCH" VALUE="0"><PARAM NAME="NOLABELS" VALUE="-1"><PARAM NAME="SRC" VALUE="';var strRPPart2 = '"><PARAM NAME="CONTROLS" VALUE="true"><PARAM NAME="CONSOLE" VALUE="realembed"><PARAM NAME="LOOP" VALUE="0"><PARAM NAME="NUMLOOP" VALUE="0"><PARAM NAME="CENTER" VALUE="1"><PARAM NAME="MAINTAINASPECT" VALUE="0"><PARAM NAME="BACKGROUNDCOLOR" VALUE="#000000"><embed name="Player" vspace="0" src="';var strRPPart3 = '" width="284" height="65" controls="true" center="true" type="audio/x-pn-realaudio-plugin" BackgroundColor="#000000" autostart="true" pluginspage="http://www.real.com/player/" console="realembed" nologo="true" hspace="0" border="0"></embed> </OBJECT>';function insertWMV (_strLink){    var strOut = strWMPart1 + _strLink + strWMPart2 + _strLink + strWMPart3;	document.write(strOut);}function insertRP(_strLink){    var strOut = strRPPart1 + _strLink + strRPPart2 + _strLink + strRPPart3;	document.write(strOut);}function insertVideo(strType, _strLink){    //var strType = _strType.substr(0,4);		//alert(strType);		if(strType.toLowerCase() == 'real')		insertRP(_strLink);	else		insertWMV(_strLink);}function closePlayer(){	window.close();	}