var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jimmy Kimmel - Chicago Tribune
";
arnews[0] += "A star for former Beatles drummer Ringo Starr was added to the Hollywood Walk of Fame Monday evening during a whimsical ceremony that also marked the 50th anniversary of the sidewalk attraction's groundbreaking. Starr's name was the 2,401st to be";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 10:52:00 GMT";
arnews[0] += "
";
arnews[1]="Quotable: Jimmy Kimmel Never Called Sarah Silverman “Pretty” - The Frisky
";
arnews[1] += "“The guy I’m dating now, who is so awesome, is not my typical fare. He’s really skinny. Usually I like pudgy, macho-ish guys. But I think I mistook macho-ish for strong, emotionally. And I think it’s really the opposite. think he’s the ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 15:39:00 GMT";
arnews[1] += "
";
arnews[2]="Sarah Silverman: Jimmy Kimmel Never Called Me Pretty - Huffingtonpost.com
";
arnews[2] += "Sarah Silverman's new boyfriend, 'Family Guy' writer producer Alec Sulkin , may be another funnyman but he's nothing like Jimmy Kimmel. \"The guy I'm dating now, who is so awesome, is not my typical fare. He's really skinny. Usually I like pudgy ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 09:12:00 GMT";
arnews[2] += "
";
arnews[3]="Sarah Silverman Dating a Guy Who's the Total Opposite of Jimmy Kimmel ... - Dose.ca
";
arnews[3] += "After spending much of the aughts together, comedians Sarah Silverman and Jimmy Kimmel called it quits (with a little more finality than the last time ) in March. Ostensibly, Silverman was taking questions so she could promote the new season of her ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 16:21:00 GMT";
arnews[3] += "
";
arnews[4]="TV Today - Philadelphia Inquirer
";
arnews[4] += "The Ellen DeGeneres Show (3 p.m., NBC10) - Demi Moore; Channing Tatum; Michael Buble performs. Oprah Winfrey (4 p.m., 6ABC) - Celine Dion talks about her new documentary, Celine Through The Eyes Of The World . Mercy (8 p.m., NBC10) - Veronica (Taylor ...";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 08:06:00 GMT";
arnews[4] += "
";
arnews[5]="Brooklyn Decker on Roddick: “He Got his Agent to Call my Agent” - NBC New York
";
arnews[5] += "media tour Decker is set to appear later this week on “Jimmy Kimmel Live” and on “Ellen,” among other gigs, People reported .";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 08:35: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("