var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Park Information - Mickey News
";
arnews[0] += "This is where you will find information on all of the Disney theme parks. Don’t plan your next trip to Disneyland without Mickey News Travel. You can get great prices on Disneyland tickets and hotel accomadations around the resort. Mickey News ...";
arnews[0] += "
Publ.Date : Tue, 17 Nov 2009 06:27:00 GMT";
arnews[0] += "
";
arnews[1]="Scrubs - TVShowsOnDVD.com
";
arnews[1] += "Burbank, Calif. - The doctors at Sacred Heart Hospital administer another hilarious dose of their inimitable medicine in Scrubs: The Complete Eighth Season , coming to Blu-ray for the first time on November 17, 2009. The long-running show's trademark ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 08:20:00 GMT";
arnews[1] += "
";
arnews[2]=""Scrubs - The Complete Eighth Season" on DVD! - EDGE Boston
";
arnews[2] += "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. The long-running show’s ...";
arnews[2] += "
Publ.Date : Mon, 16 Nov 2009 23:53:00 GMT";
arnews[2] += "
";
arnews[3]="Office's baby boomlet inspires new line of smart and sassy babywear - Herald & Review
";
arnews[3] += "Judy Reyes from the television show Scrubs used some of the Babble clothing in a guest gift bag at her baby shower. \"It's interesting how we've created a buzz,\" Herbert said. \"Social media is such a great opportunity. People are joining the fan base ...";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:22:00 GMT";
arnews[3] += "
";
totcount = 4;
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("