// JavaScript Document
 var j,l="",m="",p="",q="",z="",list= new Array()
  list[list.length]='http://www.itsislam.net/images/topbanner2.gif?link=http://www.itsislam.net&target=_blank';

  j=parseInt(Math.random()*list.length);
  j=(isNaN(j))?0:j;
  if (list[j].indexOf('?')==-1) {
    document.write("<img src='"+list[j]+"'>");
  }
  else {
    nvp=list[j].substring(list[j].indexOf('?')+1).split('&');
    for(var i=0;i<nvp.length;i++) {
      sub=nvp[i].split('=');
   	  switch(sub[0]) {
 	    case 'link':
          l="<a href='"+unescape(sub[1])+"'>";
          p="</a>";
		  break;
	    case 'target':
          q=" target='"+unescape(sub[1])+"'";
  		  break;
  	    default:
          m+=" "+sub[0]+"='"+unescape(sub[1])+"'";
  		  break;
      }
    }
    z=(l!="")?((q!="")?l.substring(0,l.length-1)+q+">":l):"";
    z+="<img border='0' src='"+list[j].substring(0,list[j].indexOf('?'))+"'"+m+">"+p;
  //document.write(z);
  }
  
function listenNaat(sid,folder)
{
	var theURL;
	theURL = folder + 'audioplayer.asp?sid=' + sid
	//theURL = '/audio_server.asp'
	window.open(theURL,'NaatAudioPlayer','status=yes,scrollbars=yes,width=525,height=520');
}  
function listenQuranAudio(qaid,folder)
{
	var theURL;
	theURL = folder + 'quranplayer.asp?qaid=' + qaid
	//theURL = '/audio_server.asp'
	window.open(theURL,'QuranAudioPlayer','status=yes,scrollbars=yes,width=525,height=450');
}  

function listenLecture(sid,folder)
{
	var theURL;
	theURL = folder + 'audioplayer.asp?sid=' + sid
	//theURL = '/audio_server.asp'
	window.open(theURL,'LectureAudioPlayer','status=yes,scrollbars=yes,width=525,height=520');
}  

function listenQuranTajweed(tid,folder)
{
	var theURL;
	theURL = folder + 'videoplayer.asp?tid=' + tid
	//theURL = '/audio_server.asp'
	window.open(theURL,'TajweedVideoPlayer','status=yes,scrollbars=yes,width=525,height=590');
}  

function downloadmsg()
{
	alert('Right Click and Save Target As... to download audio'); 
	//return false;
} 