var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bad Thad.
";
arnews[0] += "Did I mention Spike TV's trailer for original series Blue Mountain State Alan Ritchson is NSFW? At first, it's kinda charming, this pissing on the field bit, but the whole thing steps out of bounds more than it stays in the field of play.";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 21:55:00 GMT";
arnews[0] += "
";
arnews[1]="Spike TV Unveils 'Thad Castle for College Player of the Year' ...
";
arnews[1] += "Spike TV unveils today an ambitious, multi-platform college football player marketing campaign for Thad Castle, star senior linebacker at the fictitious college football powerhouse team featured in the upcoming Spike TV original comedy series, \"Blue Mountain State\" which premieres on Tuesday, January 12, 2010.";
arnews[1] += "
Publ.Date : Thu, 12 Nov 2009 06:30:14 GMT";
arnews[1] += "
";
arnews[2]="Spike TV Unveils 'Thad Castle for College Player of the Year' Campaign to Promote New Comedy Series
";
arnews[2] += "Multi-Platform Campaign to Build Brand Awareness for 'Blue Mountain State' With College Sports Fans Campaign Includes Times Square Billboard and Video Featuring Bobby Bowden, Dan Fouts, Brian Bosworth, Mike Leach and Jerry Glanville Source: Spike TV On 3:43 pm EST, Wednesday November 11, 2009 NEW YORK, Nov.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 22:08:32 GMT";
arnews[2] += "
";
arnews[3]="Spike Wants Viewers to Get 'Schooled' With New Football-Themed Series
";
arnews[3] += "Thad Castle, a character in a coming comedy series on Spike, \"Blue Mountain State,\" is the focus of a campaign to promote viewership for the show.";
arnews[3] += "
Publ.Date : Wed, 11 Nov 2009 14:42:06 GMT";
arnews[3] += "
";
arnews[4]="Iron Woman
";
arnews[4] += "Renee Herlocker loves sticks and balls. Spike TV markets itself as television for dudes -- horny dudes, presumably.";
arnews[4] += "
Publ.Date : Fri, 09 Oct 2009 23:53:42 GMT";
arnews[4] += "
";
arnews[5]="Tune-In to Spike TV on Thursday, October 1 at 11:00 PM as 'The Ultimate Spike Girl' Is Crowned
";
arnews[5] += "Hosted by former WWE girl Stacy Keibler, \" The Ultimate Spike Girl Finale\" is officiated by an esteemed panel of judges, the stars of Spike TV's forthcoming comedy, \"BlueMountainState,\" Alan Ritchson, Sam Jones III, and Darin Brooks, along with Spike.com's Food Dude, Will Greenberg.";
arnews[5] += "
Publ.Date : Thu, 01 Oct 2009 21:00:22 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("