var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Smallville: Complete Season 8 - Clip - You Saved Me
";
arnews[0] += "Our favourite superhero-in-the-making, Clark Kent (Tom Welling), is back and on supercharged form in \"Smallville: Season 8\" - out on Blu-ray and DVD from October 12 2009.";
arnews[0] += "
Publ.Date : Fri, 09 Oct 2009 01:42:02 GMT";
arnews[0] += "
";
arnews[1]="Smallville Comic Con w/ Tom Welling 2009 Part 2
";
arnews[1] += "nine. Award-winning comic book writer, Emmy-nominated film and television writer/producer, and Smallville alum Jeph Loeb (Heroes) will moderate the session. From Tollin/Robbins...";
arnews[1] += "
Publ.Date : Mon, 27 Jul 2009 07:20:49 GMT";
arnews[1] += "
";
arnews[2]="Smallville Comic Con 2009 Part 2 - Batman nabs Tom Welling's name plaque...damn him...
";
arnews[2] += "This is Part 2 of 7 of the entire Comic-Con 2009 Smallville Panel on Sunday, July 26th, 2009. The panel included: Justin Hartley, Erica Durance, Cassidy Freeman, Callum Blue...";
arnews[2] += "
Publ.Date : Mon, 27 Jul 2009 06:36:18 GMT";
arnews[2] += "
";
arnews[3]="Smallville Comic Con w/ Tom Welling 2009 Part 1
";
arnews[3] += "favorite Smallville returns, as showrunners Kelly Souders and Brian Peterson join cast members Allison Mack (The Ant Bully), Erica Durance (House of the Dead), Cassidy Freeman...";
arnews[3] += "
Publ.Date : Mon, 27 Jul 2009 06:23:36 GMT";
arnews[3] += "
";
arnews[4]="Start to Finish -- Drawing of Clark Kent (Tom Well
";
arnews[4] += "This is a start to finish sketch drawing of Tom Welling in pencil, done by Xavier GomezAn XAV!ER Production";
arnews[4] += "
Publ.Date : Mon, 09 Mar 2009 04:06:08 GMT";
arnews[4] += "
";
arnews[5]="Tom Welling
";
arnews[5] += "cosa dire?...é stupendo é figo é unikamente LUI, Tom Welling <3";
arnews[5] += "
Publ.Date : Thu, 24 Apr 2008 08:22:13 GMT";
arnews[5] += "
";
arnews[6]="--->Tom Welling
";
arnews[6] += "haha questo video é + bello dell'altro :P sempre e unikamente Tom<3";
arnews[6] += "
Publ.Date : Thu, 24 Apr 2008 08:22:12 GMT";
arnews[6] += "
";
arnews[7]="--->Tom Welling
";
arnews[7] += "haha questo video � + bello dell'altro :P sempre e unikamente Tom<3";
arnews[7] += "
Publ.Date : Thu, 21 Feb 2008 20:06:55 GMT";
arnews[7] += "
";
document.title=document.title+ " ";
arnews[8]="Tom Welling Justice League Movie - Teaser Trailer 2009
";
arnews[8] += "Mi sueño hecho realidad";
arnews[8] += "
Publ.Date : Wed, 29 Aug 2007 20:41:30 GMT";
arnews[8] += "
";
arnews[9]="Tom Welling takes a bath!
";
arnews[9] += "Tom Welling takes a bath on \"Judging Amy.\"";
arnews[9] += "
Publ.Date : Sun, 11 Feb 2007 04:36:47 GMT";
arnews[9] += "
";
totcount = 10;
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("