var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="www.newflix.co.cc: I just post Can The Giants Trade Barry Zito To The Yankees For Alex Rodriguez? on http://ping.fm/4wLtw
";
arnews[0] += "I just post Can The Giants Trade Barry Zito To The Yankees For Alex Rodriguez? on";
arnews[0] += "
";
arnews[1]="www.newflix.co.cc: I just post If The Giants Were To Pay 75% Of Barry Zito's Salary. Actually Giving Him Away For Free. Do You Think Teams on http://nflblog.co.cc/?p=23918
";
arnews[1] += "I just post If The Giants Were To Pay 75% Of Barry Zito's Salary. Actually Giving Him Away For Free. Do You Think Teams on";
arnews[1] += "
";
arnews[2]="Barry Zito’s Contract Revisited
";
arnews[2] += "Barry Zito’s Contract Revisited -";
arnews[2] += "
";
arnews[3]="In my theatre watching the Saints vs Falcons game w Barry Zito and Josh Richman. Nice Monday night football moment http://twitpic.com/o2zri
";
arnews[3] += "In my theatre watching the Saints vs Falcons game w Barry Zito and Josh Richman. Nice Monday night football moment";
arnews[3] += "
";
arnews[4]="www.newflix.co.cc: I just post Sf Giants Fans!who Here Hates Barry Zito Already? on http://ping.fm/aZIb1
";
arnews[4] += "I just post Sf Giants Fans!who Here Hates Barry Zito Already? on";
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("