var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="- Lah. ;D: oq é essa Ciara batendo cabelo no clipe de 'Work'!!?? #pirei
";
arnews[0] += "oq é essa Ciara batendo cabelo no clipe de 'Work'!!??";
arnews[0] += "
";
arnews[1]="Mark Tillinghast: Ciara featuring Justin Timberlake - Love Sex Magic http://www.youtube.com/watch?v=zTYT-SiZeFo Collin Zick #music2am 0108005D
";
arnews[1] += "Ciara featuring Justin Timberlake - Love Sex Magic";
arnews[1] += "
";
arnews[2]="fashion_victim: Who Wore it Best – Ciara or Kim Kardashian? #fashion http://bit.ly/8eK4fn
";
arnews[2] += "Who Wore it Best – Ciara or Kim Kardashian?";
arnews[2] += "
";
arnews[3]="Fashion Victim: Who Wore it Best – Ciara or Kim Kardashian? #fashion http://bit.ly/8eK4fn
";
arnews[3] += "Who Wore it Best – Ciara or Kim Kardashian?";
arnews[3] += "
";
arnews[4]="Mark Tillinghast: Ciara featuring Justin Timberlake - Love Sex Magic ♫ http://blip.fm/~gsdt9
";
arnews[4] += "Ciara featuring Justin Timberlake - Love Sex Magic ♫";
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("