var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="COMEDY: Kathy Griffin (2/5) - Rochester City Newspaper
";
arnews[0] += "Kathy Griffin will perform February 5 at 8 p.m. at RIT's Gordon Field House. PHOTO PROVIDED Have you ever seen a celebrity in person? If you've never had the opportunity to be cut off in traffic by Brad Pitt or have your driver's license returned to ...";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 16:50:00 GMT";
arnews[0] += "
";
arnews[1]="Reality Worlds Collide: Snooki Meets Kathy Griffin - MTV
";
arnews[1] += "There was an unexpected cosmic shift early Sunday evening (January 31) when two reality megastars suddenly came face-to-face on the Grammy red carpet. We sent Nicole \"Snooki\" Polizzi, the star of MTV's \"Jersey Shore,\" to nab a few celebrity ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 14:17:00 GMT";
arnews[1] += "
";
arnews[2]="Get ready for the Games with these Olympic movies - Pioneer Press
";
arnews[2] += "Olympic hockey coach Herb Brooks (Kurt Russell, center) does the impossible as he unites a group of raging hockey players to take on the juggernaut from the Soviet Union at the 1980 Olympic Games, leading to the greatest moment in sports history in ...";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 06:05:00 GMT";
arnews[2] += "
";
arnews[3]="Levi Johnston’s Playgirl Cover Debuts - Access Hollywood
";
arnews[3] += "The nude photos of Levi Johnston — the 19-year-old former fiance of Palin’s daughter ... on February 6, 2010 Access’ Shaun Robinson gets the scoop on why Kathy Griffin brought Bristol Palin’s ex, Levi Johnston, to the 2009 Teen Choice Awards ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 23:38:00 GMT";
arnews[3] += "
";
arnews[4]="Is credibility an issue at the "Idol" judge table? - Minneapolis Star Tribune
";
arnews[4] += "While there's no question that DeGeneres is hilarious, her lack of music industry expertise makes her contribution to the show more fluff and punch lines than anything constructive. She proved when she was a guest judge on \"So You Think You Can Dance ...";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 22:12:00 GMT";
arnews[4] += "
";
arnews[5]="Interview: Robert Verdi Doesn’t Take Himself Seriously. You Shouldn ... - AfterElton.com
";
arnews[5] += "Looking over his IMDB entry, the only thing he's been in that I've seen is Kathy Griffin's show and I have no memory of him. After a previous post about how the show is tongue-in-cheek I watched the promo commercial with that in mind.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 20:53: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("