var arnews = new Array(6); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="'Zuma has let us down' - Pretoria News
"; arnews[0] += "The ANC's campaign to woo Western Cape voters has suffered a serious setback when President Jacob Zuma cancelled his visit to Gugulethu, leaving scores of party volunteers upset and disappointed. The party had hoped to capitalise on this week's ..."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 18:16:00 GMT"; arnews[0] += "
"; arnews[1]="Michael W Smith and friends record song for Haiti - Christian Today
"; arnews[1] += "Contributing artists included Aaron Shust, Brandon Heath, Britt Nicole, Kevin Max, Mandisa, Mark Hall and Megan Garrett of Casting Crowns, Matthew West, Matt Maher, Mike Weaver, Natalie Grant, Nicole C. Mullen, Point of Grace and Steven Curtis ..."; arnews[1] += "
Publ.Date : Mon, 01 Feb 2010 23:55:00 GMT"; arnews[1] += "
"; arnews[2]="Ayla Brown on her music career, her Senator-elect dad, and 'American ... - Entertainment Weekly Online
"; arnews[2] += "Even if it came as a slight surprise, Brown (pictured on Idol in 2006) is glad those political headlines caused Double Deal to rush the Circles EP to market on Jan. 26. “I feel like it’s almost promoting itself in a way after my dad won the ..."; arnews[2] += "
Publ.Date : Fri, 29 Jan 2010 20:31:00 GMT"; arnews[2] += "
"; arnews[3]="Favorite homegrown song a pleasant surprise on Valentine's CD - Herald-Dispatch
"; arnews[3] += "One of my earliest musical memories of really latching onto a song was being over at Chris and Kevin Lewis' house listening over and over again to Tom T. Hall records. My favorite then, \"I Love,\" a song in which the great Olive Hill, Ky., storyteller ..."; arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 04:59:00 GMT"; arnews[3] += "
"; arnews[4]="College News: Kilgore College honor rolls and more - Longview News-Journal
"; arnews[4] += "Each semester, students with superior academic performance are named to the Kilgore College President's and Dean's lists. Students named to the President's List earned a perfect 4.0 grade point average and were enrolled in at least 12 credit hours ..."; arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 14:26:00 GMT"; arnews[4] += "
"; totcount = 5; 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("
");