var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Grey's Anatomy Sneak Peeks: Slutty Mark Hits On Blond Lexie
";
arnews[0] += "Mark Sloan is a dirty dog! As you can see for yourself in the sneak peek above, his new granddaddy gig isn't stopping him from hitting on the pretty new blond doctor.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 01:58:49 GMT";
arnews[0] += "
";
arnews[1]="Jennifer Garner Anne Hathaway X390 (Getty) | Advocate.Com
";
arnews[1] += "In the new issue of GQ, Anne Hathaway says there's nothing sexy or romantic about making out with your costars because she just can't get into it.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:48:04 GMT";
arnews[1] += "
";
arnews[2]="The Bachelor Gets Dumpeda "and Likes It
";
arnews[2] += "Why does getting jilted work for The Bachelor ? Why does Jay Leno owe David Letterman a card a car a house? And how many people really watched the Lost premiere ? The answers - and more questions about Smallville , Conan O'Brien and more - in the latest TV ratings quiz: 1. Wasn't that terrible last night when Ali chose her job over Jake? Not for ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 21:05:00 GMT";
arnews[2] += "
";
arnews[3]="Walt Disney Co. F1Q10 (Qtr End 1/2/10) Earnings Call Transcript
";
arnews[3] += "Walt Disney Co. F1Q10 Earnings Call February 9, 2010 04:30 a.m. ET Executive s Lowell Singer - SVP of IR Bob Iger - President and CEO Jay Rasulo - SVP and CFO Analysts Ben Swinburne - Morgan Stanley Michael Nathanson - Alliance Bernstein Spencer Wang - Credit Suisse Imran Khan - JPMorgan Doug Mitchelson - Deutsche Bank Jessica Reif-Cohen - Banc of ...";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:27:08 GMT";
arnews[3] += "
";
arnews[4]="Eric Dane: Baby Name Is a Straight Down the Middlea
";
arnews[4] += "We thought, Beckett, that's a classy name! My son comes home, and Dash - first thing - goes, 'Heeeeey, Becky!' Argh.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 00:47:46 GMT";
arnews[4] += "
";
arnews[5]="I Did Not Fall in Love With Valentinea s Day
";
arnews[5] += "Valentine's Day Running time 125 minutes Written by Katherine Fugate Directed by Garry Marshall Starring Jessica Alba, Kathy Bates, Ashton Kutcher, Jamie Foxx, Jennifer Garner, Julia Roberts, Bradley Cooper, Anne Hathaway, Eric Dane, Shirley MacLaine, Topher Grace, Taylor Swift, Taylor Lautner, Queen Latifah, Hector Elizondo V alentine's Day , ...";
arnews[5] += "
Publ.Date : Wed, 10 Feb 2010 00:35:57 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("