document.write('
Loading...
');
var update_701 = new Array();
var count_701 = 0;
var response_701 = "Error";
if(response_701.indexOf('|' != -1)) {
update_701 = response_701.split('|');
rotateRSS_701();
}
function rotateRSS_701() {
if(count_701 < update_701.length) {
document.getElementById('ticker_701').innerHTML = update_701[count_701++];
setTimeout('rotateRSS_701()', 4000);
} else {
count_701=0;
setTimeout('rotateRSS_701()', 4000);
}
}