var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Weplay Broadcasts Daily Youth Sports Coverage of the 2010 Winter ... - Melodika.net
";
arnews[0] += "Weplay.com, the leading online youth sports community, is providing behind the scenes coverage of the 2010 Winter Olympics with daily updates from current and legendary Olympic athletes. Summer Sanders, Olympics 2-time gold medalist swimmer and ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 10:50:00 GMT";
arnews[0] += "
";
arnews[1]="Weplay Provides Exclusive Youth Sports Videos of Peyton Manning and ... - Melodika.net
";
arnews[1] += "Weplay.com, the leading online youth sports community, released exclusive footage of Peyton Manning growing up in New Orleans on his Weplay profile. The video footage available to youth sports enthusiasts and press includes scenes from the Manning ...";
arnews[1] += "
Publ.Date : Fri, 05 Feb 2010 10:50:00 GMT";
arnews[1] += "
";
totcount = 2;
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("