var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="twat: Michelle Wie holds off Paula Creamer to win her first ever tour title
";
arnews[0] += "Michelle Wie holds off Paula Creamer to win her first ever tour title -";
arnews[0] += "
";
arnews[1]="Rob Madden: Michelle Wie holds off Paula Creamer to win her first ever tour title http://bit.ly/3PAUZN #Sports #Telegraph
";
arnews[1] += "Michelle Wie holds off Paula Creamer to win her first ever tour title";
arnews[1] += "
";
arnews[2]="Wie a winner at last
";
arnews[2] += "Wie a winner at last -";
arnews[2] += "
";
arnews[3]="Denver Snowdude: Michelle Wie holds off Paula Creamer to win her first ever tour title (source: Telegraph):.. http://bit.ly/484JjK http://bit.ly/11Z4BS
";
arnews[3] += "Michelle Wie holds off Paula Creamer to win her first ever tour title (source: Telegraph):..";
arnews[3] += "
";
arnews[4]="Pnapika: Congrats Michelle !Hawaii Give a SHOUT OUT ! Michelle ! Michelle You Made Hawaii Proud http://bit.ly/2ZiXdp
";
arnews[4] += "Congrats Michelle !Hawaii Give a SHOUT OUT ! Michelle ! Michelle You Made Hawaii Proud";
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("