var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Clay Aiken and Wake County Schools - Greensboro News & Record
";
arnews[0] += "Singer Clay Aiken of \"American Idol\" fame caused a bit of a stir recently when he voiced his displeasure with the new regime taking control of the Wake County Board of Education. Aiken, who graduated from high school in North Raleigh, described the ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 15:53:00 GMT";
arnews[0] += "
";
arnews[1]="Bonus Blog: The Best Version of Ken Lee - San Diego weekly Reader
";
arnews[1] += "The other day, I posted a version of that famous song, Ken Lee , which you can read more about on the Wiki page dedicated to it . There is the original Badfinger version. There is the more familiar version, sung by Harry Nilsson. There is the version ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:40:00 GMT";
arnews[1] += "
";
arnews[2]="Friday Palin: Book, Schmook (Updated) - Salon
";
arnews[2] += "Well, the predictable orgy around Lynn Vincent's autobiography of Sarahcuda has begun, shot out of Oprah's cannon and into a vat of oatmeal gravy. Newsday noticed that Oprah's main concern seemed to be...herself (go figure) and that Teh Cuda never ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:48:00 GMT";
arnews[2] += "
";
arnews[3]="Delving into the world of horrorcore and Juggalos - San Francisco Chronicle
";
arnews[3] += "Mother of 10-year-old fan \"I hear Clay Aiken sometimes and I want to kill people.\" -- Fan \"You guys are the grandaddy's of horrorcore.\" -- Kung Fu Vampire rapper of a San Jose on media coverage of violence. Say what you will about horrorcore groupies ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[3] += "
";
arnews[4]="That's Entertainment - San Francisco Chronicle
";
arnews[4] += "Hundreds of other Juggalos wait at the corner of Van Ness and Fern hoping to get past security and into the Insane Clown Posse show at the Grand Ball Room in 2008. (Chronicle photo by Mike Kepka) To delve... Delving into the world of horrorcore and ...";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 23:57:00 GMT";
arnews[4] += "
";
arnews[5]="Yo, is this The Wizard of Oz? - Queen's Journal
";
arnews[5] += "Most people who know me are blatantly aware that I love to complain. There’s nothing I love more than a well-timed jab at others expense or bringing someone down a peg. That being said, I wish I could continue this article by filling it with the ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 05:47: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("