var arnews = new Array(8);
totcount = 3;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="What my father taught me about men --
";
arnews[0] += "It was a week before Father's Day and my good friend Knisha Williams and I were discussing what gifts we would get our dads.";
arnews[0] += "
Publ.Date : Sat, 19 Jun 2010 05:47:35 GMT";
arnews[0] += "
";
arnews[1]="Hezekiah launches book on Ramesar's films
";
arnews[1] += "The launch of Dr Gabrielle Hezekiaha s first book, Phenomenologya s Material Presence: Video, Vision and Experience, was the occasion for a gathering of family, friends and academics at the National Library in Port-of-Spain on April 16.";
arnews[1] += "
Publ.Date : Sat, 01 May 2010 14:55:48 GMT";
arnews[1] += "
";
arnews[2]="Local scholar lauches book on philosophy and film --
";
arnews[2] += "WELL READ: Dr Hezekiah delivering her remarks. The launch of Dr Gabrielle Hezekiah's first book, Phenomenology's Material Presence: Video, Vision and Experience, was the occasion for a gathering of family, friends and academics at the National Library in Port of Spain recently.";
arnews[2] += "
Publ.Date : Tue, 27 Apr 2010 10:53:55 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("