var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'The Sims 3: World Adventures' lacks Simlish...
";
arnews[0] += "Last updated on 11/19/2009 at 8:53 p.m. a oeThe Sims 3: World Adventuresa expansion pack came out this week, and it had some familiar voices on the in-game radio.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 03:38:06 GMT";
arnews[0] += "
";
arnews[1]="State-ranked Bland boys open with win
";
arnews[1] += "No. 9 state-ranked Bland opened the 2009-10 season with a 47-45 victory on Tuesday over a Whitewright team that reached the regional finals last season in Class 2A.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 09:18:00 GMT";
arnews[1] += "
";
arnews[2]="Will preservation be preserved?
";
arnews[2] += "Barbara Steele, shown here with her dog, Muffin at her farm in Mount Joy Township Friday afternoon, is interested in participating in the township s Ag Land Preservation Program.";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 17:21:28 GMT";
arnews[2] += "
";
arnews[3]="Will preservation be preserved?
";
arnews[3] += "Barbara Steele, shown here with her dog, Muffin at her farm in Mount Joy Township Friday afternoon, is interested in participating in the township s Ag Land Preservation Program.";
arnews[3] += "
Publ.Date : Sun, 15 Nov 2009 02:37:24 GMT";
arnews[3] += "
";
arnews[4]="Westwood rallies to gain 5A regional
";
arnews[4] += "Kept off balance early in the match, Westwood's volleyball team won the last two games of a Region II-5A quarterfinal battle to defeat The Woodlands College Park.";
arnews[4] += "
Publ.Date : Wed, 11 Nov 2009 05:50:48 GMT";
arnews[4] += "
";
arnews[5]="Short Order: November 9
";
arnews[5] += "New Yorkers gathered to celebrate the publication of The Veselka Cookbook: Recipes and Stories from the Landmark Restaurant in New York's East Village by Tom Birchard and Natalie Danford on October 28.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 17:48:09 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("