var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Porter: Cowell and Seymour settle sneaker dispute: Music mogul SIMON COWELL and his ex-girlfriend TERRI SEYMOUR have set.. http://bit.ly/1aBV0Z
";
arnews[0] += "Cowell and Seymour settle sneaker dispute: Music mogul SIMON COWELL and his ex-girlfriend TERRI SEYMOUR have set..";
arnews[0] += "
";
arnews[1]="Matt Porter: Cowell and Seymour settle sneaker dispute: Music mogul SIMON COWELL and his ex-girlfriend TERRI SEYMOUR have set.. http://bit.ly/19eSU5
";
arnews[1] += "Cowell and Seymour settle sneaker dispute: Music mogul SIMON COWELL and his ex-girlfriend TERRI SEYMOUR have set..";
arnews[1] += "
";
arnews[2]="Cowell goes with girlfriend for birthday treat: May 28th, 2009 LONDON - Terri Seymour, ex-girlfriend of music m.. http://bit.ly/10N96L
";
arnews[2] += "Cowell goes with girlfriend for birthday treat: May 28th, 2009 LONDON - Terri Seymour, ex-girlfriend of music m..";
arnews[2] += "
";
arnews[3]="Tim Hillebrand: 21 Offline Marketing Ideas for Your Online Business from Terri ... http://bit.ly/ZfXV
";
arnews[3] += "21 Offline Marketing Ideas for Your Online Business from Terri ...";
arnews[3] += "
";
arnews[4]="Franco Yong: 21 Offline Marketing Ideas for Your Online Business Posted By : Terri Seymour
";
arnews[4] += "21 Offline Marketing Ideas for Your Online Business Posted By : Terri Seymour -";
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("