var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bearizona shoots for May opening
";
arnews[0] += "The Bearizona main entrance building begins to take shape. Officials with the drive throughwildlife park hope to open the attraction in early May.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 22:06:00 GMT";
arnews[0] += "
";
arnews[1]="Jessica Szohr and Ed Westwick Snog Through Super Bowl
";
arnews[1] += "Following some smooches for the Super Bowl cameras and a night aboard Paul Allen's yacht, Brangelina issued a legal statement saying reports of their separation were \"false and intrusive,\" suing the News of the World newspaper for their false allegations .";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 16:24:56 GMT";
arnews[1] += "
";
arnews[2]="Fara: Crowd Support Vital
";
arnews[2] += "There are just two days to go until the 2009/10 FA Women's Premier League Cup final and captain Fara Williams says Everton are ready to claim their first piece of silverware.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:42:49 GMT";
arnews[2] += "
";
arnews[3]="The ugly truth about Bettya s braces and Super Bowl ads
";
arnews[3] += "Lynn Crosbie From Tuesday's Globe and Mail Published on Monday, Feb. 08, 2010 4:54PM EST Last updated on Monday, Feb.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="On the road to the Super Bowl
";
arnews[4] += "Driving to or from the Super Bowl this weekend shouldn't go without connecting to the Indianapolis Colts along the way.";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="The ugly truth about Betty's braces and Super Bowl ads
";
arnews[5] += "Lynn Crosbie Published on Monday, Feb. 08, 2010 4:54PM EST Last updated on Monday, Feb.";
arnews[5] += "
Publ.Date : Tue, 09 Feb 2010 00:00:38 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("