var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Kevin Sturge: Samantha Harris had to re-schedule. Sorry. More to come.... http://bit.ly/08a63mK
";
arnews[0] += "Samantha Harris had to re-schedule. Sorry. More to come....";
arnews[0] += "
";
arnews[1]="Kevin Sturge: Dancing with the Stars Host and Hopkins native, Samantha Harris, joins Greg and Melissa at 8:30 to talk about the... http://bit.ly/6sDpJ4
";
arnews[1] += "Dancing with the Stars Host and Hopkins native, Samantha Harris, joins Greg and Melissa at 8:30 to talk about the...";
arnews[1] += "
";
arnews[2]="Bryan Koyano: Dancing with the Stars Host and Hopkins native, Samantha Harris, joins Greg and Melissa at 8:30 to talk about the... http://bit.ly/6sDpJ4
";
arnews[2] += "Dancing with the Stars Host and Hopkins native, Samantha Harris, joins Greg and Melissa at 8:30 to talk about the...";
arnews[2] += "
";
arnews[3]="Bryan Koyano: Samantha Harris had to re-schedule. Sorry. More to come.... http://bit.ly/08a63mK
";
arnews[3] += "Samantha Harris had to re-schedule. Sorry. More to come....";
arnews[3] += "
";
arnews[4]="Tony: Nice picture of Samantha Harris at the AMAs http://adjix.com/wbet #dwts
";
arnews[4] += "Nice picture of Samantha Harris at the AMAs";
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("