var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MomentumTHE Prevalence and Relevance of Porn
";
arnews[0] += "DUMMERSTON, Vt. -- Let's talk about porn. You know how you never think about something, and then something happens to wake you up, and then you notice that it has been there all along? Well, I'm having one of these moments.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 14:10:15 GMT";
arnews[0] += "
";
arnews[1]="Tito Ortiz Has Become America's Newest Cartoon
";
arnews[1] += "I love it when Tito Ortiz shoots his mouth off about something. Why? Because I know that at the end of the day, it only makes him look worse, each and every time that he does it .";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 05:50:12 GMT";
arnews[1] += "
";
arnews[2]="Fashion Fail: Jenna Jameson's Crocheted Pantsuit - Help Me Obi-Wan Kenobi
";
arnews[2] += "Jenna Jameson showed up to her boyfriend Tito Ortiz 's 35th birthday celebration at Lavo Nightclub in Las Vegas yesterday wearing a crocheted pant suit.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 03:00:00 GMT";
arnews[2] += "
";
arnews[3]="Securities and Sexchange Commission
";
arnews[3] += "Buried somewhat amid the sticker shock of last week's proposed $3.8 trillion budget for 2011, and the mind-boggling increases to the national deficit it promises to enact should Congress approve it, was a double-digit increase for the Securities and Exchange Commission.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 07:58:52 GMT";
arnews[3] += "
";
arnews[4]="UFC 109: 10 Things We Learned Last Night
";
arnews[4] += "While there was no formal announcement came from Dana White, one line of thinking going into last night's main event was that a stellar performance would catapult Couture into a title fight against the winner of May's Lyoto Machida - Mauricio Rua rematch for the UFC Light Heavyweight title.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 22:34:08 GMT";
arnews[4] += "
";
arnews[5]="Showdown's lowdown on UFC 109
";
arnews[5] += "UFC 109: Relentless has come and gone, so let's take a look at what the history books will say about the event, and examine what some of its storylines will breed in the months to come.";
arnews[5] += "
Publ.Date : Sun, 07 Feb 2010 21:27:00 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("