var arnews = new Array(5);
totcount = 5;
rnd = 0;
arnews[0]="[from stephentimothy] X-Files Wiki - David Duchovny, Gillian Anderson
";
arnews[0] += "[from stephentimothy] X-Files Wiki - David Duchovny, Gillian Anderson -";
arnews[0] += "
";
arnews[1]="X-Files Wiki - David Duchovny, Gillian Anderson
";
arnews[1] += "X-Files Wiki - David Duchovny, Gillian Anderson -";
arnews[1] += "
";
arnews[2]="jerryslist: Gillian Anderson #1 (4)4x6 Candid Thong Photos X-Files - eBay (item 170408597471 end time Dec-17-09 23:24:33 PST) http://ping.fm/uAOvK
";
arnews[2] += "Gillian Anderson #1 (4)4x6 Candid Thong Photos X-Files - eBay (item 170408597471 end time Dec-17-09 23:24:33 PST)";
arnews[2] += "
";
arnews[3]="jerryslist: Gillian Anderson #1 (4)4x6 Candid Thong Photos X-Files - eBay (item 170408597471 end time Dec-17-09 23:24:33 PST) http://ping.fm/ZEwEf
";
arnews[3] += "Gillian Anderson #1 (4)4x6 Candid Thong Photos X-Files - eBay (item 170408597471 end time Dec-17-09 23:24:33 PST)";
arnews[3] += "
";
arnews[4]="Dea Safira Basori: Gillian Anderson in the XFiles was stunningly beautiful. I love her so much!!!
";
arnews[4] += "Gillian Anderson in the XFiles was stunningly beautiful. I love her so much!!!";
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("