var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jada
";
arnews[0] += "The church brought them together. Her faith will have to do the rest. This religious film is a relevant reminder to cherish health, wealth, and happiness.";
arnews[0] += "
Publ.Date : Tue, 13 Oct 2009 09:38:23 GMT";
arnews[0] += "
";
arnews[1]="Short Takes
";
arnews[1] += "The film, which is scheduled to be released on DVD Oct. 13, stars Clifton Powell , Rockmond Dunbar , and Siena Goines as Jada.";
arnews[1] += "
Publ.Date : Fri, 09 Oct 2009 00:55:07 GMT";
arnews[1] += "
";
arnews[2]="JADA Official Movie Trailer
";
arnews[2] += "Vivendi Entertainment sent us this brand new movie trailer for the upcoming release \"Jada\" coming to DVD on October 13, 2009.";
arnews[2] += "
Publ.Date : Tue, 06 Oct 2009 03:08:11 GMT";
arnews[2] += "
";
arnews[3]="Movies,travel,good Movies
";
arnews[3] += "Movies are a longtime favorite. After reading this content, you will be travel ready in no time.";
arnews[3] += "
Publ.Date : Thu, 10 Sep 2009 21:29:36 GMT";
arnews[3] += "
";
arnews[4]="New on DVD: From 'Blair Witch' to an alien encounter
";
arnews[4] += "The collective once known as The Blair Witch Boys haven't totally confined their post- Witch efforts to horror.";
arnews[4] += "
Publ.Date : Tue, 03 Mar 2009 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("