var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="CLU loses by familiar formula
";
arnews[0] += "A strong running game and stout defensive work has been Cal Lutheran's recipe for success and a berth in the NCAA Division III football playoffs.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 07:06:35 GMT";
arnews[0] += "
";
arnews[1]="U.S. real estate draws foreign buyers
";
arnews[1] += "Canadian investor Arthur Wong is buying condos in Las Vegas and Phoenix like a shopper at Costco: In bulk, with slashed prices.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 07:05:46 GMT";
arnews[1] += "
";
arnews[2]="Monroe, Emily
";
arnews[2] += "MONROE, Emily died peacefully in her home on November 18, 2009 at the age of 69 following a brief illness.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 07:03:43 GMT";
arnews[2] += "
";
arnews[3]="Abilenian Davis carries on clan's roping tradition
";
arnews[3] += "Bryce Davis, 29, of Abilene won the aggregate title at the National Finals Steer Roping Championships and was the only roper to tie all 10 steers in the event for a total time of 137.9 seconds.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 04:54:37 GMT";
arnews[3] += "
";
arnews[4]="Real estate agents see return of foreign buyers
";
arnews[4] += "Canadian investor Arthur Wong is buying condos in Las Vegas and Phoenix like a shopper at Costco: In bulk, with slashed prices.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 04:35:45 GMT";
arnews[4] += "
";
totcount = 5;
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("