var arnews = new Array(5); totcount = 5; rnd = 0; document.title=document.title+ " "; arnews[0]="Top 10 technology also-rans
"; arnews[0] += "Any industry is littered with the corpses of companies that blazed a trail and then stuttered and died."; arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:26:00 GMT"; arnews[0] += "
"; arnews[1]="Militia movement revives across U.S.
"; arnews[1] += "Ray Southwell, left, and Norm Olson, members of the Alaska Citizens Militia, stand by the woods near their home in Nikiski, Alaska, on Sept."; arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 23:23:01 GMT"; arnews[1] += "
"; arnews[2]="Militia movement resurfaces across the nation
"; arnews[2] += "In this photo taken Tuesday Sept. 29, 2009 Norm Olson, who recently launched the Alaska Citizens Militia is shown at his home in Nikiski, Alaska."; arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 02:13:00 GMT"; arnews[2] += "
"; arnews[3]="Arrest in 1981 tribal murders revives old mystery
"; arnews[3] += "\" In the days before Fred Alvarez was shot execution-style with two friends on his verandah, the strapping Cabazon tribal leader feared he was a marked man: His motorcycle had been tampered with, his mailbox shot up and his house ransacked."; arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 20:17:00 GMT"; arnews[3] += "
"; arnews[4]="Leeds StreetSmart 2009: Sainsbury's backs campaign
"; arnews[4] += "A supermarket has got behind a Leeds campaign to help the homeless. Sainsbury's has donated dozens of frozen and tinned food items to StreetSmart 2009, which is again backed by the Yorkshire Evening Post."; arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 13:34:00 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("
");document.write("
");