<!--
function playmp3(sendUrl){
  if(navigator.appName.indexOf ("Microsoft")!=-1){
document.getElementById("myFlash").SetVariable("myVar", sendUrl);
document.getElementById("myFlash").Play();
  }else{location.href=sendUrl;}
}

//-->
