var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="This Week in DVD & Blu-ray: A Serious Man, Couples Retreat, Bronson, and More
";
arnews[0] += "This Week in DVD & Blu-ray is a column that compiles all the latest info regarding new DVD and Blu-ray releases, sales, and exclusive deals from stores including Target, Best Buy and Frya TMs.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 20:37:31 GMT";
arnews[0] += "
";
arnews[1]="Five Great Geeky Chick Flicks for Valentine's Day
";
arnews[1] += "In a year when the top chick flicks involve vampires, ita TMs hard to say what makes a geeky chick flicks stand out from the rest of the genre.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:21:02 GMT";
arnews[1] += "
";
arnews[2]="This Week in Blu-ray: I Try To Be A Serious Man
";
arnews[2] += "We are back on schedule this week with yet another awesome round of This Week in Blu-ray . Did you miss having it show up on Tuesday morning? Of course you did.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 11:11:48 GMT";
arnews[2] += "
";
arnews[3]="Sir Elton John and David Furnish Host 18th Annual Academy Awards(R) Viewing Party Benefiting the Elt
";
arnews[3] += "The 18th annual Elton John AIDS Foundation Academy Awards Viewing Party hosted by Sir Elton John and David Furnish will be held Sunday, March 7, 2010, at the Pacific Design Center and will be presented by Chopard, Jo and Raffy Manoukian, and Neuro Drinks.";
arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 10:53:07 GMT";
arnews[3] += "
";
arnews[4]="Finding a new Job
";
arnews[4] += "This week, we get serious: A Serious Man Rated R, 106 minutes. Coming Tuesday to DVD.";
arnews[4] += "
Publ.Date : Sun, 07 Feb 2010 03:23:51 GMT";
arnews[4] += "
";
arnews[5]="Emmy Rossum at the airport
";
arnews[5] += "Emmy Rossum looks happy as she goes through security at Los Angeles International Airport on Thursday .";
arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 18:52:06 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("