var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Rahman forays into Hollywood with Couples Retreat - New Kerala
";
arnews[0] += "The soundtrack will be released via Saregama India Limited digitally and in all retail outlets nationwide on November 30. For Couples Retreat, A.R. Rahman has conjured up the sounds of a tropical island oasis fusing the laid-back rhythms of island ...";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:44:00 GMT";
arnews[0] += "
";
arnews[1]="Facebook Face Forward - CBS42.com
";
arnews[1] += "How does your profile photo look? Just in case you need a little help, Actress Malin Akerman talks on how she looks great when she connects on the net. This station will not store your email address or your recipient's email address or use them in ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:17:00 GMT";
arnews[1] += "
";
arnews[2]="Couples Retreat - A. R. Rahman’s first foray into Hollywood film - PRLog (free press release)
";
arnews[2] += "PRLog (Press Release) – Nov 21, 2009 – Academy Award-winning composer and internationally renowned musician A.R. Rahman makes his first foray into composing music for an American comedy feature film with Universal Pictures’ forthcoming romantic ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:13:00 GMT";
arnews[2] += "
";
arnews[3]="25 Photos - Popsugar
";
arnews[3] += "The ensemble cast of The Romantics gathered on set on Long Island yesterday to film a wedding scene. Josh Duhamel and Anna Paquin were the couple saying their I Dos, while Elijah Wood and Adam Brody played groomsmen to Katie Holmes and Malin Akerman ...";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 12:09:00 GMT";
arnews[3] += "
";
arnews[4]="Anna Paquin: Beautiful Bride - GossipCenter.com
";
arnews[4] += "The other cast members include Josh Duhamel, Malin Akerman, Elijah Wood, Adam Brody and Jeremy Strong. A release date has not been set just yet.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 17:47:00 GMT";
arnews[4] += "
";
totcount = 5;
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("