var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Mass Effect 2 blends video game genres well
";
arnews[0] += "Mass Effect 2. Developer: BioWare. Publisher: Electronic Arts. $49.99-59.99 for PC and Xbox 360 .";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:00:00 GMT";
arnews[0] += "
";
arnews[1]="Recap: Chuck, Season 3, Episode 7
";
arnews[1] += "\"Chuck Vs. the Mask\" Mini-recap: Chuck and Sarah go their separate ways after exploring their jealousy toward their former interest's new interest.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 06:52:36 GMT";
arnews[1] += "
";
arnews[2]="Chuck, 'Chuck vs. the Mask': A love quadrangle?
";
arnews[2] += "Zachary Levi and Kristin Kreuk in \"Chuck.\" A review of tonight's \"Chuck\" coming up just as soon as I'm ready for my big boy bike... \"So if I have to see you with someone else, it might as well be a hero.\" -Chuck \"What can I say? I have a type.\" -Sarah \"Chuck vs.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 02:18:46 GMT";
arnews[2] += "
";
arnews[3]="A battle among the stars
";
arnews[3] += "Mass Effect 2a s release comes more than two years after the renowned success of the franchisea s first installment.";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 01:47:57 GMT";
arnews[3] += "
";
arnews[4]="Mass Effect 2 blends video game genres well
";
arnews[4] += "Mass Effect 2. Developer: BioWare. Publisher: Electronic Arts. $49.99-59.99 for PC and Xbox 360 .";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 08:00: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("