var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Chamber names 2009 awards
"; arnews[0] += "Karen Pippins accepts Educator of the Year honors from Dennis Boggess. Sen. Rob Mayer and Rep."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 21:11:35 GMT"; arnews[0] += "
"; arnews[1]="Chicago Market for Laterals Picking Up
"; arnews[1] += "More Chicago partners are jumping to new law firms or seriously contemplating a move after a year in which demand for profitable partners outstripped the number willing to leave stable positions, the city's recruiters and law firm managers said."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 20:54:05 GMT"; arnews[1] += "
"; arnews[2]="Bonnaroo 2010 Lineup Update
"; arnews[2] += "The lineup for the 2010 Bonnaroo Music and Arts Festival set for June 10-13 in Manchester is being released throughout the day, officially beginning at noon."; arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 20:42:53 GMT"; arnews[2] += "
"; arnews[3]="Bonham Carter sick of playing 'corset sex symbol'
"; arnews[3] += "HEATHER MILLS is working on a new reality TV show to raise awareness of disabilities."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 20:31:43 GMT"; arnews[3] += "
"; arnews[4]="Jay Z, Avett Brothers, Steve Martin, Phoenix, Tokyo Police Club among ...
"; arnews[4] += "The 2010 Bonnaroo Music Festival today announced its first wave of musicians for the festival in Manchester, Tenn., including Jay Z, Steve Martin, the Flaming Lips, the Toyko Police Club, Avett Brothers and Weezer."; arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 20:24:15 GMT"; arnews[4] += "
"; arnews[5]="Bonnaroo 2010 lineup: Jay-Z, Stevie Wonder, GWAR coming to Manchester
"; arnews[5] += "The 2010 Bonnaroo artists themselves are using social media to announce their participation in the 2010 Bonnaroo Music and Arts Festival."; arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:23:09 GMT"; arnews[5] += "
"; totcount = 6; 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("
");