var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Scrubs - The Complete Eighth Season" on DVD
";
arnews[0] += "The doctors at Sacred Heart Hospital administer another hilarious dose of their inimitable medicine in Scrubs: The Complete Eighth Season, coming to DVD on August 25, 2009 and Blu-ray for the first time on November 17, 2009.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 20:45:50 GMT";
arnews[0] += "
";
arnews[1]="Model Kate Moss slammed for 'skinny' quip
";
arnews[1] += "Campaigners against eating disorders are criticizing Kate Moss after the supermodel cited as her motto a phrase used on pro-anorexia websites.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 12:53:37 GMT";
arnews[1] += "
";
arnews[2]="TV to DVD & Blu-Ray: November 17, 2009
";
arnews[2] += "The doctors at Sacred Heart Hospital administer another hilarious dose of their inimitable medicine in \"Scrubs: The Complete Eighth Season,\" now on Blu-ray. The long-running show's trademark surrealistic humor reaches a fever pitch in these 19 episodes, including the hysterical and heart-warming two-part season finale.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Season 1
";
arnews[3] += "Elsewhere, Elliot resents the fact that J.D.'s patients prefer his care to her cold hands when she has to cover his cases for him, and Dr.";
arnews[3] += "
Publ.Date : Tue, 17 Nov 2009 11:42:25 GMT";
arnews[3] += "
";
arnews[4]="On Nov. 5, 1872, Susan B. Anthony defied the law by attempting to vote for Ulysses S. Grant
";
arnews[4] += "Today is Thursday, Nov. 5, the 309th day of 2009. There are 56 days left in the year.";
arnews[4] += "
Publ.Date : Sun, 15 Nov 2009 23:30:44 GMT";
arnews[4] += "
";
arnews[5]="Recommend
";
arnews[5] += "It takes hundreds of volunteers to sort and pack the thousands of food and other essential items donated to the Holiday Bureau every year to help people in Ottawa County.";
arnews[5] += "
Publ.Date : Sat, 14 Nov 2009 13:50:56 GMT";
arnews[5] += "
";
arnews[6]="Judy Reyes Relies On Family For Pregnancy Support
";
arnews[6] += "Fame Due with her first child on November 30th, Judy Reyes is quickly approaching the finish line - and has much to show for it! Speaking to Celebrity Baby Blog at the Asics and Hello Kitty gifting lounge, the Scrubs star explains that the pregnancy has left her navigating uncharted waters on more than one occasion.";
arnews[6] += "
Publ.Date : Sat, 14 Nov 2009 00:29:41 GMT";
arnews[6] += "
";
totcount = 7;
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("