document.write('
Loading...
');
var update_604 = new Array();
var count_604 = 0;
var response_604 = "Error";
if(response_604.indexOf('|' != -1)) {
update_604 = response_604.split('|');
rotateRSS_604();
}
function rotateRSS_604() {
if(count_604 < update_604.length) {
document.getElementById('ticker_604').innerHTML = update_604[count_604++];
setTimeout('rotateRSS_604()', 4000);
} else {
count_604=0;
setTimeout('rotateRSS_604()', 4000);
}
}