m = new Array()
m[0] = "<font color='#AA0000'>TopHYIPList.com--Best & Honest Monitor Service.</font>"
m[1] = "<a href=?a=advertise><font color='#AA0000'>Welcome to add your program here!</font></a>"
m[2] = "<font color='#AA0000'>It's really low cost and worthwhile!</font>"

m[2] = "<font color='#AA0000'>Best monitor and rating site !</font>"

var i=0;

function play_rt()
{	
rt1.style.filter="revealTrans(Duration=1.5,Transition=6)";
rt1.filters.revealTrans.apply(); 
rt1.innerHTML=m[i++];  
if(i>2){i=0} 
rt1.filters.revealTrans.play(); 
timer = setTimeout("play_rt()",4000)  
}
play_rt();