document.write('
Loading...
');
var update_640 = new Array();
var count_640 = 0;
var response_640 = "Error";
if(response_640.indexOf('|' != -1)) {
update_640 = response_640.split('|');
rotateRSS_640();
}
function rotateRSS_640() {
if(count_640 < update_640.length) {
document.getElementById('ticker_640').innerHTML = update_640[count_640++];
setTimeout('rotateRSS_640()', 4000);
} else {
count_640=0;
setTimeout('rotateRSS_640()', 4000);
}
}