var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Sophie, what is it that you do exactly?
";
arnews[0] += "CELEBRITY blogger Perez Hilton calls her a \"Z-list actress\". But has Sophie Monk become Australia's very own Lindsay Lohan? Both showed exceptional promise at the start of their careers Monk on the television show Popstars , which launched her girl group Bardot, and Lohan as a budding child actor and model.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 17:02:01 GMT";
arnews[0] += "
";
arnews[1]="'New Moon' star Ashley Greene vamps up
";
arnews[1] += "Ashley Greene at the Los Angeles premiere of 'The Twilight Saga: New Moon.' She's still under the radar compared to the movie's big stars - but perhaps not for long.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 05:11:00 GMT";
arnews[1] += "
";
arnews[2]="John Piano, GQ Magazine's "Better Man for 2009"
";
arnews[2] += "November 9, 2009 - John Piano, Founder and CEO of Transplant Connect, has been named GQ magazine's 'Better Man for 2009.' Piano was selected for this award after a four-month long nation-wide search by GQ for an 'agent of change striving for the betterment of society through charitable work, volunteerism and/or community involvement.' GQ asked ...";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 03:17:08 GMT";
arnews[2] += "
";
arnews[3]="Adrian Grenier Does Your Holiday Shopping, Al Gore Helps 30 Rock Go Green, and More
";
arnews[3] += "Photo via TreeHugger Already thinking about your holiday shopping? Our gift guide is the perfect place to start, but if you're the kind of shopper who likes visiting a store rather than waiting for the UPS truck, check out Wired's fifth annual pop-up store in New York City--where a careful collection of green gifts has been selected by one of our ...";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 22:24:42 GMT";
arnews[3] += "
";
arnews[4]="The 2009 WIRED Store Debuts This Weekend - Presented by American Express and Chevy
";
arnews[4] += "WIRED Magazine's Fifth Annual Holiday Pop-Up Store Features a Creative Collaboration with MOBY, Curated Sections by Adrian Grenier and Tony Hawk, the Hottest Holiday Products, Exclusive Events and Innovative Programming Source: WIRED On 12:00 pm EST, Friday November 20, 2009 NEW YORK-- --WIRED magazine today announced that American Express and ...";
arnews[4] += "
Publ.Date : Fri, 20 Nov 2009 20:17:44 GMT";
arnews[4] += "
";
arnews[5]="'New Moon's' Ashley Greene: Vamping up for a big future
";
arnews[5] += "Ashley Greene at the Los Angeles premiere of 'The Twilight Saga: New Moon.' She's still under the radar compared to the movie's big stars - but perhaps not for long.";
arnews[5] += "
Publ.Date : Fri, 20 Nov 2009 18:19:39 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("