var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Messi: I'll never leave Barca
";
arnews[0] += "Lionel Messi claims he never wants to leave Barcelona after signing a new contract with the club until 2016. The 22-year-old is now committed to the European champions for what...";
arnews[0] += "
Publ.Date : Sat, 19 Sep 2009 13:08:59 GMT";
arnews[0] += "
";
arnews[1]="Andres Iniesta,Lionel Messi borrachos! jejeje
";
arnews[1] += "Pep Guardiola,Andres Iniesta,Lionel Messi dedican unas palabras borrachos! jejeje";
arnews[1] += "
Publ.Date : Thu, 28 May 2009 23:06:38 GMT";
arnews[1] += "
";
arnews[2]="The Legend of Lionel Messi
";
arnews[2] += "Click here to watch the video";
arnews[2] += "
Publ.Date : Sun, 12 Apr 2009 07:45:22 GMT";
arnews[2] += "
";
arnews[3]="Lionel Messi 2008/2009 - Top 10 Goals *NEW*
";
arnews[3] += "Lionel Messi 2008/2009 - Top 10 Goals *NEW*";
arnews[3] += "
Publ.Date : Sun, 01 Mar 2009 08:18:17 GMT";
arnews[3] += "
";
document.title=document.title+ " ";
arnews[4]="Lionel Messi 2009 - Top 10 Goals *NEW*
";
arnews[4] += "Lionel Messi 2009 - Top 10 Goals *NEW* 2008/2009 So,if you want to continue watching videos like this: 1.Go to my channel 2.Press the yellow button which says: SUBSCRIBE OR Just...";
arnews[4] += "
Publ.Date : Sun, 01 Mar 2009 08:18:17 GMT";
arnews[4] += "
";
arnews[5]="Lionel Messi talks to CNN
";
arnews[5] += "CNN's Pedro Pinto talks to FC Barcelona star Lionel Messi about life at the Nou camp.";
arnews[5] += "
Publ.Date : Tue, 29 Apr 2008 10:48:05 GMT";
arnews[5] += "
";
arnews[6]="Cristiano Ronaldo vs Lionel Messi "Who is better ?" New!!
";
arnews[6] += "Download link ! : www.megaupload.com Cristiano Ronaldo vs Lionel Messi \"Who is better ?\" Made by JavierMora5 Songs : \"Lose Yourself (Drum N Bass Remix)\" by Eminem \"Croatian...";
arnews[6] += "
Publ.Date : Tue, 15 Apr 2008 20:58:54 GMT";
arnews[6] += "
";
arnews[7]="Cristiano Ronaldo vs Lionel Messi "Who is the best ?" New!!
";
arnews[7] += "Cristiano Ronaldo vs Lionel Messi \"Who is the best ?\" Music : \"Lose Yourself (Drum N Bass Remix)\" by Eminem \"Croatian Rhapsody\" by Maksim \"Samba Adagio\" by Safri Duo By...";
arnews[7] += "
Publ.Date : Tue, 15 Apr 2008 20:58:54 GMT";
arnews[7] += "
";
arnews[8]="CHINA: SOCCER/FOOTBALL - Barcelona and Argentina star Lionel Messi meets his Chinese fans in Guangzhou.
";
arnews[8] += "Barcelona soccer star Lionel Messi played to the crowds on Sunday (July 22) in Guangzhou, in China's south eastern province of Guangdong as thousands of fans turned out to watch...";
arnews[8] += "
Publ.Date : Mon, 23 Jul 2007 00:00:00 GMT";
arnews[8] += "
";
arnews[9]="CHINA: FOOTBALL / SOCCER - Argentine soccer star Lionel Messi arrives in Beijing to attend a series of promotional events
";
arnews[9] += "Argentine soccer star Lionel Messi arrived in Beijing on Saturday (July 21) to participate in a series of promotion events for Pepsi Cola. Hundreds of his fans waited for more...";
arnews[9] += "
Publ.Date : Sun, 22 Jul 2007 00:00:00 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("