var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Emmy Rossum & Adam Duritz Found Love Via Twitter - NBC Bay Area
";
arnews[0] += "According to the 23-year-old actress, their relationship was ignited with a dare sent to her via the micro-blogging Web Site. \"I was on tour with the band this summer. They invited me actually on Twitter ,\" Emmy said Thursday on the syndicated radio ...";
arnews[0] += "
Publ.Date : Sat, 14 Nov 2009 01:08:00 GMT";
arnews[0] += "
";
arnews[1]="Bruce Springsteen's "Ohio" goof not the worst; other rock stars have ... - MLive.com
";
arnews[1] += "Adam Duritz of The Counting Crows ended a 1994 concert at Grand Rapids' Orbit Room by brazenly berating a shocked audience for giving opening act Alex Chilton a shabby reception. He swore he'd never come back to Grand Rapids. Yeah, right.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:13:00 GMT";
arnews[1] += "
";
arnews[2]="It happened this week-ish: New Moon madness, Madonna and Jesus’ mom ... - creative loafing
";
arnews[2] += "*Big news of what is not happening this week: Madonna is NOT going to meet Jesus’ mom. Ok, I am no “religion expert” but isn’t Madonna Jesus’ mom? Does anyone else think this is really effing weird? It’s like some sort of crazy thing that ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 15:53:00 GMT";
arnews[2] += "
";
arnews[3]="Emmy Rossum’s Twitter dates - NZCity
";
arnews[3] += "Emmy Rossum met her boyfriend on Twitter. The 'Phantom of the Opera' actress, 23 – who is divorcing music ex ecutive Justin Siegel – said her blossoming relationship with Counting Crows singer Adam Duritz began after the ‘Mr. Jones’ rockers ...";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 23:54:00 GMT";
arnews[3] += "
";
totcount = 4;
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("