var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Dubai Events and Promotions Establishment launches value-added 'Travel to Dubai during DSF' package
";
arnews[0] += "United Arab Emirates: 56 minutes ago Dubai Events and Promotions Establishment announced the launch of 'Discounted Travel to Dubai for DSF 2010' package - an exciting travel initiative to encourage visitor inflow to Dubai during the upcoming DSF 2010, with a special focus on families.";
arnews[0] += "
Publ.Date : Sun, 07 Feb 2010 08:29:29 GMT";
arnews[0] += "
";
arnews[1]="First Lady attends function
";
arnews[1] += "MALE: First Lady Madam Laila Ali has attended the function held to mark the silver jubilee anniversary of HA atoll Education Centre.";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 06:01:34 GMT";
arnews[1] += "
";
arnews[2]="Scout Troop 3030's day out in paddy field
";
arnews[2] += "Guest of honour, Awang Haji Badar Hard at work harvesting Padi Laila Some of the scout 3030 members with the Penghulu of Mukim Liang.";
arnews[2] += "
Publ.Date : Sat, 06 Feb 2010 11:02:43 GMT";
arnews[2] += "
";
arnews[3]="AT&T increases social media for 2010 Black History Month effort
";
arnews[3] += "AT&T is conducting a campaign throughout February celebrating Black History Month.";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 18:30:44 GMT";
arnews[3] += "
";
arnews[4]="Dancing with the Stars
";
arnews[4] += "Ian Ziering has left the ballroom. Despite his efforts to release his inner entertainer - with an Elvis wig to boot! - the former Beverly Hills, 90210 star was voted off the show Tuesday night, leaving Laila Ali, Joey Fatone and Apolo Anton Ohno to tango for the trophy on next week's finale.";
arnews[4] += "
Publ.Date : Wed, 16 May 2007 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Jamba Juice's Jamba Jump Breaks World Record
";
arnews[5] += "Jamba Juice and CAHPERD break record for the most people jumping/skipping rope at the same time.";
arnews[5] += "
Publ.Date : Tue, 02 Feb 2010 19:51:51 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("