var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="jerryslist: Elizabeth Taylor #1 8x10 Color Photo w/ Harrison Ford - eBay (item 170409488382 end time Dec-20-09 03:58:01 PST) http://ping.fm/8bCv6
";
arnews[0] += "Elizabeth Taylor #1 8x10 Color Photo w/ Harrison Ford - eBay (item 170409488382 end time Dec-20-09 03:58:01 PST)";
arnews[0] += "
";
arnews[1]="jerryslist: Elizabeth Taylor #2 8x10 Color Photo w/ Harrison Ford - eBay (item 170409488560 end time Dec-20-09 03:58:46 PST) http://ping.fm/bvwjm
";
arnews[1] += "Elizabeth Taylor #2 8x10 Color Photo w/ Harrison Ford - eBay (item 170409488560 end time Dec-20-09 03:58:46 PST)";
arnews[1] += "
";
arnews[2]="Tom Whiting: trivia Q: What was the first Lucas directed film Harrison Ford was in? A: http://bit.ly/2ifLc
";
arnews[2] += "trivia Q: What was the first Lucas directed film Harrison Ford was in? A:";
arnews[2] += "
";
arnews[3]="Just shaved my beard off dead fast a la Harrison Ford in the fugitive. Ten minutes to do it, twenty to get rid of the blood.
";
arnews[3] += "Just shaved my beard off dead fast a la Harrison Ford in the fugitive. Ten minutes to do it, twenty to get rid of the blood. -";
arnews[3] += "
";
arnews[4]="VIP Access - Harrison Ford at the Breakthrough of the Year Awards
";
arnews[4] += "VIP Access - Harrison Ford at the Breakthrough of the Year Awards -";
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("