var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Yıldızı parlayan ve birdenbire sönenler
";
arnews[0] += "Yıldızı parlayan ve birdenbire sönenler";
arnews[0] += "
";
arnews[1]="Vedran Agovic: Neat article on @FreddyAdu11 by @chrisbevan_bbc - http://bit.ly/24mLfn -
";
arnews[1] += "Neat article on @";
arnews[1] += "
";
arnews[2]="Robert Brealey: The Latest News About Adult Clips From Allxclubfinest http://tinyurl.com/y8nm3j8
";
arnews[2] += "The Latest News About Adult Clips From Allxclubfinest";
arnews[2] += "
";
arnews[3]="modernghana.com: Football's forgotten superstar: Remember Freddy Adu Of course you do In he was the yearold who was seen as the .. http://bit.ly/2mHGjt
";
arnews[3] += "Football's forgotten superstar: Remember Freddy Adu Of course you do In he was the yearold who was seen as the ..";
arnews[3] += "
";
arnews[4]="modernghana.com: Football's forgotten superstar: Remember Freddy Adu Of course you do In he was the yearold who was seen as the .. http://bit.ly/2mHGjt
";
arnews[4] += "Football's forgotten superstar: Remember Freddy Adu Of course you do In he was the yearold who was seen as the ..";
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("