function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function atRandomImg(){ 
   atImg=new Array(); 
   atImg[0] =' ';
//   atImg[1]=' <a href="http://www.music272.tv/program/jewerly/jewerly.html"> ';
//   atImg[1]+=' <img src="/images/Jewelry-cafe_banner.jpg" width="460" height="60" border="0"></a> '; 
//   atImg[2] =' <a href="#" onClick="MM_openBrWindow(\'/program/jewerly/jewerly.html\',\'program\',\'status=yes,scrollbars=yes,resizable=yes,width=300,height=480\')"> ';
//   atImg[2]+=' <img src="/images/Jewelry-cafe_banner.jpg" width="460" height="60" border="0"></a> '; 

   var imgNum=atImg.length; 
   var r=Math.floor(Math.random()*imgNum); 
   document.write(atImg[r]); 
   }
