';
if (scrollcount==5) {scrollcount=1};
if (scrollcount==1) {the_text=the_text_1};
if (scrollcount==2) {the_text=the_text_2};
if (scrollcount==3) {the_text=the_text_3};
if (scrollcount==4) {the_text=the_text_4};
document.getElementById('newsArea').innerHTML=the_text;
scrollcount=scrollcount + 1;
window.setTimeout("cyclenews()", 5000);
};
function startnews() {
window.setTimeout("cyclenews()", 2000);
}
//-->