var arnews = new Array(6);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]=""Survival is no game" - Tekken movie sales art spotted
";
arnews[0] += "Listed in: PlayStation 3 , PSP , Xbox 360 Tags: Tekken , Dwight Little O 8 It's cliche, but you should never judge a book by its cover.";
arnews[0] += "
Publ.Date : Thu, 05 Nov 2009 00:12:09 GMT";
arnews[0] += "
";
arnews[1]="First Look: Tekken Sales Art
";
arnews[1] += "ComingSoon.net is attending the American Film Market and we spotted this sales art for the video game adaptation Tekken .";
arnews[1] += "
Publ.Date : Wed, 04 Nov 2009 20:11:29 GMT";
arnews[1] += "
";
arnews[2]="Fear Itself a " The Sacrifice a " review
";
arnews[2] += "Fear Itself - The Sacrifice - review Director: Breck Eisner First Aired: 2008 Contains spoilers Fear Itself was another horror anthology show, which as I write the review of this episode I am in the process of watching and have to say - despite some negatives that I have read about it - I am rather enjoying.";
arnews[2] += "
Publ.Date : Tue, 13 Oct 2009 20:29:43 GMT";
arnews[2] += "
";
arnews[3]="'IDOL' Favorite Justin Guarini Set To Celebrate Upcoming Nuptials 9/26
";
arnews[3] += "AMERICAN IDOL favorite, actor and singer Justin Guarini is set to marry Reina Capodici this Saturday, September, 26th in a small and intimate ceremony in Pennsylvania.";
arnews[3] += "
Publ.Date : Fri, 25 Sep 2009 02:27:00 GMT";
arnews[3] += "
";
arnews[4]="First Look at Lionsgate's Growth
";
arnews[4] += "Don't worry! Luckily it's nothing we are going to have to lance ourselves! Instead we speak of LionsGate UK's sci-fi thriller that is looking to send more than a few gross-out induced shivers up and down your spine.";
arnews[4] += "
Publ.Date : Fri, 18 Sep 2009 10:53:09 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("