var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Suri Cruise Has Fun With Security Tape
";
arnews[0] += "Little Miss Trouble Suri Cruise decided to have some fun on the set of her mom's latest movie, The Romantics, in Long Island yesterday.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 15:41:11 GMT";
arnews[0] += "
";
arnews[1]="Actor Tom Cruise gives Boston an online high-five
";
arnews[1] += "Tom Cruise, who began filming the locally shot James Mangold action comedy \" Knight & Day \" with Cameron Diaz on Tuesday, Sept.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 15:13:44 GMT";
arnews[1] += "
";
arnews[2]="Oprah's goodbye is also a hello
";
arnews[2] += "This is not the end of Oprah Winfrey. Maybe not even the end of her TV show. True, in a tearful announcement yesterday, the self-made media mogul - host of the highest-rated talk show for 23 years, seen in 145 countries, worth a breathtaking $2.7 billion - confirmed for her audience what had been rumored for weeks: that the show would be ending.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 15:01:52 GMT";
arnews[2] += "
";
arnews[3]="Oprah: Prayer, Careful Thought Influenced Exit
";
arnews[3] += "Holding back tears, Oprah Winfrey told her studio audience Friday that she would end her show in 2011 after a quarter-century on the air, saying prayer and careful thought led her to her decision.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 14:20:39 GMT";
arnews[3] += "
";
arnews[4]="Featured today on Detroit.HighSchoolSports.net:
";
arnews[4] += "Over his 35-year career, Butch Briggs has guided East Grand Rapids to 15 state swimming championships.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 13:16:55 GMT";
arnews[4] += "
";
arnews[5]="Winfrey says prayer influenced decision
";
arnews[5] += "Holding back tears, Oprah Winfrey told her studio audience Friday that she would end her show in 2011 after a quarter-century on the air, saying prayer and careful thought led her to her decision.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 12:37:55 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("