function IlayerItem(val){
   if((navigator.appName.indexOf("Microsoft") != -1) && (navigator.platform.indexOf("Win") != -1)){
      ad1.location.href = "podcastplayer.html?" + val
   }else{
      document.getElementById("ad1").src = "podcastplayer.html?" + val;
   }
}

