var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Six killed in fiery crash
"; arnews[0] += "SEREMBAN: The proprietor of a herbs outlet and his family perished in a fiery crash after their car skidded and rammed into a stalled lorry at Km252 of the North-South Expressway near Senawang."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 01:17:16 GMT"; arnews[0] += "
"; arnews[1]="Family Of Six Killed In Accident Buried In Kg Bukit Pegoh, Melaka
"; arnews[1] += "A family of six who was burnt to death in an accident early this morning at KM252 of the North-South Expressway, near the Senawang poll plaza in Negeri Sembilan, were buried on Monday's night."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 15:18:57 GMT"; arnews[1] += "
"; arnews[2]="American Apparel wants your butt: three new 'citizen model campaigns'
"; arnews[2] += "Benetton, American Apparel, and L.e.i have all announced new citizen model ad campaigns."; arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 06:40:48 GMT"; arnews[2] += "
"; arnews[3]="Longest breath contest winners well rewarded for their efforts
"; arnews[3] += "The `Longest Breath Contest' organised by Red Bull, saw 10 lucky participants being awarded with prizes for their best attempt a holding their breath for as long as possible, yesterday."; arnews[3] += "
Publ.Date : Mon, 01 Feb 2010 00:54:12 GMT"; arnews[3] += "
"; arnews[4]="Hush-hush Hidco move hits hurdle
"; arnews[4] += "A villager in Chapna points to one of the pits dug by Hidco workers on Sunday to try and install electricity towers."; arnews[4] += "
Publ.Date : Sun, 31 Jan 2010 23:00:00 GMT"; arnews[4] += "
"; arnews[5]="Virginia Islamic School's Expansion Met Protests
"; arnews[5] += "In Northern Virginia, a private school needed the local county's approval to expand to serve more students."; arnews[5] += "
Publ.Date : Sun, 31 Jan 2010 04:40:00 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("
");document.write("
");