var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="FeO News: Everything you want to know about #rick schroder http://www.feonews.com/search-results/rick-schroder
";
arnews[0] += "Everything you want to know about";
arnews[0] += "
";
arnews[1]="Elisabetta K.: Across the Tracks (DVD) newly tagged "sports"
";
arnews[1] += "Across the Tracks (DVD) newly tagged \"sports\" -";
arnews[1] += "
";
arnews[2]="strr74: Black Cloud 2004 Rick Schroder Rick Schroder writer Plot Black Cloud is an inspirational story about a young Navajo Native American boxer who overcomes personal challenges as he comes to terms with his heritage while fighting his way for a spot on the US Olympic boxing team
";
arnews[2] += "Black Cloud 2004 Rick Schroder Rick Schroder writer Plot Black Cloud is an inspirational story about a young Navajo Native American boxer who overcomes personal challenges as he comes to terms with his heritage while fighting his way for a spot on the US Olympic boxing team -";
arnews[2] += "
";
arnews[3]="ebaypro: A SON'S PROMISE Rick Schroder Touching TV Drama DVD New
";
arnews[3] += "A SON'S PROMISE Rick Schroder Touching TV Drama DVD New -";
arnews[3] += "
";
arnews[4]="ebaypro: A SON'S PROMISE Rick Schroder Touching TV Drama DVD New
";
arnews[4] += "A SON'S PROMISE Rick Schroder Touching TV Drama DVD New -";
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("