var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Ishockey: Modohysteri i Ö-vik. "Det är bara hockey"
";
arnews[0] += "Det har varit en minst sagt tung hockeyhöst i Örnsköldsvik men när Foppa och Markus Näslund nu gjort comeback i Modo har hoppet återvänt. Lena Lindström Tommy Roos,...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:57:41 GMT";
arnews[0] += "
";
arnews[1]="Time Stands Still ( on Sarutobi's Hill ) AMV
";
arnews[1] += "This is a music video for Naruto primarily made from scenes between the fight between Orochimaru and the 3rd Hokage featuring music by Blind Guardian.Lyrics Time Stands Still (At...";
arnews[1] += "
Publ.Date : Sun, 01 Mar 2009 23:40:41 GMT";
arnews[1] += "
";
arnews[2]="Boot HillI / Trinity rides again - Theatrical Trai
";
arnews[2] += "Italo-Western, Italy 1969 Original Title: La Collina degli stivali (a.k.a. Boot hill / Huegel der blutigen Stiefel) Directed by Giuseppe Colizzi Produced by Manolo Bolognini Music...";
arnews[2] += "
Publ.Date : Sun, 01 Mar 2009 12:03:59 GMT";
arnews[2] += "
";
arnews[3]="Muhaqqiq Hilli a.r. Biography
";
arnews[3] += "maulana naqvi";
arnews[3] += "
Publ.Date : Fri, 02 Jan 2009 16:39:07 GMT";
arnews[3] += "
";
arnews[4]="ALLAMA HILLI BIOGRAPHY-2
";
arnews[4] += "Maulana Naqvi";
arnews[4] += "
Publ.Date : Tue, 30 Dec 2008 09:16:03 GMT";
arnews[4] += "
";
arnews[5]="lee hazlewood and amiina : hilli (on top of the world)
";
arnews[5] += "video for the song 'hilli', released shortly after the death of the legendary lee hazlewood";
arnews[5] += "
Publ.Date : Mon, 20 Oct 2008 21:55:18 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Sonic Youth & Cypress Hill-I Love You Mary Jane
";
arnews[6] += "...";
arnews[6] += "
Publ.Date : Thu, 27 Dec 2007 13:40:19 GMT";
arnews[6] += "
";
arnews[7]="Hilli, Amiina
";
arnews[7] += "EVER RECORDS are hopelessly proud to announce that they will release the fruits of LEE HAZLEWOODs final recording on. The song, titled Hilli (At The Top Of The World), is a...";
arnews[7] += "
Publ.Date : Fri, 23 Nov 2007 11:15:52 GMT";
arnews[7] += "
";
arnews[8]="Hilli, Amiina
";
arnews[8] += "EVER RECORDS are hopelessly proud to announce that they will release the fruits of LEE HAZLEWOODs final recording on. The song, titled Hilli (At The Top Of The World), is a...";
arnews[8] += "
Publ.Date : Fri, 23 Nov 2007 03:15:52 GMT";
arnews[8] += "
";
arnews[9]="one tree hill-I Don't Wanna Be
";
arnews[9] += "one tree hill photos(Chad Michael Murray,James Lafferty,Hilarie Burton,Sophia Bush,Bryan Greenberg...)(song:Gavin DeGraw - I Don't Wanna Be(One Tree Hill Theme),Haley James Scott...";
arnews[9] += "
Publ.Date : Thu, 12 Jul 2007 23:38:56 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("