var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Matt Luizza: Tanith Belbin & Ben Agosto take Gold in Lake Placid @ Skate America. Evan Lysacek took Gold & Rachel Flatt Silver. (http://is.gd/4Wlkf)
";
arnews[0] += "Tanith Belbin & Ben Agosto take Gold in Lake Placid @ Skate America. Evan Lysacek took Gold & Rachel Flatt Silver. (";
arnews[0] += "
";
arnews[1]="Matt Luizza: See Tanith Belbin (@TanithJLB) on the reverse cover of Mens Health Mag (Dec 09) testing all the hottest tech gadgets 4 the upcoming holiday!
";
arnews[1] += "See Tanith Belbin (@TanithJLB) on the reverse cover of Mens Health Mag (Dec 09) testing all the hottest tech gadgets 4 the upcoming holiday!";
arnews[1] += "
";
arnews[2]="Talking Makeup: Olympic Ice Dancer Tanith Belbin Interviews With Marta Walsh
";
arnews[2] += "Olympic Ice Dancer Tanith Belbin Interviews With Marta Walsh -";
arnews[2] += "
";
arnews[3]="Talking Makeup: Olympic Ice Dancer Tanith Belbin Interviews With Marta Walsh: On What does it take to be a champion,makeup bag .. http://tinyurl.com/yj4xxkx
";
arnews[3] += "Olympic Ice Dancer Tanith Belbin Interviews With Marta Walsh: On What does it take to be a champion,makeup bag ..";
arnews[3] += "
";
arnews[4]="David Parmet: Olympic Ice Dancer Tanith Belbin Interviews With Marta Walsh : TalkingMakeup.com: Daily makeup and b
";
arnews[4] += "Olympic Ice Dancer Tanith Belbin Interviews With Marta Walsh : TalkingMakeup.com: Daily makeup and b -";
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("