var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Gifts for the "Do-gooder"
";
arnews[0] += "On the bookshelf: \"Giving: How Each of Us Can Change the World\" by Bill Clinton On a first-name basis with: The Saturday morning volunteers at Food Outreach On the iPod: \"Man in the Mirror\" by Michael Jackson On the TiVo: \"Oprah\" The Alicia Silverstone overnight bag features easy-to-grip handles for ...";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 06:26:23 GMT";
arnews[0] += "
";
arnews[1]="Spotlight On Celebrities Who Practice The Vegan Lifestyle
";
arnews[1] += "Whether you practice the vegan lifestyle or not, it is a craze that is more common than you think.";
arnews[1] += "
Publ.Date : Thu, 19 Nov 2009 19:21:10 GMT";
arnews[1] += "
";
arnews[2]="The end that could have been
";
arnews[2] += "For a few wonderful days, it seemed that Aerosmith were finally kaput. After decades of age-inappropriate sex-guy posturing, it appeared Steven Tyler was finally gonna do the right thing - he cut off contact with his bandmates, and Joe Perry announced that the group were looking for a new singer.";
arnews[2] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[2] += "
";
arnews[3]="UTA Promotes Two Agents To Partner
";
arnews[3] += "UTA board member Tracey Jacobs made the announcement this morning to the agency that talent agents Billy Lazarus and Shani Rosenzweig have been promoted to the UTA partnership.";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 02:38:41 GMT";
arnews[3] += "
";
arnews[4]="Even I cana t defend this
";
arnews[4] += "After taking a few days off to study for/do amazing on my GRE's, I return to the NHL world to get ready for my Tuesday post-game update.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 08:40:58 GMT";
arnews[4] += "
";
arnews[5]="Eat green
";
arnews[5] += "What do Abraham Lincoln, Alicia Silverstone, Albert Schweitzer, Albert Einstein, Aristotle, Billy Idol, Brooke Shields, Brad Pitt, Buddha, John Lennon, Michael Jackson, Mr.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 08:00:00 GMT";
arnews[5] += "
";
arnews[6]="Who had an awful decade? Nomar Garciaparra makes Deadspin's list
";
arnews[6] += "As the decade comes to a close we're going to see all kinds of lists and today's offering is Deadspin's \"Decade Retrospective: Who had an awful decade?\" photo gallery.";
arnews[6] += "
Publ.Date : Tue, 17 Nov 2009 16:40:55 GMT";
arnews[6] += "
";
arnews[7]="FORA.tv Named to The Sunday Telegraph's Best Education Websites
";
arnews[7] += "The November 15, 2009 edition of the Sunday Telegraph will feature an extensive article about the Best Education Websites in its Seven magazine.";
arnews[7] += "
Publ.Date : Mon, 16 Nov 2009 08:00:00 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("