var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'New Moon' getting mixed reviews
";
arnews[0] += "In this film publicity image released by Summit Entertainment, Robert Pattinson portrays Edward Cullen, left, and Kristen Stewart portrays Bella Swan in a scene from 'The Twilight Saga: New Moon.' \"...as human beings we are capable of making sense of situations based on the thinnest slice of experience.\" - Malcolm Gladwell , author of Blink and The ...";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Dislike predates football in Ohio-Michigan rivalry
";
arnews[1] += "When teams from No. 10 Ohio State and Michigan meet on Saturday to play football for the 106th time, it'll just be the latest skirmish between two states and their residents who have despised each other for almost two centuries.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:57:10 GMT";
arnews[1] += "
";
arnews[2]="I Saw Mommy Ki... - John Mellenc...
";
arnews[2] += "Throughout his career, John Mellencamp has had to fight, whether it was for the right to record under his own name or for respect as an artist.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 07:52:48 GMT";
arnews[2] += "
";
arnews[3]="Hamilton a city in lights
";
arnews[3] += "Despite the relatively warm November night Friday, Nov. 20, it began to look a lot like Christmas when Hamilton held its tree-lighting ceremony.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 07:31:09 GMT";
arnews[3] += "
";
arnews[4]="In Profile: No Doubt Engineer John Kerns & His Work On The 2009 Concert Tour
";
arnews[4] += "Veteran mix engineer John Kerns spent the summer of 2009 on the road with No Doubt, and the following Q & A provides background on John as well as his work with one of the summer's largest concert tours Q. How did you get started in the business? John Kerns: I played in bands when I was young.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:56:16 GMT";
arnews[4] += "
";
arnews[5]="Listen up: Rock and roll artifacts under surveillance
";
arnews[5] += "The Rock & Roll Hall of Fame Annex keeps decades of music alive through rare videos of rock's greatest musicians playing on wall-sized screens, along with a display of prized artifacts including guitars, clothing and original sheet music from legends like John Lennon and Mick Jagger.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 05:29:50 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("