var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Remembering Ken Ober
";
arnews[0] += "One of my first jobs out of school was playing a rotating succession of floozies - some dumb, some angry, all crazy - on MTV's first-ever nonmusical program, Remote Control.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 03:15:18 GMT";
arnews[0] += "
";
arnews[1]="Vanna's Choice Knitting and Crochet Contest
";
arnews[1] += "Lion Brand Yarn Company is sponsoring a yarn contest at Michaels stores. The grand prize is $1,000 and an all-expense paid trip for two to Los Angeles to meet Vanna White.";
arnews[1] += "
Publ.Date : Sat, 14 Nov 2009 08:00:00 GMT";
arnews[1] += "
";
arnews[2]="Eat green
";
arnews[2] += "What do Abraham Lincoln, Alicia Silverstone, Albert Schweitzer, Albert Einstein, Aristotle, Billy Idol, Brooke Shields, Brad Pitt, Buddha, John Lennon, Michael Jackson, Mr.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="A razor-sharp ride on the a Recklessa side
";
arnews[3] += "Marianna Bassham and Larry Coen in SpeakEasy Stage Company's production of \"Reckless.'' It's a perilously fine line between endearingly ditzy and flat-out annoying.";
arnews[3] += "
Publ.Date : Wed, 18 Nov 2009 08:28:02 GMT";
arnews[3] += "
";
arnews[4]="Chimes for Charity kicks off
";
arnews[4] += "Dr. Troy Kerber and his lovely assistant, Elizabeth Dickerson , of Horner, Hawkins and Kerber portray the team of Pat Sajak and Vanna White during Monday night's premiere of Chimes for Charity.";
arnews[4] += "
Publ.Date : Tue, 17 Nov 2009 20:00:55 GMT";
arnews[4] += "
";
arnews[5]="The second greatest show on Earth
";
arnews[5] += "An Island tradition from years past was brought back to vibrant life on Sunday evening, playing to an exuberant crowd of more than 250 in the Camp Quinipet a oeOpera House.a Twenty-seven acts made up the Great Shelter Island Talent & Variety Show and ran the gamut from solos to spoon playing, duets to dance numbers, not to mention a bumblebee on a ...";
arnews[5] += "
Publ.Date : Thu, 08 Oct 2009 07:00:00 GMT";
arnews[5] += "
";
arnews[6]="Deaths of two '80s pop culture icons
";
arnews[6] += "Today is officially a depressing day, and I'm not even a New England Patriots fan.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 06:17:31 GMT";
arnews[6] += "
";
totcount = 7;
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("