var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Daily guide
";
arnews[0] += "CEO Corner 8:30 p.m. NECN. Ottaway Newspaper Group Executive Chairman and Herald Media owner Pat Purcell talks about changes in the news media industry.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 11:09:31 GMT";
arnews[0] += "
";
arnews[1]="Read story by Roxanne Hale
";
arnews[1] += "The Breakfast Club a ' Veterans share war stories By Roxanne Hale For The Almanac writer@thealmanac.net Once a month they get together to share stories of their remarkable backgrounds and varied feats both here and abroad.";
arnews[1] += "
Publ.Date : Wed, 11 Nov 2009 21:39:32 GMT";
arnews[1] += "
";
arnews[2]="My favourite tv show
";
arnews[2] += "\"It is interesting to watch the group of convicts break out of prison over and over again.";
arnews[2] += "
Publ.Date : Mon, 09 Nov 2009 03:07:24 GMT";
arnews[2] += "
";
arnews[3]="Datebook:
";
arnews[3] += "Maqoma's sinewy search for kinetic identity Allan Ulrich, Chronicle Dance Correspondent Contemporary dance from Africa may be one of the final fields for exploration by outsiders.";
arnews[3] += "
Publ.Date : Fri, 06 Nov 2009 08:00:00 GMT";
arnews[3] += "
";
arnews[4]="New DVD Release Dates: Jennifer's Body, Pandorum, Moon, House of the Devil and More
";
arnews[4] += "New DVD Release Dates: Jennifer's Body , Pandorum , Moon , House of the Devil and More! Tuesday November 3, 2009 Lionsgate Here are some notable horror DVD release dates that you can mark down on your calendar: December 8, 2009: Home Movie : In this overlooked gem, a couple fears that their children are sociopaths.";
arnews[4] += "
Publ.Date : Tue, 03 Nov 2009 16:19:56 GMT";
arnews[4] += "
";
arnews[5]="Readers swoon over zombies, werewolves
";
arnews[5] += "Robert Pattinson as Edward Cullen in 'Twilight.' Love at first bite Internet Movie Database, a Web site for entertainment information, published the top 10 hottest male vampires based on a Moviefone survey: 1. Robert Pattinson, 'Twilight' 2. Brad Pitt, 'Interview with the Vampire' 3. Cam Gigandet, 'Twilight' 4. Antonio Banderas, 'Interview with the ...";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 11:30:28 GMT";
arnews[5] += "
";
totcount = 6;
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("