Advertisement
Advertisement
| 08.04.2008 at 05:42PM PDT, ID: 23620842 | Points: 500 |
|
[x]
Attachment Details
|
||
1: 2: 3: 4: 5: 6: 7: |
function stationdata() {
$("#nowplaying").load("../../currentsong.php?username="+username+"&userid="+userid+"&"+ Math.random() * 999999);
if (actionname=='home') {
$("#listeners").load("../../listenercount.php?"+ Math.random() * 999999);
}
setTimeout("stationdata()", 30000);
}
|