var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Gossip Feeds: ONTD: Ben Affleck picks up Violet from school: Ben Affleck is back from Boston and picks up his cutie pie .. http://bit.ly/6XOkyb
";
arnews[0] += "ONTD: Ben Affleck picks up Violet from school: Ben Affleck is back from Boston and picks up his cutie pie ..";
arnews[0] += "
";
arnews[1]="Celebrity Gossip: Ben Affleck Picks Violet Up From School - Literally!: Ben Affleck is back from Boston and picks up his cutie.. http://bit.ly/5fvOsL
";
arnews[1] += "Ben Affleck Picks Violet Up From School - Literally!: Ben Affleck is back from Boston and picks up his cutie..";
arnews[1] += "
";
arnews[2]="FashionPassion: Ben Affleck Picks Violet Up From School - Literally!
";
arnews[2] += "Ben Affleck Picks Violet Up From School - Literally! -";
arnews[2] += "
";
arnews[3]="Actualité internationale: SCOOP PEOPLE : Matt Damon est heureux d’être cousin avec Ben Affleck !
";
arnews[3] += "SCOOP PEOPLE : Matt Damon est heureux d’être cousin avec Ben Affleck ! -";
arnews[3] += "
";
arnews[4]="widyanto duta nugroho: School's Out: Ben Affleck did the school run picking Violet up in LA on Monday. http://bit.ly/6o5Opl
";
arnews[4] += "School's Out: Ben Affleck did the school run picking Violet up in LA on Monday.";
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("