var arnews = new Array(6);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MOVIES & MORE: Tyler Perry does it again with powerful love story - Herald-Dispatch
";
arnews[0] += "Movies & More reviewer John Gillispie thinks that \"Tyler Perry's I Can Do Bad All By Myself,\" rated PG-13 and starring Tyler Perry, Taraji P. Henson and Adam Rodriguez, is a powerful film with several standout performances. Most people are familiar ...";
arnews[0] += "
Publ.Date : Thu, 04 Feb 2010 05:00:00 GMT";
arnews[0] += "
";
arnews[1]="Gary P. Jolly - New Britain Herald
";
arnews[1] += "Jolly served as president of the American College of Foot and Ankle Surgeons (ACFAS) in 2004-05. He will be remembered as a visionary leader who often challenged the status quo and constantly urged “raising the bar” in the education and training ...";
arnews[1] += "
Publ.Date : Wed, 03 Feb 2010 03:35:00 GMT";
arnews[1] += "
";
arnews[2]="Time Warner Cable Announces New Movies on Demand in Category in ... - PR Inside
";
arnews[2] += "Time Warner Cable (NYSE: TWC) is helping its Digital Cable customers celebrate Black History Month by giving them access to a brand new category of Movies on Demand (MOD). During the month of February, viewers can access “Black Cinema On Demand ...";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 17:52: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("