var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Exclusive Photos: FROM THE PREMIERE OF 'THE TWILIG... - IF Magazine
";
arnews[0] += "PREMIERE PHOTOS: Exclusive Photos: FROM THE PREMIERE OF 'THE TWILIGHT SAGA: NEW MOON' - PART 2: THE GUESTS Many guests joined the cast for this very special evening including Emma Roberts, Hannah Marks, Kevin McHale, Emmanuelle Vaugier, Kristen Prout ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:28:00 GMT";
arnews[0] += "
";
arnews[1]="Cillian Murphy to Star in Danny Boyle's "127 Hours"? - WorstPreviews.com
";
arnews[1] += "IGN has unveiled the trailer for Uwe Boll's \"Far Cry,\" based on the best-selling video game franchise. The movie stars Til Schwiger (Inglourious Basterds), Udo Kier (Blade) and Emmanuelle Vaugier (Saw IV), and you can check out the trailer below ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 15:58:00 GMT";
arnews[1] += "
";
arnews[2]="Trailer For Uwe Boll's Far Cry Crashes And Burns - Cinema Blend
";
arnews[2] += "What do I say about the filmmaker whose known to stir controversy, has a 0% on the Tomatometer and is the target of an online petition with over 300,000 signatures demanding he stop making movies? How about ‘ugh?’ It’s with great sadness that I ...";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 21:13:00 GMT";
arnews[2] += "
";
arnews[3]="Action Round-Up #45 - JoBlo.com
";
arnews[3] += "Starring Til Schweiger, Udo Kier, and Emmanuelle Vaugier, FAR CRY is about two Seattle reporters who investigate the deaths of mercenaries on an island off the coast of the Pacific Northwest. I live in Seattle, I used to live on an island in the ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 12:57:00 GMT";
arnews[3] += "
";
totcount = 4;
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("