var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Group sex on - Gossip Girl'
";
arnews[0] += "It's a sad state of affairs. There is absolutely no barrier of sexual behavior that TV network executives aren't willing to cross in a desperate gambit for ratings.";
arnews[0] += "
Publ.Date : Thu, 19 Nov 2009 19:46:00 GMT";
arnews[0] += "
";
arnews[1]="Bozell Column: Group Sex on 'Gossip Girl'
";
arnews[1] += "Ita TMs a sad state of affairs. There is absolutely no barrier of sexual behavior that TV network executives arena TMt willing to cross in a desperate gambit for ratings.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 11:54:01 GMT";
arnews[1] += "
";
arnews[2]="Edgy Mama: Trade in the orange for some green this Halloween
";
arnews[2] += "Sheriff Arvin West and his 17 deputies patrol a county nearly twice the size of Delaware on the Texas-Mexico border.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 08:24:04 GMT";
arnews[2] += "
";
arnews[3]="Austin theater wrap-up
";
arnews[3] += "Sheriff Arvin West and his 17 deputies patrol a county nearly twice the size of Delaware on the Texas-Mexico border.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 04:04:42 GMT";
arnews[3] += "
";
arnews[4]="The Comedy Forum offers laughs for cheap
";
arnews[4] += "The walls of the Comedy Forum lounge room are covered with pictures of the comedians who have presented their comedy routines on the club's stage over the years.";
arnews[4] += "
Publ.Date : Tue, 20 Jan 2009 08:00:00 GMT";
arnews[4] += "
";
arnews[5]="Looking For Something To Do This Weekend?
";
arnews[5] += "It's a great weekend to get out of the house before the weather turns too cold and there's plenty to do inside and out if you do get out.";
arnews[5] += "
Publ.Date : Fri, 06 Nov 2009 18:36:32 GMT";
arnews[5] += "
";
arnews[6]="Hollywood Morality: Teen Sex on TV Okay Because Real-Life Teens Do It
";
arnews[6] += "According to actress Sandra Bernhard, no \"kid is going to watch something about sex and then run out immediately and do it.\" Bernhard commented during a Nov.";
arnews[6] += "
Publ.Date : Fri, 06 Nov 2009 21:06:32 GMT";
arnews[6] += "
";
totcount = 7;
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("