var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Wanderlust | Istanbul
";
arnews[0] += "Istanbul By CHRIS CAMPBELL The international style crowd recently descended upon Istanbul for a three-day fashion extravaganza.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 07:01:45 GMT";
arnews[0] += "
";
arnews[1]="Terror trial tests ideas about justice
";
arnews[1] += "Attorney General Eric Holder 's decision to bring Khalid Sheik Mohammed and four other accused terrorists to justice in a New York federal court is bringing no small number of pundits to a boil.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 06:00:00 GMT";
arnews[1] += "
";
arnews[2]="Surrogates Brings the Robotic Drama to DVD and Blu-ray on January 26th
";
arnews[2] += "You can bring home a new tale of a brave new robotic world on DVD and Blu-ray this coming January.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:18:00 GMT";
arnews[2] += "
";
arnews[3]="AICN Legends: Capone gets a great contact high from Kevin Smith, Part 1
";
arnews[3] += "Hey everyone. Capone in Chicago here. Okay, I'm trying something a little different with this column, but give me a minute to make my case, not that I need to; my column, my rules.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 21:40:35 GMT";
arnews[3] += "
";
arnews[4]="Wanderlust: Istanbul
";
arnews[4] += "Vibrant pillows made with fabrics sourced from all over the world line the walls at Istanbul's Yastik.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 21:39:18 GMT";
arnews[4] += "
";
arnews[5]="Surrogates (R1/Us BD) in January
";
arnews[5] += "Walt Disney Studios Home Entertainment have announced the US DVD and Blu-ray Disc release of Surrogates on 26th January 2010.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:44:40 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("