var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Former teen dance party host recalls rock s early days
"; arnews[0] += "Clay Cole holds a poster of the cover of his new book, 'Sh-Boom The Explosion of Rock N' Roll 1953-1968'. In the '50s and '60s, Clay Cole emceed a teen record show on two New York TV stations and knew dozens of rockers."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:04:40 GMT"; arnews[0] += "
"; arnews[1]="Susan Boyle and Adam Lambert: Battle of reality TV stars
"; arnews[1] += "Susan Boyle, who's performance on the television show \"Britain's Got Talent\" wowed the judges, gives the thumbs up at her home in Blackburn, Scotland, Thursday April 16, 2009."; arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:36:26 GMT"; arnews[1] += "
"; arnews[2]="NC county GOP challenges Aiken's voter registration after blog outburst about election
"; arnews[2] += "The head of the Republican Party in a North Carolina county wants election officials to check on Clay Aiken's registration after a political outburst."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:57:36 GMT"; arnews[2] += "
"; arnews[3]="N.C. unemployment rises to 11 percent
"; arnews[3] += "North Carolina's unemployment rate rose in October to 11 percent, erasing any progress made in recent months and returning the state to the same unemployment rate it had in June."; arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 05:33:12 GMT"; arnews[3] += "
"; arnews[4]="Wake GOP Chairman challenges Clay Aiken vote
"; arnews[4] += "The chairman of the Wake County Republican Party is challenging Clay Aiken's right to vote in the recent school board election, one week after the pop singer called the victorious GOP candidates \" selfish idiots.\" In a press release, Claude E. Pope Jr."; arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:32:56 GMT"; arnews[4] += "
"; arnews[5]="Regional Briefs: Winston man, 93, dies of injuries after hitting truck
"; arnews[5] += "A Winston-Salem man was killed Thursday night when his car struck a stopped pickup on Cool Springs Road, near its intersection with Old Mocksville Road, authorities said yesterday."; arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:00:00 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("
");