var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Midget Selects clinch SPHL second place
";
arnews[0] += "The Edson Midget Female Selects girls hockey team journeyed to Slave Lake recently, hoping for a sweep but needing at least one win in the weekend series to clinch second place in the Sturgeon Pembina Hockey League Midget Female division.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 05:00:22 GMT";
arnews[0] += "
";
arnews[1]="Joe Francis Loses A Round To Playboy Model
";
arnews[1] += "Girls Gone Wild founder Joe Francis has been a bit sue-happy these days. When the website Gawker named him \"Douche of the Decade\" , he sent a vicious letter and promised to take the blog to court.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 20:01:07 GMT";
arnews[1] += "
";
arnews[2]="Cigars held in fundraising Jaws
";
arnews[2] += "D ONOVAN McNabb joined Ron Jaworski at Jaws' South Beach Cigar Party at the Hotel Victor in Miami over Super Bowl weekend.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 12:39:26 GMT";
arnews[2] += "
";
arnews[3]="Joe Francis Loses Legal Round to Jayde Nicole
";
arnews[3] += "The Joe Francis/Jayde Nicole club fight fiasco is one step closer to being a distant memory -- a judge tossed out part of Joe's lawsuit against Jayde.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 18:01:25 GMT";
arnews[3] += "
";
arnews[4]="Joe Francis Defeated by Playmate Jayde Nicole in Cross-Complaint
";
arnews[4] += "Joe Francis cross-complaint. Joe Francis of Girls Gone Wild lost his cross-complaint against Jayde Nicole today.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 02:59:11 GMT";
arnews[4] += "
";
arnews[5]="Seal hunt 2010: Pamela Anderson and other celebrities speak out
";
arnews[5] += "Canadian-born Pamela Anderson has been speaking out against Canada's commercial seal hunt for years.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 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("