var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bulldogs tally 6 NCAA qualifying marks
";
arnews[0] += "\" Georgia's throwers racked up three NCAA provisional qualifying marks to highlight Day One at the Virginia Tech Elite meet in Blacksburg, Va., on Friday evening.";
arnews[0] += "
Publ.Date : Sat, 06 Feb 2010 13:28:06 GMT";
arnews[0] += "
";
arnews[1]="Vili and twins triumph at Halbergs
";
arnews[1] += "Valerie Vili won the Halberg Award and Sportswoman of the year at the Halberg Awards, Auckland, New Zealand.";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 08:08:03 GMT";
arnews[1] += "
";
arnews[2]="Vili, Evers-Swindells lead Ladies Night
";
arnews[2] += "WINNING LADIES: The Evers-Swindell twins, Georgina Earl and Caroline Meyer share a laugh with supreme Halberg Award winner Valerie Vili.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 06:04:00 GMT";
arnews[2] += "
";
arnews[3]="Live Blogging Project Runway, Week 4 [Project Runway]
";
arnews[3] += "Welcome to the Thursday night cotillion party from hell. Grab a cotillion cocktail , demonic debs, and let's get ready to live-blog! We've reached week four of our mutual fashion-fight addiction, and the stakes are really getting a well, about the same, actually.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 02:00:00 GMT";
arnews[3] += "
";
arnews[4]="The alternative Halberg Awards' winners' list
";
arnews[4] += "SHOULD THEY HAVE WON?: The All Whites , Dan Vettori , Ricki Herbert and Alison Shanks could consider themselves unlucky not win a Halberg Award.";
arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 05:00:19 GMT";
arnews[4] += "
";
arnews[5]="Rowing dominates Halberg Awards
";
arnews[5] += "It was rowing's night at the Westpac Halberg Awards in Auckland last night, with the sport scooping four of the seven categories on offer.";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 03:35:17 GMT";
arnews[5] += "
";
arnews[6]="Live Blogging Project Runway, Week 4
";
arnews[6] += "Welcome to the Thursday night cotillion party from hell. Grab a cotillion cocktail , demonic debs, and let's get ready to live-blog! We've reached week four of our mutual fashion-fight addiction, and the stakes are really getting a well, about the same, actually.";
arnews[6] += "
Publ.Date : Fri, 05 Feb 2010 03:15:51 GMT";
arnews[6] += "
";
totcount = 7;
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("