var arnews = new Array(10);
totcount = 10;
rnd = 1;
arnews[0]="Reprezentacija Srbije -Pobednicka pesma
";
arnews[0] += "U dolini rjeke Zete, Rodilo se Crno djete Ujaci mu ime dali Nek se zove Pele mali ... Ajde da ih razbijemooo Golove da zabijemooo Kada snage odmerimooo Mozak da im pomerimooo ......";
arnews[0] += "
Publ.Date : Thu, 30 Apr 2009 09:12:50 GMT";
arnews[0] += "
";
document.title=document.title+ " ";
arnews[1]="Česko-Slovensko 1:2 (Letná 1.4. 2009)
";
arnews[1] += "Slovaci im dali:-P";
arnews[1] += "
Publ.Date : Thu, 02 Apr 2009 14:53:33 GMT";
arnews[1] += "
";
arnews[2]="2 hlupe blondinky zo slovenska :D
";
arnews[2] += "kamaratka ma poprosila aby som to sem dal... je to presnejsie vystup na mount kuchajda.... ak chcete na ne kontakt aby ste im dali najavo ich nekonecnu demenciu ozvite sa:D mam...";
arnews[2] += "
Publ.Date : Wed, 11 Mar 2009 19:24:58 GMT";
arnews[2] += "
";
arnews[3]="Ako sme "dobyli" Kroměříž
";
arnews[3] += "Ale sme im dali...";
arnews[3] += "
Publ.Date : Tue, 18 Nov 2008 19:57:56 GMT";
arnews[3] += "
";
arnews[4]="John Daly Tees Off a Beer Can
";
arnews[4] += "I'm gonna go ahead and guess he lost a bet.";
arnews[4] += "
Publ.Date : Fri, 01 Aug 2008 11:27:18 GMT";
arnews[4] += "
";
arnews[5]="Patrick Daly I'm Gonna Be (500 Miles)
";
arnews[5] += "This is a video of my nephew Patrick competing and winning the idol contest on our Alaskan cruise, June 2008.";
arnews[5] += "
Publ.Date : Thu, 10 Jul 2008 15:31:51 GMT";
arnews[5] += "
";
arnews[6]="SESTRE ČULJAK - BOGODOL - MOSTAR
";
arnews[6] += "Događaj koji je prije 23 godine, točnije 6. siječnja 1985. godine podigao cijelu bivšu Jugoslaviju na noge, vijest o nesreći mladih srednjoškolki iz Bogodala Šimi i...";
arnews[6] += "
Publ.Date : Sun, 11 May 2008 19:34:38 GMT";
arnews[6] += "
";
arnews[7]="crank that yank
";
arnews[7] += "crank that yank widermal langeweile im dali haha";
arnews[7] += "
Publ.Date : Tue, 25 Mar 2008 11:33:50 GMT";
arnews[7] += "
";
arnews[8]="The Shark Weighs In On Steroids
";
arnews[8] += "Celebrated golfer Greg Norman points out that steroids dishonor sports.";
arnews[8] += "
Publ.Date : Thu, 14 Feb 2008 14:04:49 GMT";
arnews[8] += "
";
arnews[9]="Ha-puchov
";
arnews[9] += "sme im dali (=b)";
arnews[9] += "
Publ.Date : Fri, 16 Nov 2007 08:00:16 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("