var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="XIII Game To Become Movie On DVD
";
arnews[0] += "If you remember an old Playstation 2 title by the name of XIII, you're not alone.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 12:06:19 GMT";
arnews[0] += "
";
arnews[1]="Hard time: Makers of luxury watches clock a slow return to sales health
";
arnews[1] += "They are called \"machines\" or \"timepieces\" or \"kinetic sculptures,\" never what they really are - which is highly expensive watches.";
arnews[1] += "
Publ.Date : Tue, 02 Feb 2010 14:14:11 GMT";
arnews[1] += "
";
arnews[2]="Hard times for luxury watch makers
";
arnews[2] += "They are called \"machines\" or \"timepieces\" or \"kinetic sculptures,\" never what they really are which is highly expensive watches.";
arnews[2] += "
Publ.Date : Tue, 02 Feb 2010 06:20:45 GMT";
arnews[2] += "
";
arnews[3]="Bond goes all in with 'Casino Royale'
";
arnews[3] += "Photo Credit: Danjaq LLC, United Artists Corporation and Columbia Pictures Industries Inc.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Cover story in Lucire, the global fashion magazine
";
arnews[4] += "Cindy Crawford, George Clooney and others had a full schedule last week as they launched an Omega advertising campaign and a redesigned Constellation line Right Omega president Stephen Urquhart and Cindy Crawford at the London Westfield launch.";
arnews[4] += "
Publ.Date : Sat, 17 Oct 2009 09:33:10 GMT";
arnews[4] += "
";
arnews[5]="Bricks Versus Clicks: Front Row at D&G
";
arnews[5] += "Bloggers are now officially front-row material. At least that was the case at the D&G show on Thursday, where Neiman Marcus' Burt Tansky and Saks' Steve Sadove and other retail heavyweights were accommodated in the second row, and further back for fashion directors.";
arnews[5] += "
Publ.Date : Thu, 24 Sep 2009 21:03:00 GMT";
arnews[5] += "
";
arnews[6]="Exclusive Video: Brand New St. Trinian's Clip
";
arnews[6] += "We have a new exclusive clip from the upcoming indie comedy St. Trinian's , which will be released in theaters on October 2. Click below to watch our exclusive clip, which features a lecture on how being smart is cool.";
arnews[6] += "
Publ.Date : Thu, 17 Sep 2009 23:21:11 GMT";
arnews[6] += "
";
totcount = 7;
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("