function PlayAudio(audioid,logo,loop)
{ 
OpenWindow=window.open("", "audioplayer", "width=530,height=160,titlebar=no,location=no,directories=no,addressbar=no,fullscreen=no,toolbar=no,scrollbars=no,statusbar=no,menubar=no,status=no,resizable=no");
OpenWindow.document.write("<HTML>");
OpenWindow.document.write("<TITLE>CCC-Radio Player</TITLE>");
OpenWindow.document.write("<BODY BGCOLOR=000000>");
OpenWindow.document.write("<table width='515' border='0' align='center' cellpadding='0' cellspacing='0'>");
OpenWindow.document.write("<tr>");
OpenWindow.document.write("<td><BR><img src='http://www.oraclebroadcasting.com/images/player_top.jpg' width='510' height='10' /></td>");
OpenWindow.document.write("</tr>");
OpenWindow.document.write("  <tr>");
OpenWindow.document.write("    <td>");
OpenWindow.document.write("      <table width='515' border='0' cellspacing='0' cellpadding='0'>");
OpenWindow.document.write("      <tr>");
OpenWindow.document.write("        <td width='113'><img src='http://ccc-media.110mb.com/SpeakerLeft.gif' width='113' height='86' /></td>");
OpenWindow.document.write("        <td align='center' valign='middle' bgcolor='#000000'><div align='center'>");
OpenWindow.document.write("          <img alt='' src='"+logo+"' width='158' height='24' /><br />");
OpenWindow.document.write("          <table width='147' border='0'>");
OpenWindow.document.write("            <tr>");
OpenWindow.document.write("              <td width='137' bgcolor='#0'><center>");
OpenWindow.document.write("               <embed type='application/x-mplayer2' wmode='transparent' bgcolor='#0' pluginspage='http://www.microsoft.com/Windows/MediaPlayer/' name='mediaplayer1' ShowStatusBar='false' EnableContextMenu='false' autostart='true' width='275' height='50' loop='"+loop+"' src='"+audioid+"' />");
OpenWindow.document.write("                </center>");
OpenWindow.document.write("              </td>");
OpenWindow.document.write("            </tr>");
OpenWindow.document.write("          </table>");
OpenWindow.document.write("          </div></td>");
OpenWindow.document.write("        <td width='116'><img src='http://ccc-media.110mb.com/SpeakerRight.gif' width='113' height='86' /></td>");
OpenWindow.document.write("      </tr>");
OpenWindow.document.write("    </table></td>");
OpenWindow.document.write("  </tr>");
OpenWindow.document.write("  <tr>");
OpenWindow.document.write("    <td><img src='http://www.oraclebroadcasting.com/images/player_bottom.jpg' width='510' height='20' /></td>");
OpenWindow.document.write("  </tr>");
OpenWindow.document.write("</table>");
OpenWindow.document.write("</BODY>");
OpenWindow.document.write("</HTML>");
}
