var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Banderas Moto2 team on schedule for 2010
";
arnews[0] += "We're very happy as after 10 years of hard work in the Spanish Championship and other various international projects, we have finally reached our goal: to move up to the World Championship Antonio Banderas' foray into Moto2 is going according to plan, according to Promoracing Team Manager Dani Devahive.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 06:06:32 GMT";
arnews[0] += "
";
arnews[1]="Grownup Evening
";
arnews[1] += "Tonight Steph and Pete both slept at friends' houses, and Julie goes to bed very early, so Andy and I got to revisit our beloved old habit of making a grownup dinner and watching a grownup movie.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 04:13:35 GMT";
arnews[1] += "
";
arnews[2]="SEX and the VAMPIRE
";
arnews[2] += "As Sigmund Freud once said: \"Sometimes a cigar is just a cigar.\"Right. And sometimes vampires are just vampires.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 11:41:04 GMT";
arnews[2] += "
";
arnews[3]="Cover Art Revealed for NINE Soundtrack; Available in Stores 12/22
";
arnews[3] += "The upcoming film adapation of Maury Yeston and Arthur Kopit 's \"Nine\" is now available for pre-order and will be released on December 22nd.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 17:14:54 GMT";
arnews[3] += "
";
arnews[4]="When keeping it real means keeping it fake
";
arnews[4] += "Decades of Christmas specials have established a set of standards to live up to, or down to, as in the case of \"Larry the Cable Guy's Hula-Palooza Christmas Luau\" . The first principle of the inappropriately early Christmas special is to recognize the fact that the audience has no illusions that it has not been taped months earlier on a stage in ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 06:07:56 GMT";
arnews[4] += "
";
arnews[5]="Youa ll be seeing Gilles Marini, Eurogod, everywhere you turn
";
arnews[5] += "The shower scene guy from 'Sex and the City' is boosting the ratings on 'Brothers & Sisters' ABC's Brothers & Sisters' lacklustre ratings just got a boost.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 22:12:37 GMT";
arnews[5] += "
";
arnews[6]="The Mask of Zorro on DVD and Blu-ray Dec 1
";
arnews[6] += "The slash and mark of Zorro's notorious \"Z\" burns brighter and cuts deeper in high definition.";
arnews[6] += "
Publ.Date : Fri, 20 Nov 2009 19:41:48 GMT";
arnews[6] += "
";
arnews[7]="The secret hotels of the stars
";
arnews[7] += "If you've ever dreamed of sampling the same pleasures the rich and famous enjoy, here are a handful of the exclusive hotels they favour when they want to get away from it all.";
arnews[7] += "
Publ.Date : Fri, 20 Nov 2009 15:38:46 GMT";
arnews[7] += "
";
totcount = 8;
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("