var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="By: Mk Me Heal: Is Ali Larter Obsessed with Plastic Surgery? http://bit.ly/6Cxja0
";
arnews[0] += "By: Mk Me Heal: Is Ali Larter Obsessed with Plastic Surgery?";
arnews[0] += "
";
arnews[1]="Black Nerd: @spillcrew Will he have to tell Thor he's not sleeping w/Ali Larter? #Obsessed |RT: Idris Elba Joins 'Thor' - http://bit.ly/6qUZzU
";
arnews[1] += "@";
arnews[1] += "
";
arnews[2]="MakeMeHeal.com: Is Ali Larter Obsessed with Plastic Surgery? http://bit.ly/4JgLRc #fb
";
arnews[2] += "MakeMeHeal.com: Is Ali Larter Obsessed with Plastic Surgery?";
arnews[2] += "
";
arnews[3]="The Hive Mind: My thoughts on Obsessed thus far? Shiteous script. Shiteous plot. Shiteous acting by Beyonce. Ali Larter is the best thing. #stakemenow
";
arnews[3] += "My thoughts on Obsessed thus far? Shiteous script. Shiteous plot. Shiteous acting by Beyonce. Ali Larter is the best thing.";
arnews[3] += "
";
arnews[4]="Johnny John Peters: Ali Larter takes her dog for a walk in Toronto (Nov 21) x 6 HQs http://is.gd/51a53
";
arnews[4] += "Ali Larter takes her dog for a walk in Toronto (Nov 21) x 6 HQs";
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("