var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mass Effect 2 blends video game genres well - San Francisco Chronicle
";
arnews[0] += "The first Mass Effect wooed gamers across the universe with its intriguing galactic politics, homicidal robots and inter-alien lesbian sex scandals while building on BioWare's signature good versus bad role-playing story line. So how does one review ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:39:00 GMT";
arnews[0] += "
";
arnews[1]="Burn Notice: "Noble Causes" Review - IGN
";
arnews[1] += "The problem with this is that Michael's done this kind of con before. Yes, it was usually a quick thing done for episode missions, but now it's the same thing, just stretched out over more episodes. And Gilroy's \"plan\" is coming together just as ...";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 04:20:00 GMT";
arnews[1] += "
";
arnews[2]="USA's Burn Notice gets some 'Sugar' tonight, Feb. 4 - Monsters and Critics
";
arnews[2] += "The series also books high profile guest stars like Tricia Helfer and Tyne Daly. Tonight's episode sees Michael caught off guard by a visit from his drug-dealing neighbor Sugar. But to Michael's surprise, Sugar isn't looking for trouble — he needs ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 17:25:00 GMT";
arnews[2] += "
";
arnews[3]="Katee Sackhoff talks '24' - New York Post
";
arnews[3] += "Don't let that friendly, coffee-shop name fool you -- Katee Sackhoff, the actress who played the fighter pilot Starbuck on \" Battlestar Galactica ,\" likes action. She's crashed motorcycles, flipping snowboards, faced down the sci-fi fan hordes and ...";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 13:45:00 GMT";
arnews[3] += "
";
arnews[4]="A Whole New Mass Effect - UV Cavalier Daily
";
arnews[4] += "Voice acting in Mass Effect 2 also is stellar; there are hours and hours of expertly recorded dialogue from such notables as Martin Sheen, Seth Green, Tricia Helfer, Phil LaMarr and more. The score is orchestral and really captures the “space opera ...";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 06:40:00 GMT";
arnews[4] += "
";
arnews[5]="Actress becomes face of new sci-fi show ‘Caprica’ - Vindy.com
";
arnews[5] += "“There’s no character that’s ever been written like that before. There’s been strong female characters, but no 16-year-old girls. I could have not asked for a better role.” Science-fiction television has a tradition of creating breakout ...";
arnews[5] += "
Publ.Date : Thu, 04 Feb 2010 05:43:00 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("