var arnews = new Array(6); totcount = 2; rnd = 0; document.title=document.title+ " "; arnews[0]="Val Tech students nominated for GOAL - Valdosta Daily Times
"; arnews[0] += "VALDOSTA — Valdosta Technical College instructors have nominated 12 of their students for the Georgia Occupational Award of Leadership, according to Christina Moore, coordinator for the college’s GOAL program. GOAL, a statewide program of the ..."; arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 17:02:00 GMT"; arnews[0] += "
"; arnews[1]="Skiers take advantage of pre-Games lull - CTV Olympics
"; arnews[1] += "U.S. skiers were heading to Whistler late last week, just days before the Olympics begin. They were drawn to the slopes by the Winter Games, but they were not too interested in the competitions. They were anticipating that the slopes would be quiet ..."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 17:06:00 GMT"; arnews[1] += "
"; totcount = 2; 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("
");