var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="ILC: Tamara Ecclestone 2009-11-05 – Harrods Emerald Ball in London
";
arnews[0] += "Tamara Ecclestone 2009-11-05 – Harrods Emerald Ball in London -";
arnews[0] += "
";
arnews[1]="Spyros Angelopoulos: Η Petra και η Tamara ξαναχτυπούν
";
arnews[1] += "Η Petra και η Tamara ξαναχτυπούν -";
arnews[1] += "
";
arnews[2]="Spyros Angelopoulos: Η Petra και η Tamara ξαναχτυπούν http://bit.ly/4kjJTd
";
arnews[2] += "Η Petra και η Tamara ξαναχτυπούν";
arnews[2] += "
";
arnews[3]="Η Petra και η Tamara ξαναχτυπούν [AutoBlog]
";
arnews[3] += "Η Petra και η Tamara ξαναχτυπούν [AutoBlog] -";
arnews[3] += "
";
arnews[4]="Tamara Ecclestone is a real Douche Bag!! - Must Run in the Genes! http://www.f1technical.net/news/13767
";
arnews[4] += "Tamara Ecclestone is a real Douche Bag!! - Must Run in the Genes!";
arnews[4] += "
";
totcount = 5;
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("