var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Legends in a martial arts tale
";
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.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 02:36:00 GMT";
arnews[0] += "
";
arnews[1]="Tiger moments
";
arnews[1] += "The Year of the Tiger will start in two weeks' time. Let's look at some significant Tiger years and personalities.";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 00:59:30 GMT";
arnews[1] += "
";
arnews[2]="Onwards & upwards
";
arnews[2] += "Interior designer Andre Fu talks about his understated, luxurious and always statement-making projects.";
arnews[2] += "
Publ.Date : Sat, 16 Jan 2010 01:17:30 GMT";
arnews[2] += "
";
arnews[3]="The 2009 News Review, Part Two - April to June
";
arnews[3] += "As we adjust to life in 2010, we take time to reflect on the past 12 months and the year that was 2009.";
arnews[3] += "
Publ.Date : Thu, 07 Jan 2010 20:32:21 GMT";
arnews[3] += "
";
arnews[4]="Jay Stone's favourite films of the decade
";
arnews[4] += "Viggo Mortensen stars in A History of Violence, one of Jay Stone's favourite films of the decade.";
arnews[4] += "
Publ.Date : Tue, 22 Dec 2009 06:42:08 GMT";
arnews[4] += "
";
arnews[5]="Getting road safety on track through F1
";
arnews[5] += "KUALA LUMPUR: A tragic 1.2 million deaths, while 50 million others escaped with injuries from road accidents worldwide last year are the figures most relevant in aligning the International Automobile Federation's course for the next decade.";
arnews[5] += "
Publ.Date : Thu, 07 Jan 2010 03:11:08 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("