var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Music of True Blood, Episode 1.5: Playing Chicken With the Train, and an AIDS Burger
";
arnews[0] += "Alan Ball was known for his masterful use of music in Six Feet Under . He's lost none of his touch when it comes to his current HBO series, True Blood - which happens to be set in the Louisiana swamps, not terribly far from Houston.";
arnews[0] += "
Publ.Date : Fri, 06 Nov 2009 16:54:45 GMT";
arnews[0] += "
";
arnews[1]="Playlist: Work it out.
";
arnews[1] += "If you haven't gotten off the couch yet to prepare for the 2nd Annual Hip Hop Classic maybe you don't have the right music .";
arnews[1] += "
Publ.Date : Tue, 20 Oct 2009 07:00:00 GMT";
arnews[1] += "
";
arnews[2]="So that's why my short and witty vents won't get published!...
";
arnews[2] += "Went to a middle school football game yesterday in Henry County. The 3 referees were so old and incompetent that they blew more calls than a group of duck hunters.";
arnews[2] += "
Publ.Date : Fri, 23 Oct 2009 05:03:55 GMT";
arnews[2] += "
";
arnews[3]="YouTube - Ms New Booty * Bubba Sparxxx * The Rock-afire Explosion
";
arnews[3] += "YouTube - Ms New Booty * Bubba Sparxxx * The Rock-afire Explosion >> Posted By jovial 6 hours, 17 minutes ago in Arts & Entertainment > With permission from the owner of the Rock-afire Explosion copyrights, , I am reposting the first programming project I ever worked on.";
arnews[3] += "
Publ.Date : Fri, 23 Oct 2009 00:10:51 GMT";
arnews[3] += "
";
arnews[4]="YouTube - Ms New Booty * Bubba Sparxxx * The Rock-afire Explosion
";
arnews[4] += "YouTube - Ms New Booty * Bubba Sparxxx * The Rock-afire Explosion >> Posted By jovial 2 hours, 58 minutes ago in Arts & Entertainment > With permission from the owner of the Rock-afire Explosion copyrights, , I am reposting the first programming project I ever worked on.";
arnews[4] += "
Publ.Date : Thu, 22 Oct 2009 20:51:38 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("