var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Joel McHale on New Love Interest: "Eat That , Patrick Dempsey!" - Entertainment Online
";
arnews[0] += "\"Lauren played Patrick Dempsey 's love interest on Grey's Anatomy and is now my love interest,\" Joel tells us. \"So eat that, Patrick Dempsey!\" (Did we ever mention how much we love Joel McHale?) But wait a minute. When we last saw Lauren's character ...";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 21:35:00 GMT";
arnews[0] += "
";
arnews[1]="20 per cent of bald British men dream of having hair like Jedward or a ... - Earthtimes
";
arnews[1] += "One in five British men suffering from hair loss wish for ‘Jedward’ like hair rather than something more traditional, according to new research out today. In a poll of 1,200 men, almost a quarter admired the X Factor finalists’ hair, who ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:55:00 GMT";
arnews[1] += "
";
arnews[2]="Dempsey: McDreamy label is great - Entertainment.uk.msn.com
";
arnews[2] += "Grey's Anatomy star Patrick Dempsey has admitted he's happy about being labelled Dr McDreamy. The actor was given the moniker after winning fans' hearts with his portrayal of Dr Derek Shepherd on the hit medical drama, and said he thinks \"it's great ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:56:00 GMT";
arnews[2] += "
";
arnews[3]="Grey's Anatomy Webisodes Kick Off - Buddytv.com
";
arnews[3] += "Sounds nice? You be the judge, but off hand, the webisodes will not feature the main characters of Grey's Anatomy . Set primarily in Joe's Emerald City Bar, the popular hangout spot for the doctors after work, Seattle Grace: On Call is shot like a ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 05:55:00 GMT";
arnews[3] += "
";
arnews[4]="VOTE: Which Celebrity Has Done The Best Charitable Work? - Pop Eater
";
arnews[4] += "In the spirit of giving this holiday season, PopEater and NiceOne! are teaming up to see which celebrities you think have been nice and charitable this year. Then, after you're done voting, we hope you'll stop over to NiceOne! and submit your real ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 16:53:00 GMT";
arnews[4] += "
";
arnews[5]="UTA ups two agents to partner - Variety
";
arnews[5] += "His client list includes Elizabeth Banks, Patrick Dempsey, Sigourney Weaver, Joseph Fiennes, Michael Pitt, Kyra Sedgwick, Hope Davis, Anna Friel and Emily Watson. Rosenzweig joined the agency in 2000 and got her start at Abrams Artists in 1994.";
arnews[5] += "
Publ.Date : Thu, 19 Nov 2009 02: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("