var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Luke Perry dyrkar Fäbodjäntan
";
arnews[0] += "Hollywoodstjärnan avslöjar att han älskar den svenska kultfilmen. By Seedo Tags : Fäbodjäntan , Lisa , Luke , Midsommar , Olle , Perry , Sarri , Werlinder , Äntligen";
arnews[0] += "
Publ.Date : Wed, 02 Sep 2009 08:01:03 GMT";
arnews[0] += "
";
arnews[1]="Luke Perry Interview
";
arnews[1] += "Luke Perry Interview";
arnews[1] += "
Publ.Date : Mon, 23 Feb 2009 19:20:43 GMT";
arnews[1] += "
";
arnews[2]="Jennie Garth & Luke Perry - "What I Like About You"
";
arnews[2] += "Jeenie Garth starred in a comedy series \"What I Like About You\" after 90210 for 4 years. Season 3 Episode 17 called \"Dangerous Liaisons\" Luke Perry guest starred and it is a take...";
arnews[2] += "
Publ.Date : Thu, 25 Sep 2008 17:36:35 GMT";
arnews[2] += "
";
arnews[3]="Luke Perry clams up
";
arnews[3] += "Despite Access' best efforts, when asked about the new \"90210\" series, Luke Perry just wasn't in a talking mood. (Access Hollywood)";
arnews[3] += "
Publ.Date : Thu, 25 Sep 2008 00:32:12 GMT";
arnews[3] += "
";
arnews[4]="Luke Perry guest stars on NBC's 'Law & Order: SVU'
";
arnews[4] += "Luke Perry guest stars on NBC's 'Law & Order: SVU'";
arnews[4] += "
Publ.Date : Thu, 18 Sep 2008 18:59:00 GMT";
arnews[4] += "
";
arnews[5]="What I like about you/ Luke Perry
";
arnews[5] += "Luke Perry / Jennie Garth";
arnews[5] += "
Publ.Date : Tue, 08 Jul 2008 15:01:57 GMT";
arnews[5] += "
";
arnews[6]="Katy Perry - I Kissed A Girl
";
arnews[6] += "\"I Kissed a Girl\" is the second single from Katy Perry's album One of the Boys produced by Dr. Luke. Perry says it is \"about the magical beauty of a woman.\" The song topped the...";
arnews[6] += "
Publ.Date : Mon, 09 Jun 2008 20:38:10 GMT";
arnews[6] += "
";
document.title=document.title+ " ";
arnews[7]="Beverly Hills 90210 - Finale -2000- Luke Perry,Jennie Garth
";
arnews[7] += "Die Final-Folge. Die letzten Minuten...mit der beliebtesten Clique der Welt!";
arnews[7] += "
Publ.Date : Sat, 22 Mar 2008 15:56:32 GMT";
arnews[7] += "
";
arnews[8]="Luke Perry,Shanna Moakler,Catt Sadler think green
";
arnews[8] += "At Chevy Rocks the Future, young stars from High School Musical, Hannah Montana and Desperate Housewives discuss their efforts to help the environment.";
arnews[8] += "
Publ.Date : Wed, 27 Feb 2008 15:20:54 GMT";
arnews[8] += "
";
arnews[9]="Luke Perry, Shanna Moakler, Catt Sadler think gree
";
arnews[9] += "At Chevy Rocks the Future, young stars from High School Musical, Hannah Montana and Desperate Housewives discuss their efforts to help the environment.";
arnews[9] += "
Publ.Date : Wed, 27 Feb 2008 07:20:54 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("