var arnews = new Array(6);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Supernatural' 100th Episode Surprise - Buddytv.com
";
arnews[0] += "As fans know, Supernatural 's 100th episode is coming up in the second half of this season, and it's sure to a big one. While there aren't details on the exact nature of the episode, the new issue of Entertainment Weekly does have one cool bit of ...";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 21:32:00 GMT";
arnews[0] += "
";
arnews[1]="Maryland tech tax heroes go from political neophytes to savvy ... - Baltimore Business Journal
";
arnews[1] += "Tom Loveland, CEO of Mind Over Machines in Owings Mills, helped the state’s IT industry stave off a tax on computer services in 2008. In 2007, Maryland’s information technology industry got its crash course in politics. Two years later, it’s ...";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 09:58:00 GMT";
arnews[1] += "
";
arnews[2]="BATMAN: BRAVE & THE BOLD - Season 2 Starts & Season 1 Recap - Newsarama
";
arnews[2] += "Well...so much for Warner Bros. announcement that this weekend was going to be a repeat. It’s as supervising director James Tucker told us, he just squeezes the lemons, he doesn’t make the lemonade. As it turns out, this week's surprise new ...";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 15:42:00 GMT";
arnews[2] += "
";
arnews[3]="Review: Smallville - Idol - Tvsquad.com
";
arnews[3] += "(S09E08) Wonder Twin Powers, Activate! Okay, so it wasn't so much the Wonder Twins as an homage to the Wonder Twins. Or Wonder Twins: The Next Generation. You get the idea. The blingy Gleek cell phone was a nice touch. Hell, the ringtone even sounded ...";
arnews[3] += "
Publ.Date : Sat, 14 Nov 2009 05:40:00 GMT";
arnews[3] += "
";
totcount = 4;
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("