var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="(WWE) Mick Foley/The Daily Show Note, Mark Cuban/RAW Note, Bourne - TWNP-Wrestling News
";
arnews[0] += "Mick Foley appeared on The Daily Show last night. He appeared in a vignette during a news piece about a child who was refusing the recite the Pledge of Allegiance. In the segment, he was billed as the \"Head Asskicker\" and protection for the child who ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 13:47:00 GMT";
arnews[0] += "
";
arnews[1]="Mark Cuban And Betaworks Invest In Superfeedr - The Business Insider
";
arnews[1] += "Superfeedr announced seed investments from Betaworks and Mark Cuban. Superfeedr offers a service that grabs a variety of data sources, digests them, and regurgitates them into a standard format. Web developers pay for the plug-and-play service to ...";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 23:15:00 GMT";
arnews[1] += "
";
arnews[2]="NBA Today: The Four Best Jump Shooters - Bleacherreport.com
";
arnews[2] += "Some say the game today is all flash and that fundamentals have gone out the window. And some would be right. The game has certainly changed throughout the years to better utilize the freakish athleticism that has become abundant in recent years. Why ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 23:48:00 GMT";
arnews[2] += "
";
arnews[3]="Mark Cuban Has An iPhone App - The Business Insider
";
arnews[3] += "Irvine-based mobile phone app developer Rock Software is launching an iPhone app called Mark Cuban’s Puzzle Palace. The app, designed for adults, is $0.99 and lets users turn images into puzzles. Cuban’s image is on the home screen of the app ...";
arnews[3] += "
Publ.Date : Mon, 16 Nov 2009 03:36:00 GMT";
arnews[3] += "
";
arnews[4]="Rock Software Announces Mark Cuban's Puzzle Palace iPhone App - Market Wire
";
arnews[4] += "IRVINE, CA--(Marketwire - November 16, 2009) - Rock Software, developer of mobile phone applications, and Dallas Maverick's owner Mark Cuban announced today the launch of Mark Cuban's Puzzle Palace for the iPhone and iPod Touch. Cuban decided to ...";
arnews[4] += "
Publ.Date : Mon, 16 Nov 2009 13:23: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("