var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="AZ Of Gerard Butler - FemaleFirst.co.uk
";
arnews[0] += "AZ Of Gerard Butler - FemaleFirst.co.uk -";
arnews[0] += "
";
arnews[1]="Casey: Quick Review: Gamer w/ Gerard Butler. 1st half had a scary look at the future of social media. 2nd half of movie fell apart. 5/10.
";
arnews[1] += "Quick Review: Gamer w/ Gerard Butler. 1st half had a scary look at the future of social media. 2nd half of movie fell apart. 5/10.";
arnews[1] += "
";
arnews[2]="Casey: @jmis You should see Gerard Butler's other movie Gamer - lots of killing in that ;-)
";
arnews[2] += "@";
arnews[2] += "
";
arnews[3]="Gerard Butler . Net: UK Exclusive – Gerard Butler On Law Abiding Citizen - Audio Interview: http://tinyurl.com/ydxhzfc #gerardbutler
";
arnews[3] += "UK Exclusive – Gerard Butler On Law Abiding Citizen - Audio Interview:";
arnews[3] += "
";
arnews[4]="Bruno Mello: Aviso aos navegantes - baixando Gamer (o filme com Gerard Butler e Michael C. Hall) em qualidade DVDRip. Mais um pra lista de tráfico... XD
";
arnews[4] += "Aviso aos navegantes - baixando Gamer (o filme com Gerard Butler e Michael C. Hall) em qualidade DVDRip. Mais um pra lista de tráfico... XD";
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("