var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="It was easy to try out our first cruise - the hard part was enjoying it
";
arnews[0] += "The Norwegian Sky was one of about five cruise ships docked at Nassau for one-day excursions in August 2009.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 04:50:42 GMT";
arnews[0] += "
";
arnews[1]="Vince Vaughn - Akerman: 'Vaughn's the Perfect Husband'
";
arnews[1] += "Caption: Vince Vaughn Premiere of 'Couples Retreat' at The Savoy Dublin, Ireland .... AKERMAN: 'VAUGHN'S THE PERFECT HUSBAND' VINCE VAUGHN's movie wife MALIN AKERMAN has given the actor the thumbs up as a husband - a month after he wed real estate agent KYLA WEBER.";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 04:35:38 GMT";
arnews[1] += "
";
arnews[2]="Movie Wife: Vince Vaughn to Make 'Wonderful Real Husband' | Vince Vaughn
";
arnews[2] += "She's already been married to Vince Vaughn - albeit in a movie - so Malin Akerman knows the actor made the right decision when he wed real estate agent Kyla Weber in real life.";
arnews[2] += "
Publ.Date : Wed, 10 Feb 2010 03:44:06 GMT";
arnews[2] += "
";
arnews[3]="Cine Files: Weekly DVD Roundup
";
arnews[3] += "There's nothing quite like seeing a film on the big screen. Provided, of course, that you own your own theatre.";
arnews[3] += "
Publ.Date : Wed, 10 Feb 2010 01:53:11 GMT";
arnews[3] += "
";
arnews[4]="Akerman: 'Vaughn's the Perfect Husband'
";
arnews[4] += "AKERMAN: 'VAUGHN'S THE PERFECT HUSBAND' Movie & Entertainment News provided by World Entertainment News Network 2010-02-10 02:50:16 - VINCE VAUGHN's movie wife MALIN AKERMAN has given the actor the thumbs up= as a husband - a month after he wed real estate agent KYLA WEBER.";
arnews[4] += "
Publ.Date : Wed, 10 Feb 2010 01:47:17 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("