var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jon Gosselin Has A To Do List! - X17 Online
";
arnews[0] += "A source tells Star magazine , \"Jon said he really wants to hook up with Lindsay Lohan, Kristin Cavallari and Whitney Port.\" Jon has reportedly \"crafted a 'hit list' of starlets he'd like to add to the notches on his bedpost.\" I don't want to trample ...";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 17:16:00 GMT";
arnews[0] += "
";
arnews[1]="Am I the only one that just wants to say “Oh, whatever, Chloe ... - Pajiba
";
arnews[1] += "As for Bai Ling NO FUCKING WAY IS SHE 43. Knowing that makes me suddenly love her when before I gave her a resounding 'meh'";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 18:24: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("