var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kris Allen: The Billboard Cover Q&A
";
arnews[0] += "Less than a year after the 'American Idol' wild child burst onto the scene in an explosion of glitter and leather, Adam Lambert readies his first album.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 02:52:42 GMT";
arnews[0] += "
";
arnews[1]="I've Been Listening to Blakroc, People Eating People, and Siamese Soul
";
arnews[1] += "Blakroc ,\"On The Vista\" Feat. Mos Def : So I've been geeked about Blakroc -- a project headed by Damon Dash that brings together The Black Keys and eleven luminary emcees as features for a full album-- since I happened upon their website a couple of months ago.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 21:08:00 GMT";
arnews[1] += "
";
arnews[2]="mr. Gnome brings surreal sounds from Josh Homme's studio
";
arnews[2] += "Where: The Elbo Room Details: Monday, Nov. 23, at 9 p.m., $6; 552-7788 or www.elbo.com . mr.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 07:13:08 GMT";
arnews[2] += "
";
arnews[3]="Will the real frontrunner in the e-reader war please stand up?
";
arnews[3] += "In Other Words is the site blog for Globe Books. It is written by Peter Scowen and by guest bloggers from the literary world.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 22:29:53 GMT";
arnews[3] += "
";
arnews[4]="Maude Maggart Plays 'Parents and Children' at Feinstein's, 11/10 - 11/14
";
arnews[4] += "FEINSTEIN'S AT LOEWS REGENCY, the nightclub proclaimed \"Best of New York\" by New York Magazine and \"an invaluable New York institution\" by The New York Post, will continue its star-studded Fall 2009 season with the celebrated chanteuse, Maude Maggart .";
arnews[4] += "
Publ.Date : Sat, 14 Nov 2009 09:30:00 GMT";
arnews[4] += "
";
arnews[5]="Marathon effort for Salisbury runners
";
arnews[5] += "FIVE members of the Salisbury Athletics and Running Club travelled to the Big Apple to take part in this yeara s New York Marathon, raising more than A 10,000 for charity.";
arnews[5] += "
Publ.Date : Sun, 15 Nov 2009 16:48:38 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("