var arnews = new Array(9);
totcount = 4;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="TVDVD - Army Wives: The Complete Third Season - Cinema Blend
";
arnews[0] += "With season four looming on the horizon -- premiering April 11, 2010 on Lifetime -- ABC Studios has released the third season of Army Wives on DVD. Available today, Tuesday, February 9, 2010, the five-disc set offers all eighteen episodes of the hit ...";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 19:56:00 GMT";
arnews[0] += "
";
arnews[1]="DVD reviews: 'A Serious Man'; 'Time Traveler's Wife'; 'Couples Retreat ... - Reno Gazette
";
arnews[1] += "This week’s crop of home video releases includes a romantic science-fiction film, a broad relationship comedy, a paint-by-numbers horror flick and a contender for best picture at this year’s Academy Awards. Directors Joel and Ethan Coen have long ...";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 17:04:00 GMT";
arnews[1] += "
";
arnews[2]="Army Wives (TV Series) (DVD) - DVDTOWN.com
";
arnews[2] += "Connect to Facebook/Twitter, recommend via email and much more. Remember all those \"Support Our Troops\" bumper stickers and signs that were a part of the Bush years? Apparently they were more in support of the former president, because they ...";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 03:14:00 GMT";
arnews[2] += "
";
arnews[3]="Army Wives the Complete Third Season DVD - 411mania.com
";
arnews[3] += "The drama continues to show a fantastic look at the lives of military families with equal doses of humor and emotion that makes it a great journey to march to. As the season begins, the ladies of Fort Marshall are having some issues. Roxy (Sally ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 04:26:00 GMT";
arnews[3] += "
";
totcount = 4;
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("