var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="BCS girls soccer rallies to victory
";
arnews[0] += "Kim Mannausa scored four goals as the Bradenton Christian girls soccer team rallied on the road from a 2-0 deficit at halftime to beat Tampa Cambridge 6-2 on Thursday.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 08:06:00 GMT";
arnews[0] += "
";
arnews[1]="Lady Rams bounce Pirates 53-36
";
arnews[1] += "Senior point guard Kate Kesselring scored 18 points, junior forward Ashley Losch scored 11 and sophomore point guard Heather Horne added 10 to lead Riverview High past visiting Braden River High 53-36 in girls basketball on Thursday night.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 06:22:24 GMT";
arnews[1] += "
";
arnews[2]="Girls hoops Super 25: St. Mary's (Calif.) starts out as No. 1 team
";
arnews[2] += "Rankings are done in consultation with various coaches and media and compiled by USA TODAY's Jim Halley.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 05:38:32 GMT";
arnews[2] += "
";
arnews[3]="Before Carrie Prejean: 7 disgraced beauty queens
";
arnews[3] += "Carrie Prejean's sex tape scandal is just the latest chapter in America's long history of fallen pageant winners Carrie Prejean is just the latest in a long line of scandal-prone beauty queens.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Medieval fun awaits at fair
";
arnews[4] += "For the next two weekends, the Sarasota Fairgrounds will transport you back to 11th-century England during the Sarasota Medieval Fair.";
arnews[4] += "
Publ.Date : Thu, 12 Nov 2009 17:31:45 GMT";
arnews[4] += "
";
arnews[5]="Beauty Queen Scandals
";
arnews[5] += "Miss USA 2009 1st runner up Carrie Prejean poses for photos at the 2009 Miss USA Pageant at Planet Hollywood Resort & Casino on April 19, 2009 in Las Vegas, Nevada - WireImage Charlie Toft , Nov 09, 2009 It has been an interesting few days in the world of beauty queen scandals.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 17:50: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("