var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kathy Griffin - Boise Weekly
";
arnews[0] += "A Griffin lurks among us. Beware the lioness with the talon-sharp wit. If the apocalypse were to happen tomorrow, it's almost certain that three things would survive--cockroaches, Twinkies and Kathy Griffin . If she did survive, she'd find a way to ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 10:00:00 GMT";
arnews[0] += "
";
arnews[1]="D-lister Kathy Griffin bringing comedy to Salt Lake City - Deseret News
";
arnews[1] += "It's easy. Send a link to the story you were just reading to a friend. Just fill out the form on this page and we'll send it along. PASADENA, Calif. — Most TV stars think they're way too cool to wear name tags. Not Kathy Griffin. At an NBC ...";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 00:34:00 GMT";
arnews[1] += "
";
arnews[2]="Kathy Griffin lands guest spot on Law and Order SVU - Tvsquad.com
";
arnews[2] += "Kathy has been tapped to play a lesbian activist in the February 10 episode. As anyone who's watched Kathy on her Emmy-award winning reality show, My Life on the D-List , Kathy is a shameless over-achiever and loves to work. She's ambitious and ...";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 13:15:00 GMT";
arnews[2] += "
";
arnews[3]="Kathy Griffin is actually a gay man, and other comedic oddities - Boulder Clarion
";
arnews[3] += "Arguably the reigning Queen of Inappropriate Humor, comedian Kathy Griffin is currently riding high with a New York Times bestselling memoir, Official Book Club Selection, a twotime Emmy Award-winning reality series, My Life on the D-List, a series ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 23:58:00 GMT";
arnews[3] += "
";
arnews[4]="Dish Of Salt: Emmy Blog Part II (Backstage & HBO After Party) - Access Hollywood
";
arnews[4] += "12:15 - The stunning Mariska Hargitay arrives and is immediately accosted by Andre Leon Talley for a photo. At the same time Chevy Chase sneaks out of the party. 11:51 - Jane Krakowski arrives and chats with Kathy Griffin . 11:00 - Nia Vardalos steps ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:31:00 GMT";
arnews[4] += "
";
arnews[5]="Levi Johnston, Male Prima Donna - The Hollywood Gossip
";
arnews[5] += "The Office's Kelly and Erin penned their girl group Subtle Sexuality's first single, \" Male Prima Donna ,\" after co-worker Ryan, but it would also apply to Levi Johnston. He's officially a first-class idiot after being spotted earlier this week at ...";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 14:30: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("