document.write('
Loading...
');
var update_390 = new Array();
var count_390 = 0;
var response_390 = "Error";
if(response_390.indexOf('|' != -1)) {
update_390 = response_390.split('|');
rotateRSS_390();
}
function rotateRSS_390() {
if(count_390 < update_390.length) {
document.getElementById('ticker_390').innerHTML = update_390[count_390++];
setTimeout('rotateRSS_390()', 4000);
} else {
count_390=0;
setTimeout('rotateRSS_390()', 4000);
}
}