var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Would you rather go naked?
";
arnews[0] += "How did fur, once taboo, become so acceptable a ' desirable even a ' again? Elizabeth Day investigates an ethical dilemma that goes to the heart of the fashion industry a ' and meets the animal rights campaigner who refuses to be defeated Keira Knightley wears a fur jacket to an awards ceremony.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 00:07:39 GMT";
arnews[0] += "
";
arnews[1]="Having It Both Ways in Advertising
";
arnews[1] += "The Ila Dusk is a personal alarm for women that's flying off the shelves of leading U.K. retailers and will soon be launched in the U.S. It's an odd device.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:05:07 GMT";
arnews[1] += "
";
arnews[2]="The Best Playboy Covers of the 1990s
";
arnews[2] += "As Playboy entered its fourth decade of keeping Hugh Hefner in blondes who were otherwise out of his league, the magazine faced its greatest challenge ever: widely available pornography.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 21:30:00 GMT";
arnews[2] += "
";
arnews[3]="Blake Lively Gets Some One-on-One Help at the Apple Store
";
arnews[3] += "Celebs like Kristen Stewart and Paris Hilton like to hit up the Apple store for all of their tech needs, but which famous females have been caught asking for some Apple assistance in the pristine retail store? Well we've already spotted Rachel McAdams and Elle Macpherson utilizing the Apple stores' staff and services and now we can add the star of ...";
arnews[3] += "
Publ.Date : Thu, 19 Nov 2009 15:33:00 GMT";
arnews[3] += "
";
arnews[4]="Big ambitions fuelled by will of iron
";
arnews[4] += "'Being picked off the side of a road and starting out in a soap was the starting point, but the US has always been the end point,' says Daniel MacPherson.";
arnews[4] += "
Publ.Date : Wed, 18 Nov 2009 18:55:38 GMT";
arnews[4] += "
";
arnews[5]="Off the Ball
";
arnews[5] += "Off the Ball is petty, ill-informed and fronted by two Scottish football fans who really should know better.";
arnews[5] += "
Publ.Date : Wed, 18 Nov 2009 16:47:23 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("