<!-- Java Script File for IE by Zahir on 29-10-2000-->

	var msg = "Nice Try :)  Powered by Radio4 Networks";
	function rtclickcheck(keyp){
	  if (event.button == 2){
	    alert(msg);
	    return false;
	  }
	}
	document.onmousedown = rtclickcheck;

	function control(strcontrol){
	// for Play and Pause
	if (strcontrol == 'run'){
  	        mediaplayer.Play()
	}    
    // for Stop Playing
    if (strcontrol == 'stop' ) {
			//document.mediaplayer.Mute = 1
			mediaplayer.Pause()
	}
   }