var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Saw VI
";
arnews[0] += "A by-the-numbers edition of formula splatter and elaborate death traps inspired by the franchise serial killer Jigsaw allows Saw VI to meet the expectations of its young male fan base and become the latest successful entry in the five-year franchise from Lionsgate and Twisted Pictures.";
arnews[0] += "
Publ.Date : Fri, 23 Oct 2009 22:40:26 GMT";
arnews[0] += "
";
arnews[1]="Saw VI Review - Jigsaw Delivers! Game on
";
arnews[1] += "Could it be? Could it really be? After the abysmal Saw V it seems that the sixth entry into this once flailing franchise gets things back in order, and back on the fast track to Thrillsville! Stranger things have happened! Saw VI stars Tobin Bell, Costas Mandylor, a returning Shawnee Smith, Shauna MacDonald, Devon Bostick, Marty Moreau, Karen ...";
arnews[1] += "
Publ.Date : Fri, 23 Oct 2009 11:42:49 GMT";
arnews[1] += "
";
arnews[2]="Fourth TV Spot - Saw VI
";
arnews[2] += "The fourth TV spot for Kevin Greutert's Saw VI has arrived just in time to usher the film into theatres tomorrow.";
arnews[2] += "
Publ.Date : Thu, 22 Oct 2009 20:50:13 GMT";
arnews[2] += "
";
arnews[3]="Saw VI Cast Video Interviews
";
arnews[3] += "Sometimes we sit on things for a while until they're ready to be uncorked. Such is the case with the following interviews we recorded at the SDCC '09 with Saw Vi stars Betsy Russell and Costas Mandylor! Saw VI stars Tobin Bell, Costas Mandylor, a returning Shawnee Smith, Shauna MacDonald, Devon Bostick, Marty Moreau, Karen Cliche, Shawn Mathieson, ...";
arnews[3] += "
Publ.Date : Wed, 21 Oct 2009 10:31:56 GMT";
arnews[3] += "
";
arnews[4]="Saw VI: Solve the Puzzle for New Clip
";
arnews[4] += "The Saw franchise has always been about playing games and solving puzzles. Now you get to be part of the action by solving a special puzzle of your own to see an exclusive new clip from the film! Saw VI , directed by Kevin Greutert, stars Tobin Bell, Costas Mandylor, a returning Shawnee Smith, Shauna MacDonald, Devon Bostick, Marty Moreau, Karen ...";
arnews[4] += "
Publ.Date : Tue, 13 Oct 2009 00:17:18 GMT";
arnews[4] += "
";
arnews[5]="International Saw VI One Sheets
";
arnews[5] += "Hold on to your asses. folks! You're about to see a true rarity! Two international posters for Lionsgate's upcoming sequel Saw VI that are no where near as cool as the domestic ones.";
arnews[5] += "
Publ.Date : Mon, 12 Oct 2009 11:01:50 GMT";
arnews[5] += "
";
arnews[6]="Saw VI Featurette with Tobin Bell
";
arnews[6] += "His character Jigsaw may be \"dead\" , but that's not stopping Tobin Bell from playing a major role in the promotion machine for Saw VI , as evidenced by the featurette that just showed up on MySpace.";
arnews[6] += "
Publ.Date : Fri, 09 Oct 2009 00:07:08 GMT";
arnews[6] += "
";
arnews[7]="Saw VI Red Band Puts Your Friends on the Wheel of Death
";
arnews[7] += "The red band clip from Lionsgate's Saw VI , which premiered exclusively on mobile phones at the San Diego Comic-Con this past July, has returned over on the official Saw VI website along with a bit more gore-soaked fun! When you visit the site, just click on the \"Wheel of Death\" option and dig! But that's not all! Here are the full details of the ...";
arnews[7] += "
Publ.Date : Tue, 06 Oct 2009 22:18:54 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("