var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Blue Mountain State Tackling Your TV
";
arnews[0] += "SPIKE TV TAKES TO THE FIELD WITH NEW ORIGINAL SCRIPTED COMEDY SERIES \"BLUE MOUNTAIN STATE\" It's all about football at Blue Mountain State, but being an incoming freshman on a national championship team consists of much more than that...there are also girls, partying, hazing and, of course, class.";
arnews[0] += "
Publ.Date : Sat, 30 Jan 2010 04:59:49 GMT";
arnews[0] += "
";
arnews[1]="Romanski drops a name and picks up a TV show
";
arnews[1] += "Courtesy photo Philippe Bosse Chris Romano as Sammy in a scene from \"Blue Mountain State.\" Courtesy photo Philippe Bosse A scene from \"Blue Mountain State.\" Courtesy photo Philippe Bosse A scene from \"Blue Mountain State.\" Courtesy photo Philippe Bosse Alan Ritchson as Thad, Sam Jones as Craig and Darin Brooks as Alex in a scene from \"Blue Mountain ...";
arnews[1] += "
Publ.Date : Thu, 28 Jan 2010 13:13:16 GMT";
arnews[1] += "
";
arnews[2]="The unashamedly bawdy 'Blue Mountain State'
";
arnews[2] += "Champions don't come from their mothers' wombs; they come from their fathers' balls.";
arnews[2] += "
Publ.Date : Tue, 19 Jan 2010 06:01:19 GMT";
arnews[2] += "
";
arnews[3]="We've Found the Most Homoerotic New Show on Television. And It's About Sports
";
arnews[3] += "Well, it's about sports as much as it is about college, drinking, and screwing. Blue Mountain State , Spike TV's entry into the sports dramedy arena, is actually quite funny - if you don't concentrate too hard on all that \"that sounds gay\" dialogue.";
arnews[3] += "
Publ.Date : Thu, 14 Jan 2010 00:46:42 GMT";
arnews[3] += "
";
arnews[4]="Rocky 'Mountain'
";
arnews[4] += "Blue Mountain State: B- S mutty and stupid, \"Blue Mountain State\" could just as well be called \"Boston State\" for all its Beantown connections.";
arnews[4] += "
Publ.Date : Wed, 13 Jan 2010 19:52:58 GMT";
arnews[4] += "
";
arnews[5]="Watch: Alan Ritchson in the 'Not Gay' Blue Mountain State
";
arnews[5] += "Now why would anybody think the new football comedy Blue Mountain State , which starts tonight on Spike and features Aquaman Alan Ritchson, is being marketed to gay men ? \"The opening episode centers on rookie hazing and proves conclusively that yes, it is apparently all right to show men in skimpy jock straps on basic cable, from all angles.";
arnews[5] += "
Publ.Date : Tue, 12 Jan 2010 20:26:03 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("