var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="515 Ways Your Makeup Is Out To Get You
";
arnews[0] += "According to today's Daily Mail , the price for beauty is much higher than some of us may have thought.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 01:40:09 GMT";
arnews[0] += "
";
arnews[1]="Behind the Scenes of the Project Green Search Model Competition Finals
";
arnews[1] += "Project Green Search , the first-ever green model competition, has a winner! Rachel Avalon hails from Los Angeles, California, and beat out over 130 other serious contenders for her new title as Green It Girl .";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 00:34:12 GMT";
arnews[1] += "
";
arnews[2]="Rachel McAdams knows that green is sexy
";
arnews[2] += "Thanks to a variety of stars like Natalie Portman and Rachel McAdams, who have used their high profiles to exude examples of spreading the word about green and Eco-conscious living; Most f of our society has also decided to be aware of the decisions that we make and how it impacts mother nature and our own health.";
arnews[2] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Spywitness: Chris Duddy and Joely Fisher's Valley home site of whale fundraiser
";
arnews[3] += "NOVEMBER 03: Actors Kate Beckinsale, Robert De Niro and Drew Barrymore arrive at the AFI FEST 2009 screening of Miramax' \"Everybody's Fine\" at the Chinese Theater on November 3, 2009 in Los Angeles, California.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 03:58:58 GMT";
arnews[3] += "
";
arnews[4]="Joely Fisher And Friends Celebrate Whale Conservation Efforts
";
arnews[4] += "Amber Valetta and Jolie Fisher at the Tails for Whales event hosted by Jolie Fisher and the International Fund for Animal Welfare.";
arnews[4] += "
Publ.Date : Sat, 07 Nov 2009 05:27:49 GMT";
arnews[4] += "
";
arnews[5]="Put Foot
";
arnews[5] += "FORZA MOTORSPORT 3 **** When it comes to racing games, it depends what you're into.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 20:34:41 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("