var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="Stevie Ray: Philadelphia 76ers Kids Two Piece Windsuit $7.34 http://bit.ly/6MblGo
";
arnews[0] += "Philadelphia 76ers Kids Two Piece Windsuit $7.34";
arnews[0] += "
";
arnews[1]="Philly Tickets: Tickets For Philadelphia 76ers Vs. Atlanta Hawks on November 27th 2009 (Philadelphia) $55
";
arnews[1] += "Tickets For Philadelphia 76ers Vs. Atlanta Hawks on November 27th 2009 (Philadelphia) $55 -";
arnews[1] += "
";
arnews[2]="Philly Tickets: Tickets for Philadelphia 76ers Vs. Atlanta Hawks 11/27/2009 ( ) $19
";
arnews[2] += "Tickets for Philadelphia 76ers Vs. Atlanta Hawks 11/27/2009 ( ) $19 -";
arnews[2] += "
";
arnews[3]="Sakim Ex: Watch Philadelphia 76ers vs Washington Wizards live stream online free November 24, 2009 NBA Regular Season
";
arnews[3] += "Watch Philadelphia 76ers vs Washington Wizards live stream online free November 24, 2009 NBA Regular Season -";
arnews[3] += "
";
arnews[4]="GrasslandOnline: Live Streaming Watch Philadelphia 76ers vs Washington Wizards live stream online free November 24 2009 NBA Regular Season - Videos, Pictures, Photos, Pics Online Free
";
arnews[4] += "Live Streaming Watch Philadelphia 76ers vs Washington Wizards live stream online free November 24 2009 NBA Regular Season - Videos, Pictures, Photos, Pics Online Free -";
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("