var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Andrei Arshavin vs Olympiakos
";
arnews[0] += "Andrei Arshavin's goal for the arsenal victory !!! (2-0)";
arnews[0] += "
Publ.Date : Tue, 29 Sep 2009 22:05:26 GMT";
arnews[0] += "
";
arnews[1]="Andrei Arshavin vs Liverpool - Hero
";
arnews[1] += "MV with Hero by Chad Kroeger. I really don't know whether it's Andrei or Andrey.";
arnews[1] += "
Publ.Date : Sun, 31 May 2009 20:42:08 GMT";
arnews[1] += "
";
arnews[2]="Andrei Arshavin - HD - "
";
arnews[2] += "Cristiano Ronaldo 2009 NEW skills goals dribbles tricks football player Manchester United UEFA CUP Champions League Take It To The Next Level freestyle CRISTIANO RONALDO GOLD BALL...";
arnews[2] += "
Publ.Date : Tue, 12 May 2009 19:14:51 GMT";
arnews[2] += "
";
arnews[3]="Andrei Arshavin ~ Impossible is Nothing ~ HD
";
arnews[3] += "Cristiano Ronaldo 2009 NEW skills goals dribbles tricks football player Manchester United UEFA CUP Champions League Take It To The Next Level freestyle CRISTIANO RONALDO GOLD BALL...";
arnews[3] += "
Publ.Date : Tue, 12 May 2009 19:14:51 GMT";
arnews[3] += "
";
arnews[4]="The Negative Side of Andrei Arshavin
";
arnews[4] += "From russian side Zenit St. Petersburg to Arsenal.The Russian and Arsenal wingers embarassing flops and stupid decision making are all exposed in ...";
arnews[4] += "
Publ.Date : Thu, 09 Apr 2009 07:00:00 GMT";
arnews[4] += "
";
arnews[5]="Andrei Arshavin - Answer To Arsenal's Misery **NEW** HD
";
arnews[5] += "This video is very special to me because it is about a player who has completely turned arsenal's season this year...ARSHAVIN Arsenal vs stoke van persie goal, diaby goal, penalty...";
arnews[5] += "
Publ.Date : Fri, 20 Mar 2009 22:04:12 GMT";
arnews[5] += "
";
document.title=document.title+ " ";
arnews[6]="Andrei Arshavin - Arsenal All Goals 2008/2009 **NEW**
";
arnews[6] += "This video is very special to me because it is about a player who has completely turned arsenal's season this year...ARSHAVIN so this video includes ARSHAVIN FIRST GOAL FOR...";
arnews[6] += "
Publ.Date : Fri, 20 Mar 2009 22:04:12 GMT";
arnews[6] += "
";
arnews[7]="Andrei Arshavin - New Arsenal Player
";
arnews[7] += "Back to the past of Andrei Arshavin... Future is Arsenal! *** Credits to SoccerPulse community :) Music: Pharrell Williams - My Drive Thru feat. Santogold and Julian Casablancas";
arnews[7] += "
Publ.Date : Tue, 27 Jan 2009 06:00:51 GMT";
arnews[7] += "
";
arnews[8]="Russia Vs Spain :: Andrei Arshavin report :: from http://www.vidsaver.eu
";
arnews[8] += "Euro 2008 : Russia Vs Spain Andrei Arshavin report by http://www.videosaver.co.nr";
arnews[8] += "
Publ.Date : Thu, 26 Jun 2008 17:55:16 GMT";
arnews[8] += "
";
arnews[9]="Arshavin in hot demand
";
arnews[9] += "Barcelona have made an offer to sign Russian playmaker Andrei Arshavin from Zenit St Petersburg.Konstantin Sarsania, an adviser to the Russian premier league side's president,...";
arnews[9] += "
Publ.Date : Thu, 26 Jun 2008 17:45:18 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("