var arnews = new Array(7); totcount = 4; rnd = 0; document.title=document.title+ " "; arnews[0]="Legends in a martial arts tale - AsiaOne
"; arnews[0] += "TRUE Legend is the extraordinary journey of a man - a martial arts hero - whose greatest dream is to create a unique school of martial arts for the world to follow. It is directed by legendary kungfu film-maker Yuen Woo-Ping. Yuen picked an ..."; arnews[0] += "
Publ.Date : Mon, 08 Feb 2010 05:03:00 GMT"; arnews[0] += "
"; arnews[1]="Jay Stone's favourite films of the decade - Regina Leader-Post
"; arnews[1] += "More than 5,000 movies were released in the decade between 2000 and 2009, and some Fridays, it seemed like most of them were Saw sequels. That was probably just an illusion. The Aughts (as opposed to the Ought Nots) were actually a good time for ..."; arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:02:00 GMT"; arnews[1] += "
"; arnews[2]="Tiger moments - star.com.my
"; arnews[2] += "As the Year of the Tiger draws closer, Chinese astrologists the world over are predicting a year of change, with abundant opportunities to achieve success for those willing to rise to the challenge. Historically, the Year of the Tiger has always ..."; arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 02:06:00 GMT"; arnews[2] += "
"; arnews[3]="China marks year of tiger with drive to save biggest cat - The Guardian
"; arnews[3] += "Taking turns to act as human ploughs, Liang Jianmin and his tiger survey team forge through mile after mile of knee-deep snow in the mountain forests near China 's frozen mountain border with Siberia. From dawn to dusk they track, ­looking for ..."; arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 02:53:00 GMT"; arnews[3] += "
"; totcount = 4; 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("
");