var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Hal: Lindsey Jacobellis - Hula Hoop
";
arnews[0] += "Lindsey Jacobellis - Hula Hoop -";
arnews[0] += "
";
arnews[1]="Vicks (NYSE:PG) PartnersApolo Anton Ohno / Lindsey Jacobellis "Tweet Your Way to See Team USA
";
arnews[1] += "Vicks (NYSE:PG) PartnersApolo Anton Ohno / Lindsey Jacobellis \"Tweet Your Way to See Team USA -";
arnews[1] += "
";
arnews[2]="Vicks (NYSE:PG) PartnersApolo Anton Ohno / Lindsey Jacobellis "Tweet Your Way to See Team USA
";
arnews[2] += "Vicks (NYSE:PG) PartnersApolo Anton Ohno / Lindsey Jacobellis \"Tweet Your Way to See Team USA -";
arnews[2] += "
";
arnews[3]="Meghan Asha: BEST OF US CHALLENGE! Wanna challenge some of your favorite Olympic athletes? Now you can with through The Best of Us Challenge. It’s a global, online competition where people can compete in a variety of different challenges against their peers and world-class Olympic athletes such as Rafael Nadal and Lolo Jones. Take a look at this star studded roster and submit a video to participate: Michael Phelps - Putts into a tin can a bunch of times (yes, seriously) Rafael Nadal - Picks up as many tennis balls as he can in :30 seconds Lindsey Jacobellis - does the hula hoop Shawn Johnson - Egg Toss with Friend Lindsey Vonn - Says hello in as many languages as she can in :30 seconds Lolo Jones -does as many push ups as she can in 30 seconds Yelena Isinbayeva - does cartwheel I just completed an Umbrella Twirling competition challenging THE Kelly Holmes. If you really want to see my pathetic attempt at challenging this Olympian click on this link. Otherwise, I advise you to avoid viewing my adorkably awkward performance and create your own. It takes less than a minute and will definitely bring out thirst for Olympic victory!
";
arnews[3] += "BEST OF US CHALLENGE! Wanna challenge some of your favorite Olympic athletes? Now you can with through The Best of Us Challenge. It’s a global, online competition where people can compete in a variety of different challenges against their peers and world-class Olympic athletes such as Rafael Nadal and Lolo Jones. Take a look at this star studded... -";
arnews[3] += "
";
arnews[4]="Lindsey Jacobellis Bio (PA SportsTicker)
";
arnews[4] += "Lindsey Jacobellis Bio (PA SportsTicker) -";
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("