var arnews = new Array(7);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="New Canaan Beats Avon In Class L Girls Soccer Final - Hartford Courant
";
arnews[0] += "WATERBURY - — New Canaan's nearly constant pressure finally beat Avon's defense midway through the second half Saturday afternoon to lead the sixth-seeded Rams past No. 8 Avon 1-0 in the CIAC Class L girls soccer championship at Municipal Stadium ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 08:44:00 GMT";
arnews[0] += "
";
arnews[1]="New Canaan girls soccer team claims Class L crown - Stamford Advocate
";
arnews[1] += "WATERBURY -- No. Not again. It wasn't going to play out the way it did last time. So, New Canaan's Liz Bruno -- the pint-sized senior with the sneaky shot who led the Rams in scoring this year -- ended any thoughts of another overtime title game and ...";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 02:03:00 GMT";
arnews[1] += "
";
arnews[2]="Hottest Vampires - Starpulse.com
";
arnews[2] += "Forget werewolves and witches, vampires have taken a bite out of pop culture and they're not going down without a fight. From films to fashion, gorgeous bloodsuckers are everywhere and causing a major heat wave as the biggest trend of 2009. Twilight ...";
arnews[2] += "
Publ.Date : Thu, 19 Nov 2009 18:34:00 GMT";
arnews[2] += "
";
totcount = 3;
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("