var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Colby Gergen: @Aliciadrown HyVee and Shawn Johnson. Is that all you got? #MNrocks
";
arnews[0] += "@";
arnews[0] += "
";
arnews[1]="Shawn Johnson Interview On Who Radio Des Moines Iowa
";
arnews[1] += "Shawn Johnson Interview On Who Radio Des Moines Iowa -";
arnews[1] += "
";
arnews[2]="Trend Tube: ♥shawn johnson dollhouse♥ http://bit.ly/3R8aFl Video
";
arnews[2] += "♥shawn johnson dollhouse♥";
arnews[2] += "
";
arnews[3]="How many gold medals did Shawn Johnson win in the 2008 Olympics http://chacha.com/q/zxv0jn
";
arnews[3] += "How many gold medals did Shawn Johnson win in the 2008 Olympics";
arnews[3] += "
";
arnews[4]="Grey Olltwit: Wisconsin could get $250 million in federal grants for education: By Shawn Johnson, Wisconsin Public Radio MADI.. http://bit.ly/3Exhvo
";
arnews[4] += "Wisconsin could get $250 million in federal grants for education: By Shawn Johnson, Wisconsin Public Radio MADI..";
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("