var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Immerse yourself in BioWare's amazing new science fiction epic
";
arnews[0] += "\" Mass Effect 2 \"By BioWare -- $59.99 for the Xbox 360 a a a a out of a a a a -- On the Net: http://masseffect.bioware.com . - Guitar Hero: Van Halen' hits some very sour notes \"Guitar Hero: Van Halen,\" for the Xbox 360, PlayStation 3, Wii and PS2 .";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 09:02:20 GMT";
arnews[0] += "
";
arnews[1]="Bioware's star-faring 'Effect' sparkles
";
arnews[1] += "If you really want immersive, travel to the amazing universe of BioWare's science- fiction epic 'Mass Effect 2.' I've already spent about 50 hours there, and I can't wait to return.";
arnews[1] += "
Publ.Date : Thu, 04 Feb 2010 16:06:00 GMT";
arnews[1] += "
";
arnews[2]="Bioware's star-faring Mass Effect 2 sparkles
";
arnews[2] += "By Lou Kesten Associated Press Fans of \"Avatar\" rave about how engrossing it is, but it has a problem: The film only lasts 161 minutes.";
arnews[2] += "
Publ.Date : Wed, 03 Feb 2010 16:19:03 GMT";
arnews[2] += "
";
arnews[3]="Bioware's star-faring 'Mass Effect 2' sparkles
";
arnews[3] += "Fans of \"Avatar\" rave about how immersive it is, but it has a problem: The film only lasts 161 minutes.";
arnews[3] += "
Publ.Date : Sat, 30 Jan 2010 01:35:15 GMT";
arnews[3] += "
";
arnews[4]="Mass Effect 2 delivers epic story at center of sci-fi shooter
";
arnews[4] += "Mass Effect 2 **** Fans of \"Avatar\" rave about how immersive it is, but it has a problem: The film lasts only 161 minutes.";
arnews[4] += "
Publ.Date : Fri, 29 Jan 2010 11:09:18 GMT";
arnews[4] += "
";
arnews[5]="Bioware's 'Mass Effect 2' sparkles
";
arnews[5] += "Fans of \"Avatar\" rave about how immersive it is, but it has a problem: The film only lasts 161 minutes.";
arnews[5] += "
Publ.Date : Wed, 27 Jan 2010 19:21:29 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("