document.write('
Loading...
');
var update_592 = new Array();
var count_592 = 0;
var response_592 = "Error";
if(response_592.indexOf('|' != -1)) {
update_592 = response_592.split('|');
rotateRSS_592();
}
function rotateRSS_592() {
if(count_592 < update_592.length) {
document.getElementById('ticker_592').innerHTML = update_592[count_592++];
setTimeout('rotateRSS_592()', 4000);
} else {
count_592=0;
setTimeout('rotateRSS_592()', 4000);
}
}