var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="iTunes UK Films: iTunes UK films top 100: "Alice Upside Down" Welcome to the world of Alice McKinley (Alyson Stoner of Camp... http://tinyurl.com/nho82f
";
arnews[0] += "iTunes UK films top 100: \"Alice Upside Down\" Welcome to the world of Alice McKinley (Alyson Stoner of Camp...";
arnews[0] += "
";
arnews[1]="Tracy Bobbitt: Learn to Dance with Camp Rock’s Alyson Stoner! One Hour Class December 5, 2009!
";
arnews[1] += "Learn to Dance with Camp Rock’s Alyson Stoner! One Hour Class December 5, 2009! -";
arnews[1] += "
";
arnews[2]="Nicole Hanratty: Learn to Dance with Camp Rock’s Alyson Stoner! One Hour Class December 5, 2009!
";
arnews[2] += "Learn to Dance with Camp Rock’s Alyson Stoner! One Hour Class December 5, 2009! -";
arnews[2] += "
";
arnews[3]="Tracy Bobbitt: CAMP ROCK Star Alyson Stoner is teaching a one hour dance class on December 5, 2009 for children 7-12 http://hollywoodmomblog.com/
";
arnews[3] += "CAMP ROCK Star Alyson Stoner is teaching a one hour dance class on December 5, 2009 for children 7-12";
arnews[3] += "
";
arnews[4]="Samson Michael: Seventeen Throws Miley Cyrus a Surprise Birthday Party
";
arnews[4] += "Seventeen Throws Miley Cyrus a Surprise Birthday Party";
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("