var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Movie Review: Dane Cook: Isolated Incident - Associated Content
";
arnews[0] += "Dane Cook is back with a new Comedy Central release of his usual jabs at himself, a few jokes about sex and even a few politically incorrect observations. I have to start this off by saying I do not like Dane Cook, I know the comebacks can start but ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 02:41:00 GMT";
arnews[0] += "
";
arnews[1]="Do you 'hate' Dane Cook? - Cincinnati.com
";
arnews[1] += "You may prefer your comedians angst-ridden and neurotic instead of confident and raging. You may have chosen to stay home Sunday night to catch the new episode of “Curb Your Enthusiasm” rather than go to the big comedy show in Highland Heights ...";
arnews[1] += "
Publ.Date : Mon, 16 Nov 2009 07:04:00 GMT";
arnews[1] += "
";
arnews[2]="Video: Dane Cook’s “Isolated Incident” peanut butter smack - The Inquisitr
";
arnews[2] += "Personally, I don’t find Cook nearly as talented at Louis CK or Lewis Black, but he certainly appeals to a douchier younger crowd. You can watch the seven minute peanut butter smack clip below, but it would be worrying at this point if you’ve ...";
arnews[2] += "
Publ.Date : Sun, 15 Nov 2009 13:39:00 GMT";
arnews[2] += "
";
arnews[3]="Dane Cook bright-eyed about tour - Jam! Showbiz
";
arnews[3] += "Given Dane Cook’s schedule, the chances of him getting a day off are about as likely as him getting through a gag without dropping an f-bomb. But shockingly enough, the jokester-next-door had all of 48 hours to spare between gigs on his Global ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 08:33:00 GMT";
arnews[3] += "
";
arnews[4]="Who's Tucker Max Blaming For His Movie's Failure Now? - Gawker
";
arnews[4] += "Yeah. He went there. He starts opining about how he wishes he had a different strategy—like to start in one city, as Paranormal Activity did—thus ironically echoing the same ethos of The Man Running Hollywood that he later rallies against: find ...";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 21:02:00 GMT";
arnews[4] += "
";
arnews[5]="Tucker Max blames everyone but himself for his film's failure ... - Examiner
";
arnews[5] += "When you've made your name by starting a website named after yourself and selling a book called I Hope They Serve Beer in Hell that documents the ways you (hilariously) got drunk and took advantage of various women on countless sexcapades, you may ...";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 00:37: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("