var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Running and gunning
";
arnews[0] += "Alamogordo's Jason Trujillo drives to the hoop against Goddard's Christian Wilson during their game last January at the Tiger Pit.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 09:59:49 GMT";
arnews[0] += "
";
arnews[1]="Vacation in a Bottle Signs New Northwest Distributor
";
arnews[1] += "Dallas, TX, November 21, 2009 -- -- Travis Hollman, Portland native and President and co-founder of ViB Holdings LLC, is bringing his popular relaxation beverage Vacation in a Bottle to the Northwest in an agreement with Columbia Distributing.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 09:54:44 GMT";
arnews[1] += "
";
arnews[2]="GOP report: Accuser says Mayor Johnson offered to pay her $1,000 a month
";
arnews[2] += "Mayor Kevin Johnson is back in the spotlight with the release of a GOP report investigating the firing of the man who conducted the St.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 08:41:08 GMT";
arnews[2] += "
";
arnews[3]="Hawks-Hornets Preview
";
arnews[3] += "One week ago, the surging Atlanta Hawks easily beat a New Orleans Hornets club struggling to find its footing under new head coach Jeff Bower.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:50:08 GMT";
arnews[3] += "
";
arnews[4]="Rookie Marcus Thornton expects to play against Atlanta Hawks
";
arnews[4] += "New Orleans Hornets rookie Marcus Thornton goes for a rebound against the Los Angeles Clippers on Tuesday.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:46:37 GMT";
arnews[4] += "
";
arnews[5]="Philly Fans Shouldn't Want Allen Iverson to Flame Out
";
arnews[5] += "Behind Boston and Los Angeles, the Philadelphia 76ers have featured some of the finest stars in NBA history.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 03:27:01 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("