var arnews = new Array(9);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="WWII In HD Review: Series Premiere - Cinema Blend
";
arnews[0] += "Tomorrow night, the History channel will premiere the start of their 10-hour series WWII In HD . The series features color-footage of the Second World War and the stories of twelve Americans who fought in or contributed to the war in some capacity. I ...";
arnews[0] += "
Publ.Date : Fri, 13 Nov 2009 23:57:00 GMT";
arnews[0] += "
";
arnews[1]="Exploring WWII in HD with Director Frederic Lumiere - Deadbolt
";
arnews[1] += "Award winning filmmaker Frederic Lumiere has not only produced, directed and edited a number of high profile projects for A&E, History, Cinemax, and The Biography Channel but Lumiere was also a driving architectural force behind the creation of the ...";
arnews[1] += "
Publ.Date : Tue, 17 Nov 2009 12:53:00 GMT";
arnews[1] += "
";
totcount = 2;
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("