	function change(vlink){
		document.cookie = "yeah ="+vlink ; // ADDS A COOKIE WHICH CONTAINS THE LINK OF THE VIDEO
			if(-1 != navigator.userAgent.indexOf("MSIE"))
		{
			document.getElementById("videoPlayertest").innerHTML = "<OBJECT id='vidNowTest' style='WIDTH: 350px; HEIGHT: 280px' type='application/x-oleobject' height='280px' width='350px' classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' VIEWASTEXT><PARAM NAME='URL' VALUE=''><PARAM NAME='rate' VALUE='1'><PARAM NAME='balance' VALUE='0'><PARAM NAME='currentPosition' VALUE='0'><PARAM NAME='defaultFrame' VALUE=''><PARAM NAME='playCount' VALUE='1'><PARAM NAME='autoStart' VALUE='-1'><PARAM NAME='currentMarker' VALUE='0'><PARAM NAME='invokeURLs' VALUE='-1'><PARAM NAME='baseURL' VALUE=''><PARAM NAME='volume' VALUE='100'><PARAM NAME='mute' VALUE='0'><PARAM NAME='uiMode' VALUE='full'><PARAM NAME='stretchToFit' VALUE='0'><PARAM NAME='windowlessVideo' VALUE='0'><PARAM NAME='enabled' VALUE='-1'><PARAM NAME='enableContextMenu' VALUE='-1'><PARAM NAME='fullScreen' VALUE='0'><PARAM NAME='SAMIStyle' VALUE=''><PARAM NAME='SAMILang' VALUE=''><PARAM NAME='SAMIFilename' VALUE=''><PARAM NAME='captioningID' VALUE=''><PARAM NAME='enableErrorDialogs' VALUE='0'><PARAM NAME='_cx' VALUE='6350'><PARAM NAME='_cy' VALUE='6350'><PARAM NAME='transparentAtStart' VALUE='true'><EMBED id='vidNowTest2' type='application/x-mplayer2' width='350' height='280' autostart='false' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/'/></OBJECT><br/><div class='style5' style='font-size:11px'><a style='cursor: pointer; font-family: Tahoma; font-size: 11px; color: rgb(42, 170, 255);' onclick='change(" + vlink + ")' onmouseover='this.style.cursor=hand'><span style='color:#490101;'>Watch It Now!</span></a>&nbsp;|&nbsp;<a href='" + vlink + "' target='_blank'>View Full Screen</a></div>";
			document.getElementById("vidNowTest").URL=vlink;
		}
		else if(-1 != navigator.userAgent.indexOf("Firefox"))
		{
			document.getElementById("videoPlayertest").innerHTML = "<OBJECT id='vidNowTest' style='WIDTH: 350px; HEIGHT: 280px' type='application/x-oleobject' height='280px' width='350px' classid='CLSID:6BF52A52-394A-11d3-B153-00C04F79FAA6' VIEWASTEXT><PARAM NAME='URL' VALUE=''><PARAM NAME='rate' VALUE='1'><PARAM NAME='balance' VALUE='0'><PARAM NAME='currentPosition' VALUE='0'><PARAM NAME='defaultFrame' VALUE=''><PARAM NAME='playCount' VALUE='1'><PARAM NAME='autoStart' VALUE='-1'><PARAM NAME='currentMarker' VALUE='0'><PARAM NAME='invokeURLs' VALUE='-1'><PARAM NAME='baseURL' VALUE=''><PARAM NAME='volume' VALUE='100'><PARAM NAME='mute' VALUE='0'><PARAM NAME='uiMode' VALUE='full'><PARAM NAME='stretchToFit' VALUE='0'><PARAM NAME='windowlessVideo' VALUE='0'><PARAM NAME='enabled' VALUE='-1'><PARAM NAME='enableContextMenu' VALUE='-1'><PARAM NAME='fullScreen' VALUE='0'><PARAM NAME='SAMIStyle' VALUE=''><PARAM NAME='SAMILang' VALUE=''><PARAM NAME='SAMIFilename' VALUE=''><PARAM NAME='captioningID' VALUE=''><PARAM NAME='enableErrorDialogs' VALUE='0'><PARAM NAME='_cx' VALUE='6350'><PARAM NAME='_cy' VALUE='6350'><PARAM NAME='transparentAtStart' VALUE='true'><EMBED id='vidNowTest2'type='application/x-mplayer2' width='350' height='280' src='" + vlink + "' autostart='true' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/'/></OBJECT><br /><div class='style5' style='font-size:11px'><a style='cursor: pointer; font-family: Tahoma; font-size: 11px; color: rgb(42, 170, 255);' onclick='change(" + vlink + ")' onmouseover='this.style.cursor=hand'><span style='color:#490101;'>Watch It Now!</span></a>&nbsp;|&nbsp;<a href='" + vlink + "' target='_blank'>View Full Screen</a></div>";
	       
		}    
	 
	}