var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Porn, erotica give couples options for arousal
";
arnews[0] += "Once a genre geared mainly towards men, more and more women are indulging in porn and erotica.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:16:04 GMT";
arnews[0] += "
";
arnews[1]="Kidman's Behemoth Breasts, Bullock's Buttocks Envy and Other Strange Occurrences
";
arnews[1] += "From big names to big shames, it was quite a week at Soup central. Fasten your bib, and let's dig in.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 17:02:31 GMT";
arnews[1] += "
";
arnews[2]="Where to watch UFC 106
";
arnews[2] += "Tito Ortiz and Forrest Griffin face off at a news conference for UFC 106 Thursday, November 19, 2009.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 12:24:05 GMT";
arnews[2] += "
";
arnews[3]="lofty porn standards
";
arnews[3] += "Leave it to Oprah to share new concepts, ideas and facts about the world around us.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="Strange de Jim's Zingers Collection - November 19 2009
";
arnews[4] += "O'Brien 3, Colbert 2, Ferguson 2, Letterman 2, Fallon 1 Winner David Letterman: \"Monday morning Sheik Mohammed will be on the 'Today' show singing 'I Dreamed a Dream.' He's not coming on this show, though, apparently because of a joke I made about his daughter.\" David Letterman: \"The CIA has a new terrorist plan.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 02:23:35 GMT";
arnews[4] += "
";
arnews[5]="5 Oprah Winfrey Moments Men Will Actually Remember
";
arnews[5] += "Oprah Winfrey has confirmed that she will end her syndicated talk show in 2011, when her contract runs out.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 01:28:01 GMT";
arnews[5] += "
";
totcount = 6;
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("