var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="In the Pool With Olympic Gold Medallists
";
arnews[0] += "Some young Quad City swimmers learned what it takes to go for the gold from two Olympians who know all about that.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 09:35:04 GMT";
arnews[0] += "
";
arnews[1]="Industry News: Arena's Partnership with Auburn University Swimming...
";
arnews[1] += "Industry News: Arena's Partnership with Auburn University Swimming Team Marks Entrance into American University Sports -- February 4, 2010 CARSLBAD, California, February 4. ARENA, one of the leading sports waterwear companies at the world-wide level, is proud to announce a new partnership with the Auburn University Swimming teams - one of the most ...";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 17:39:13 GMT";
arnews[1] += "
";
arnews[2]="Arena's Partnership with Auburn University Swimming Team Marks...
";
arnews[2] += "As part of the four year contract, Arena, will be the official equipment supplier to the university's men's and women's swim teams.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="Arena Swim USA will become
";
arnews[3] += "Arena Swim USA will become the official equipment supplier to the university's men's and women's swim teams.";
arnews[3] += "
Publ.Date : Tue, 02 Feb 2010 16:18:56 GMT";
arnews[3] += "
";
arnews[4]="Arena's Partnership with Auburn University Swimming Team Marks...
";
arnews[4] += "As part of the four year contract, Arena, will be the official equipment supplier to the university's men's and women's swim teams.";
arnews[4] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="In the Pool With Olympic Gold Medallists
";
arnews[5] += "Some young Quad City swimmers learned what it takes to go for the gold from two Olympians who know all about that.";
arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 15:29:28 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("