var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="The Unit: The Complete Giftset
";
arnews[0] += "Directed by Felix Alcala, Guy Bee, Steven DePaul, Jean de Segonzac, Guy Ferland, Scott Foley, Karen Gaviola, Fred Gerber, Lesli Linka Glatter, Steve Gomer, Davis Guggenheim, Dennis Haysbert, Gwyneth Horder-Payton, Ron Lagomarsino, David Mamet, Vahan Moosekian, Bill Norton, Michael Offer, Terrence O'Hara, David Paymer, Krishna Rao, Oz Scott, Helen ...";
arnews[0] += "
Publ.Date : Wed, 28 Oct 2009 21:31:44 GMT";
arnews[0] += "
";
arnews[1]="Sound Off With The Unit Complete Giftset On DVD
";
arnews[1] += "If you've heard the name Shawn Ryan, it's probably in association with his excellent FX cop drama The Shield .";
arnews[1] += "
Publ.Date : Thu, 10 Sep 2009 02:10:56 GMT";
arnews[1] += "
";
arnews[2]="Wedding: Abby Brammell and Scott Kocher
";
arnews[2] += "Abby Brammell and Scott Kocher are excited to announce their engagement and upcoming 2009 wedding.";
arnews[2] += "
Publ.Date : Wed, 10 Jun 2009 07:00:00 GMT";
arnews[2] += "
";
totcount = 3;
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("