var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Surf Lifesaving: HB development manager has high hopes for top three wins at nationals
";
arnews[0] += "Several firsts will be created when the Hawke's Bay teams step on to the beach at Mount Maunganui for the start of Surf Life Saving New Zealand's national Surf League on Saturday.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:45:10 GMT";
arnews[0] += "
";
arnews[1]="Prep Roundup: Marion girls win region title
";
arnews[1] += "Amira Timmons scored 20 points as the Marion girls wrapped up the Region 8-2A title with a 63-35 win over Cheraw on Monday.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 09:04:06 GMT";
arnews[1] += "
";
arnews[2]="It's girls sectional week
";
arnews[2] += "High school girls basketball takes center stage this week with sectionals to be played at 64 locations this week.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 05:39:18 GMT";
arnews[2] += "
";
arnews[3]="Kingsway snaps Deptford's 10-game win streak
";
arnews[3] += "Kingsway High School, No. 17 in the Courier-Post Top 20 girls' basketball rankings, outscored No.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Chicago Red Stars Pass On Mature Talent In WPS la Dispersal Draft
";
arnews[4] += "SAN FRANCISCO, CA The WPS Chicago Red Stars had four th crack at the talent packed stable of the now defunct Los Angeles Sol today, during the WPS Dispersal Draft.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 06:04:13 GMT";
arnews[4] += "
";
arnews[5]="Philadelphia Independence Take WPS All-Star Karina LeBlanc in Dispersal Draft
";
arnews[5] += "In the span ofA five months the expansion Philadelphia Independence have managed to add not one but two goalkeepers from the 2009 regular season champion Los Angeles SOL.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 00:50:45 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("