var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Jeremy Sumpter
";
arnews[0] += "Jeremy Sumpter";
arnews[0] += "
Publ.Date : Wed, 23 Sep 2009 07:21:52 GMT";
arnews[0] += "
";
arnews[1]="Jeremy Sumpter Movie Thingy
";
arnews[1] += "Jeremy Sumpter Movie Thingy";
arnews[1] += "
Publ.Date : Fri, 22 May 2009 10:51:01 GMT";
arnews[1] += "
";
arnews[2]="Cyber seduction: his secret life(Jeremy Sumpter)
";
arnews[2] += "about \"cyber seduction:his secret life\", with jeremy sumpter..with the song creep by radiohead..join it!";
arnews[2] += "
Publ.Date : Thu, 05 Mar 2009 05:23:16 GMT";
arnews[2] += "
";
document.title=document.title+ " ";
arnews[3]="Jeremy Sumpter -CSI Miami
";
arnews[3] += "i know a lot of girls like me would want to see this one....it's jeremy more gorgeous than ever,all-grown up on CSI miami Season 5 Episode 16(february 2007)titled 'Broken...";
arnews[3] += "
Publ.Date : Thu, 12 Apr 2007 23:04:07 GMT";
arnews[3] += "
";
arnews[4]="Jeremy Sumpter - Un Poco De Tu Amor
";
arnews[4] += "JaJa";
arnews[4] += "
Publ.Date : Mon, 19 Feb 2007 17:00:36 GMT";
arnews[4] += "
";
arnews[5]="Jeremy Sumpter - Un Poco De Tu Amor
";
arnews[5] += "Love Ya!";
arnews[5] += "
Publ.Date : Fri, 16 Feb 2007 19:49:07 GMT";
arnews[5] += "
";
arnews[6]="Cyber seduction: his secret life(Jeremy Sumpter)
";
arnews[6] += "about \"cyber seduction:his secret life\", with jeremy sumpter..with the song creep by radiohead..join it!";
arnews[6] += "
Publ.Date : Wed, 29 Nov 2006 22:06:31 GMT";
arnews[6] += "
";
arnews[7]="Rachel Hurd-Wood and Jeremy Sumpter in love
";
arnews[7] += "Hey @ all... This is just a movie thing .. I mean... It's about the love of Rachel Hurd-Wood and Jeremy Sumpter.. I hope you guys like it... Cause I like it =) So enjoy and have...";
arnews[7] += "
Publ.Date : Mon, 20 Nov 2006 17:32:31 GMT";
arnews[7] += "
";
arnews[8]="Jeremy Sumpter & Rachel Hurd-Wood Interview
";
arnews[8] += "It's an interview of them for the movie Peter Pan";
arnews[8] += "
Publ.Date : Wed, 30 Aug 2006 05:18:04 GMT";
arnews[8] += "
";
arnews[9]="Jeremy Sumpter
";
arnews[9] += "Es una entrevista realizada al actor Jeremy Sumpter, cuando hizo la peli de Peter Pan";
arnews[9] += "
Publ.Date : Mon, 05 Jun 2006 08:33:04 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("