var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Russell Brand kisses Jason Segel at concert - IndiaTimes
";
arnews[0] += "British comedian Russell Brand locked lips with American actor Jason Segel at the \"Stand With Haiti\" benefit gig in Los Angeles Tuesday. Rumours are rife that the funnyman, who is engaged to singer Katy Perry, will offend her deeply religious mother ...";
arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 06:21:00 GMT";
arnews[0] += "
";
arnews[1]="Russell Brand locks lip with Jason Segel at Haiti concert - The Gaea Times
";
arnews[1] += "LONDON - British comedian Russell Brand locked lips with American actor Jason Segel at the “Stand With Haiti” benefit gig in Los Angeles Tuesday. Rumours are rife that the funnyman, who is engaged to singer Katy Perry, will offend her deeply ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 13:54:00 GMT";
arnews[1] += "
";
arnews[2]="How I met Neil Patrick Harris' replacement... - San Francisco Chronicle
";
arnews[2] += "Even Jason Segel and his big bong of bulls--t was fun to watch, if for no other reason than he knows Neil Patrick Harris. As we walked out, Brock and I strolled right past Rachel Dratch, standing by the door like a perfectly normal person. \"";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 20:53:00 GMT";
arnews[2] += "
";
arnews[3]="'How I Met Your Mother': Quack, quack - Los Angeles Times Blogs
";
arnews[3] += "Barney gets together with the ladies, but can't help wondering if the grass breasts are bigger on the other side. He picks up the phone and leaves behind the girl before he can close the deal each time. How can he sleep with a “hot lady bullfighter ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:01:00 GMT";
arnews[3] += "
";
arnews[4]="Russell Brand locks lips with a man - Hindustan Times
";
arnews[4] += "British comedian Russell Brand locked lips with American actor Jason Segel at the Stand With Haiti benefit gig in Los Angeles. Rumours are rife that the funnyman, who is engaged to singer Katy Perry, will offend her deeply religious mother knowing ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 15:11:00 GMT";
arnews[4] += "
";
arnews[5]="HOT GALLERY: Alyson Hannigan Hangs with Hubby & Baby - Ok Magazine
";
arnews[5] += "Alyson’s character on How I Met Your Mother , Lily, and co-star Jason Segel , Marshall, play the show’s featured married couple. Fans of the show may hope to see the adorable TV couple welcome a baby of their own";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 03:25:00 GMT";
arnews[5] += "
";
arnews[6]="Monday's Highlights - Los Angeles Times
";
arnews[6] += "The Bachelor: On the Wings of Love: It's down to the final four on a new episode of the reality competition (8 p.m. ABC). Heroes: The nefarious Samuel (Robert Knepper) must be stopped before his evil scheme results in thousands of deaths on the sci ...";
arnews[6] += "
Publ.Date : Mon, 08 Feb 2010 08:02:00 GMT";
arnews[6] += "
";
arnews[7]="Ricky Gervais Teams With Simpsons Writer for 3D Animated Movie - Paste Magazine
";
arnews[7] += "Along with Gervais, rumored vocal contributors include Steve Carell, Jason Segel, Danny McBride, Will Arnett and Kristen Wiig. Flanimals , released by Illumination Entertainment, is set for a 2011 premiere.";
arnews[7] += "
Publ.Date : Fri, 05 Feb 2010 19:54:00 GMT";
arnews[7] += "
";
totcount = 8;
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("