var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Pics from ABC Daytime's Casino Night in NY
";
arnews[0] += "\"One Life's\" Jason Tam . \"One Life's\" January LaVoy , Ilene Kristen , Tam, Evans, and Brandon Buddy .";
arnews[0] += "
Publ.Date : Tue, 10 Nov 2009 22:19:15 GMT";
arnews[0] += "
";
arnews[1]="Cressy, Young and Williamson Tabbed Big 12 Soccer Players of the Week
";
arnews[1] += "Emily Cressy , Bri Young and Shelby Williamson were named the Big 12 Soccer Players of the Week for games played from Oct.";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 02:07:14 GMT";
arnews[1] += "
";
arnews[2]="'Soap Cruise' Returns to Celebrity Century
";
arnews[2] += "Among the activities that Soap Cruise organizers have arranged exclusively for Soap Cruise guests will be autograph and photo sessions, soap opera trivia games, an elite beach party with the stars, and other special events allowing guests to mingle with their favorite actors.";
arnews[2] += "
Publ.Date : Mon, 02 Nov 2009 23:26:20 GMT";
arnews[2] += "
";
arnews[3]="North Shore Animal League America's Fourth Annual DogCatemy Celebrity Gala to Roll Out the 'Green Ca
";
arnews[3] += "Newsmakers and their pets will \"paws\" on a Green Carpet as North Shore Animal League America opens the doors at the Fourth Annual DogCatemy Celebrity Gala presented by Purina One brand pet food.";
arnews[3] += "
Publ.Date : Tue, 20 Oct 2009 16:35:42 GMT";
arnews[3] += "
";
arnews[4]="Ask Ausiello: Spoilers on Grey's, Fringe, Glee, and more.
";
arnews[4] += "Question: There's speculation that Izzie cheats on Alex on Grey's Anatomy. Is it true? - Molly Ausiello: No, but the newlyweds will be dealt a major blow at the end of next week's episode .";
arnews[4] += "
Publ.Date : Thu, 08 Oct 2009 04:31:57 GMT";
arnews[4] += "
";
arnews[5]="TV Review: Ask Ausiello: 'Grey's' ladies?
";
arnews[5] += "Got a scoop request? An anonymous tip you're dying to share? Just want to say hi? You can send any/all of the above toA ausielloscoop@ew.com Question: There's speculation that Izzie cheats on Alex on Grey's Anatomy .";
arnews[5] += "
Publ.Date : Wed, 07 Oct 2009 05:00: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("