/*!
Shoutcast Status 2.0

This is a Nice hack to add Shoutcast Status on your site.
Hope it helps !!!  Zachariah @ http://www.szone.us

SHOUTcast is a free-of-charge audio homesteading solution. It permits anyone
on the internet to broadcast audio from their PC to listeners across the
Internet or any other IP-based network (Office LANs, college campuses, etc.).
http://www.shoutcast.com
*/
 $(document).ready(function() {
 	 $("#playlist").load("body.php");
   var refreshId = setInterval(function() {
      $("#playlist").load('body.php?randval='+ Math.random());
   }, 9000);
});


function scastmp(){scastmpWindow = window.open("players.php?do=mp","mp","width=360,height=80");}
function scastrp(){scastrpWindow = window.open("players.php?do=rp","rp","width=420,height=160");}
function scastqt(){scastqtWindow = window.open("players.php?do=qt","qt","width=330,height=50");}

