var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="lou: alltimetvclassicscom Dancing's Natalie Coughlin: I Was Never Fake On the Show http://bit.ly/OHj4J
";
arnews[0] += "alltimetvclassicscom Dancing's Natalie Coughlin: I Was Never Fake On the Show";
arnews[0] += "
";
arnews[1]="lou: alltimetvclassicscom Dancing's Natalie Coughlin: I Was Never Fake On the Show: Natalie Coug.. http://bit.ly/OHj4J
";
arnews[1] += "alltimetvclassicscom Dancing's Natalie Coughlin: I Was Never Fake On the Show: Natalie Coug..";
arnews[1] += "
";
arnews[2]="The Daily Kool: News From TV Guide Breaking News: Dancing's Natalie Coughlin: I Was Never Fake On the Show: Natalie Coughli.. http://bit.ly/OHj4J
";
arnews[2] += "News From TV Guide Breaking News: Dancing's Natalie Coughlin: I Was Never Fake On the Show: Natalie Coughli..";
arnews[2] += "
";
arnews[3]="dta clothing: Burn Notice Tv Show => Hinson: Hop in the car, kids, were going to Snake City Merry Sitcom! Christmas Classics From TVs Golden Age http://www.digitaltvfree.com
";
arnews[3] += "Burn Notice Tv Show => Hinson: Hop in the car, kids, were going to Snake City Merry Sitcom! Christmas Classics From TVs Golden Age";
arnews[3] += "
";
arnews[4]="watchin some random gymnastics and swimming clips mainly at olympics. natalie coughlin and nastia liukin are amazing!
";
arnews[4] += "watchin some random gymnastics and swimming clips mainly at olympics. natalie coughlin and nastia liukin are amazing! -";
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("