var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Real-life sex addiction not so funny
";
arnews[0] += "Sex addiction has come out of the closet. Once spoken of in hushed and skeptical tones only, sex addicts have become the subjects of memoirs and movies .";
arnews[0] += "
Publ.Date : Thu, 19 Mar 2009 07:00:00 GMT";
arnews[0] += "
";
arnews[1]="Former Editor: Playgirl's 'A Relevant Brand Name Once Again,' Thanks In Part To Levi
";
arnews[1] += "Levi Johnston is standing naked in a 13th-floor studio in midtown Manhattan holding a hockey stick.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 17:22:51 GMT";
arnews[1] += "
";
arnews[2]="Ashlee's Mexican Feast: Margaritas & Guacamole! | Ashlee Simpson
";
arnews[2] += "The duo started with champagne and guacamole - then moved on to Patron margaritas and a shrimp quesadilla.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:04:57 GMT";
arnews[2] += "
";
arnews[3]="Hattiesburg family chosen for TV home 'Makeover'
";
arnews[3] += "Ty Pennington, along his design crew and television cameras, are invading the Hub City next month to change the lives of a family.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Move that bus
";
arnews[4] += "Very soon, an extreme spotlight will shine over Hattiesburg. That's because Ty Pennington, along his design crew and television cameras, are invading the Hub City next month to forever change the lives of a deserving family.";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 08:00:00 GMT";
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("