var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="TV Man: Emma Stone @ 14th annual GQ Men of the Year Party http://bit.ly/1GabDf
";
arnews[0] += "Emma Stone @ 14th annual GQ Men of the Year Party";
arnews[0] += "
";
arnews[1]="Dione Sants: Emma Stone is GQ Gorgeous: Emma Stone glams up in a sheer black dress as she attends the GQ “Men Of The Y.. http://bit.ly/wTW3O
";
arnews[1] += "Emma Stone is GQ Gorgeous: Emma Stone glams up in a sheer black dress as she attends the GQ “Men Of The Y..";
arnews[1] += "
";
arnews[2]="Actualité internationale: Si AnnaLynne McCord, Jessica Stroup et Emma Stone avaient des jupes plus courtes… elles seraient nues !
";
arnews[2] += "Si AnnaLynne McCord, Jessica Stroup et Emma Stone avaient des jupes plus courtes… elles seraient nues ! -";
arnews[2] += "
";
arnews[3]="Robert Alex: The Rocker is friggin hilarious...and Emma Stone is a total babe.
";
arnews[3] += "The Rocker is friggin hilarious...and Emma Stone is a total babe.";
arnews[3] += "
";
arnews[4]="Shannon York: Emma Stone Auburn Curls Hairstyle
";
arnews[4] += "Emma Stone Auburn Curls Hairstyle -";
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("