var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="[Gossip] Pampita & Her Fine Booty At Its Best
";
arnews[0] += "If you are registered, you can login and post under your registered name. If not, you can post as a guest or register .";
arnews[0] += "
Publ.Date : Sat, 05 Sep 2009 07:07:25 GMT";
arnews[0] += "
";
arnews[1]="[Gossip] Carolina Pampita Ardohain is Amazingly Sexy
";
arnews[1] += "Credit: popoholic.com Post Comment Name : Comment : 2800 Comments she needs to eat a sandwich so she can get obese, like me Posted By: typical 411 virgin on June 22, 2009 at 11:04 PM Normal person: She's hot! 411dumbass: OMG I can see her ribs! Paul Roma wouldnt touch that ... She is soooo fatt! Posted By: The Internet on June 22, 2009 at 11:10 PM ...";
arnews[1] += "
Publ.Date : Tue, 23 Jun 2009 07:23:29 GMT";
arnews[1] += "
";
arnews[2]="Hot KC Blogger Quote of the Day
";
arnews[2] += "My favorite post title on this sweaty Monday comes from Plaza Jen. Check it: \"So it's eleventy-billion degrees out .";
arnews[2] += "
Publ.Date : Tue, 23 Jun 2009 02:41:07 GMT";
arnews[2] += "
";
totcount = 3;
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("