var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Joseph Yobo Just Swept MBGN Adaeze Igwe Off Her Feet.: Everton Footballer Joseph Yobo beat every man out there t.. http://bit.ly/1N9U4s
";
arnews[0] += "Joseph Yobo Just Swept MBGN Adaeze Igwe Off Her Feet.: Everton Footballer Joseph Yobo beat every man out there t..";
arnews[0] += "
";
arnews[1]="modernghana.com: ex mbgn ADAEZE IGWE set to wed footballer JOSEPH YOBO.: this pair had been secretly seeing each other but made t.. http://bit.ly/V33jn
";
arnews[1] += "ex mbgn ADAEZE IGWE set to wed footballer JOSEPH YOBO.: this pair had been secretly seeing each other but made t..";
arnews[1] += "
";
arnews[2]="modernghana.com: ex mbgn ADAEZE IGWE set to wed footballer JOSEPH YOBO.: this pair had been secretly seeing each other but made t.. http://bit.ly/V33jn
";
arnews[2] += "ex mbgn ADAEZE IGWE set to wed footballer JOSEPH YOBO.: this pair had been secretly seeing each other but made t..";
arnews[2] += "
";
arnews[3]="Gaminegirlie: So Joseph Yobo has proposed to Adaeze Igwe, how old is that girl sef
";
arnews[3] += "So Joseph Yobo has proposed to Adaeze Igwe, how old is that girl sef";
arnews[3] += "
";
arnews[4]="Denny: Adaeze Igwe
";
arnews[4] += "Adaeze Igwe -";
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("