var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lake Travis fights off Steele for Area Title
";
arnews[0] += "All season, No. 1 Lake Travis has talked about wanting a competitive game, one in which the starters played from start to finish.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 23:36:52 GMT";
arnews[0] += "
";
arnews[1]="England restrict margin of All Blacks' win
";
arnews[1] += "Martin Johnson's men made it tough for their superior opponents, but nothing other than a New Zealand win was on the cards Ma'a Nonu of New Zealand is tackled by England's Dan Hipkiss.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:05:05 GMT";
arnews[1] += "
";
arnews[2]="England fly-half Jonny Wilkinson and his New Zeland counterpart Dan Carter
";
arnews[2] += "It's all too frantic, though, and the All Blacks clear. The visitors haven't been vintage, but they've been a class above in the final reckoning.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 16:18:06 GMT";
arnews[2] += "
";
arnews[3]="Saturday clockwatch - live! | Tom Bryant
";
arnews[3] += "Hit refresh for the latest updates, or turn on the auto-update button below. Meanwhile punt your thoughts on English rugby's kicking game, the 3pm kickoffs or anything else to tommyturbo100@hotmail.com Dressing up as this man is how New Zealand's Dan Carter likes to spend his time.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:43:13 GMT";
arnews[3] += "
";
arnews[4]="Twickenham looks for more adventure from Martin Johnson's team
";
arnews[4] += "Photograph: Tom Jenkins The weather forecast is miserable and England are battening down the hatches.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 00:11:10 GMT";
arnews[4] += "
";
arnews[5]="Lobos at a glance
";
arnews[5] += "After a sluggish first quarter, Longview - ranked No. 2 in the final Associated Press' Class 4A poll - scored 42 consecutive points to cruise to a 52-9 bi-district playoff win over Whitehouse in Longview's first postseason game at Lobo Stadium since 1984.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 09:30:57 GMT";
arnews[5] += "
";
arnews[6]="Mets have history of hauling in hardware
";
arnews[6] += "With acknowledgment of and apologies to Cleon Jones, Rusty Staub, Darryl Strawberry, Mike Piazza and David Wright, the Mets usually have made their bones on the mound.";
arnews[6] += "
Publ.Date : Sat, 21 Nov 2009 03:55:00 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("