var arnews = new Array(8);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Television Exclusive Interview: DAVID KRUMHOLTZ GIVES THE 'NUMB3RS' ON ... - IF Magazine
";
arnews[0] += "NUMB3RS is in its sixth season on CBS. The quirky procedural stars David Krumholtz as mathematic genius Charlie Eppes, who uses his calculations to help his FBI agent brother Don, played by Rob Morrow, to solve crimes. Judd Hirsch plays their erudite ...";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 19:18:00 GMT";
arnews[0] += "
";
arnews[1]="Numb3rs Season 6 Episode 14:Watch And the Winner Is … Online S06E14 - News Spreadit.org
";
arnews[1] += "Numb3rs Season 6 Episode 14:Watch And the Winner Is … Online S06E14 – Last night Numb3rs Season 6 Episode 14 called “And the Winner Is …” which was directed by Ralph Hemecker and was written by Gary Rieck aired on CBS.Guest stars included ...";
arnews[1] += "
Publ.Date : Sat, 06 Feb 2010 12:22:00 GMT";
arnews[1] += "
";
arnews[2]="Numb3rs is priceless - Edmonton Journal
";
arnews[2] += "Fed up with awards shows? Tired of the plastic smiles and false bonhomie? Do you wish there'd be a little excitement -- a dastardly crime, perhaps, involving something other than fashion? That's unlikely to happen in real life -- award shows are too ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 08:05:00 GMT";
arnews[2] += "
";
arnews[3]="Information Builders Updates RStat Data Mining Tool - IT Jungle
";
arnews[3] += "Information Builders last week announced the general availability of WebFOCUS RStat version 1.2, a new release of its software for building data mining and predictive analytics applications. The software doesn't run on the System i server, but, like ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 05:30:00 GMT";
arnews[3] += "
";
arnews[4]="A JLA TV Series!? - COMICBOOKMOVIE.com
";
arnews[4] += "With talks about a Justice League of America movie in the talks I decided to see what had been on the air waves recently and found something on a made for TV movie called Justice League of America back in 1997. It aired on CBS and was a flop. The ...";
arnews[4] += "
Publ.Date : Sat, 06 Feb 2010 19:17:00 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("