function statusFlash() {
setTimeout("nextFlash();",2000)
window.status='The Home Of "The Easy $"'
}
function nextFlash() {
setTimeout("thirdFlash();",2000)
window.status='Helping You To Make A Little Money Doing Everything You Do On The Web For Free Right Now'
}
function thirdFlash() {
setTimeout("statusFlash();",2000)
window.status='To Get Notified Of Updates, New Programs And Our Contests Join Our Mailing List'
}