document.write('
Loading...
');
var update_875 = new Array();
var count_875 = 0;
var response_875 = "Error";
if(response_875.indexOf('|' != -1)) {
update_875 = response_875.split('|');
rotateRSS_875();
}
function rotateRSS_875() {
if(count_875 < update_875.length) {
document.getElementById('ticker_875').innerHTML = update_875[count_875++];
setTimeout('rotateRSS_875()', 4000);
} else {
count_875=0;
setTimeout('rotateRSS_875()', 4000);
}
}