var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TV Gossiper
";
arnews[0] += "Which two TV faves finally have return dates and what recently cancelled show is sticking around for at least another month? Read carefully.";
arnews[0] += "
Publ.Date : Mon, 23 Nov 2009 20:41:00 GMT";
arnews[0] += "
";
arnews[1]="Spoilers Anonymous: Desperate Housewives, NCIS, Smallville, and more
";
arnews[1] += "Posted Nov 20th 2009 9:00PM by Isabelle Carreau Filed under: Spoilers Anonymous , Reality-Free This is Spoilers Anonymous , a weekly column here at TV Squad where we supply you with the dirt on some of the more popular shows on the air.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 02:00:00 GMT";
arnews[1] += "
";
arnews[2]="Films Fun-Filled Family Adventure 'G-Force' Comes To DVD & Blu-ray Dec. 15
";
arnews[2] += "Charging home on December 15th comes Walt Disney Pictures' actionpacked comedy-adventure G-Force . Packaged as an exciting Disney \"Combo Pack\" , families can finally look forward to enjoying this thrilling story about a covert group of feisty furball Guinea Pigs anytime, anywhere and on a compatible format of their choice - DVD player, Blu-ray ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 18:19:15 GMT";
arnews[2] += "
";
arnews[3]="Faster than the internet
";
arnews[3] += "BaseballAmerica.com will be posting their list of the Top 10 Milwaukee Brewers Prospects on their website on Monday.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 17:23:18 GMT";
arnews[3] += "
";
arnews[4]="Shirley Wedding
";
arnews[4] += "Savannah Leigh Smith and Matthew Carl Shirley were united in marriage on June 27, 2009 at the First United Methodist Church.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 14:09:58 GMT";
arnews[4] += "
";
arnews[5]="When in Rome: A Review
";
arnews[5] += "You will laugh, you will cry, you will have 90% of this romantic comedy figured out within the first ten minutes.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 06:00:29 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("