var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Poets of Nature
";
arnews[0] += "BMA Audiobooks The poems of John Clare, Emily, Charlotte and Anne Bronte and Elaine and Dora Goodale, John Keats, Gonzalo de Berceo, Alfred Lord Tennyson, Henry David Thoreau, Ralph Waldo Emerson and William Cullen Bryant make their audio debut while others are presented with beautiful and original clarity.";
arnews[0] += "
Publ.Date : Fri, 05 Feb 2010 00:11:27 GMT";
arnews[0] += "
";
arnews[1]="Maverick tennis sweeps conference player of the week award
";
arnews[1] += "Communications sophomore Katarina Milcochova practices for an upcoming tennis match.";
arnews[1] += "
Publ.Date : Wed, 27 Jan 2010 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="The Tempest - Equity Principal Auditions by Appointment in ME
";
arnews[2] += "Freeport Shakespeare Festival Freeport ME LOA $300/week minimum. Author: Shakespeare Director: Julia Carlson 1st rehearsal: June 29, 2010.";
arnews[2] += "
Publ.Date : Mon, 25 Jan 2010 12:42:26 GMT";
arnews[2] += "
";
arnews[3]="Great Graphic Novels for Teensa "and everyone else
";
arnews[3] += "ICv2 posts a three-part interview with Viz VP Gonzalo Ferreyra, in which he discusses the company's strongest sellers, manga on cell phones, and their possible venture into global manga, as well as their anime offerings .";
arnews[3] += "
Publ.Date : Thu, 21 Jan 2010 13:03:55 GMT";
arnews[3] += "
";
arnews[4]="'Heroes,' 'Day One,' 'Law & Order': NBC notes from press tour
";
arnews[4] += "\"Heroes\" could live to see another season on NBC -- but it's not a done deal yet.";
arnews[4] += "
Publ.Date : Mon, 11 Jan 2010 00:45:51 GMT";
arnews[4] += "
";
arnews[5]="NBC's 'Day One' reduced again
";
arnews[5] += "NBC's midseason drama \"Day One\" is shrinking even further and will now air as a two-hour movie.";
arnews[5] += "
Publ.Date : Sun, 10 Jan 2010 13:02:00 GMT";
arnews[5] += "
";
arnews[6]="A comprehensive catalogue of somatic mutations from a human cancer genome
";
arnews[6] += "A subset of these somatic alterations, termed driver mutations, confer selective growth advantage and are implicated in cancer development, whereas the remainder are passengers.";
arnews[6] += "
Publ.Date : Thu, 17 Dec 2009 01:31:05 GMT";
arnews[6] += "
";
arnews[7]="2010 TV Preview: 'Day One'
";
arnews[7] += "Next up on our month-long tour of the best and brightest from 2010's TV offerings is Day One , a new apocalyptic miniseries that is being tapped to take over a Heroes -shaped void in NBC's schedules early next year.";
arnews[7] += "
Publ.Date : Thu, 03 Dec 2009 23:03:22 GMT";
arnews[7] += "
";
totcount = 8;
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("