var arnews = new Array(6); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Tributes to mark Sept. 11 anniversary
"; arnews[0] += "Both daytime and nighttime events are scheduled Friday in Douglas County to observe the eighth anniversary of the Sept."; arnews[0] += "
Publ.Date : Fri, 11 Sep 2009 04:36:41 GMT"; arnews[0] += "
"; arnews[1]="Tributes to mark Sept. 11 anniversary
"; arnews[1] += "Both daytime and nighttime events are scheduled Friday in Douglas County to observe the eighth anniversary of the Sept."; arnews[1] += "
Publ.Date : Thu, 10 Sep 2009 10:37:41 GMT"; arnews[1] += "
"; arnews[2]="Atlanta auditions offer ninth chance to be an 'Idol'
"; arnews[2] += "\"American Idol\" crowned Kris Allen its eighth winner just three weeks ago, but America's No."; arnews[2] += "
Publ.Date : Tue, 16 Jun 2009 23:23:00 GMT"; arnews[2] += "
"; arnews[3]="Atlanta auditions offer ninth chance to be an 'Idol'
"; arnews[3] += "\"American Idol\" crowned Kris Allen its eighth winner just three weeks ago, but America's No."; arnews[3] += "
Publ.Date : Tue, 16 Jun 2009 17:52:18 GMT"; arnews[3] += "
"; totcount = 4; if (rnd) { for (x=0;x<=100;x++) { y=Math.round(Math.random()*totcount-0.5); z=x%totcount; tval=arnews[y]; arnews[y] = arnews[z]; arnews[z] = tval; } } for (x=0;x<=(totcount-1);x++) { document.write(arnews[x]); if (x != (totcount-1) ) document.write("
"); } document.write("
");document.write("
");