var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sheikha Aisha to speak at UBS forum
";
arnews[0] += "Union Bank of Switzerland has invited Sheikha Aisha bint Faleh al-Thani to speak at UBS Philanthropy Forum on April 29-30 in Singapore.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:04:34 GMT";
arnews[0] += "
";
arnews[1]="Viewtopia 02/02/10: Top 5 DVDs of the Week
";
arnews[1] += "Despite the unfortunate tagline , Ruben Fleisher's debut feature Zombieland is the furthest thing from a macho borefest.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Look-ahead: Ten films for 2010
";
arnews[2] += "It looks like 2010 is going to be a great year in movies. I can safely say that, because I think I've already seen most of them: The calendar is littered with Whatever 2 and Thingamajig 3 and Your Name Here: The Final Chapter.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 06:00:36 GMT";
arnews[2] += "
";
arnews[3]="Ong Bak 2: The Beginning
";
arnews[3] += "In 2003, \"Ong Bak\" gained a cult following. Pirated copies spread around university campuses worldwide.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 21:11:03 GMT";
arnews[3] += "
";
arnews[4]="11th Hour attendees nosh past midnight
";
arnews[4] += "AFTER TITANIC: Hollywood press agent Dawna Shuman flew in to stickhandle the hype surrounding a pre-release private screening of movie star Leonardo DiCaprio's The 11th Hour at the Fifth Avenue Cinemas Thursday.";
arnews[4] += "
Publ.Date : Sat, 25 Aug 2007 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Trip-hop legend Massive Attack's new album, 'Heligoland,' is full of nostalgia, but not much else.
";
arnews[5] += "COMPARED WITH PORTISHEAD'S fantastic 2008 album \" Third ,\" Massive Attack 's fifth and newest LP, \" Heligoland ,\" is a perfect example of the student surpassing the teacher.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 15:32:09 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("