var arnews = new Array(6); totcount = 6; rnd = 0; document.title=document.title+ " "; arnews[0]="Style & Shopping: Tighten your belt
"; arnews[0] += "Wide Obi waist-cinching styles as well as slinky, snakey belts to emphasise a trim waist are big news with bows, buckles and studs the details of choice."; arnews[0] += "
Publ.Date : Tue, 26 Jan 2010 00:00:00 GMT"; arnews[0] += "
"; arnews[1]="Guinness designs debut online
"; arnews[1] += "MODEL Jasmine Guinness of the brewing dynasty yesterday stepped out in style to launch her own fashion collection."; arnews[1] += "
Publ.Date : Thu, 10 Dec 2009 08:48:44 GMT"; arnews[1] += "
"; arnews[2]="The 25 most powerful names in British fashion
"; arnews[2] += "The British Fashion Council has compiled its 'Power 25 List': naming the most influential people working in British fashion today."; arnews[2] += "
Publ.Date : Wed, 09 Dec 2009 14:48:46 GMT"; arnews[2] += "
"; arnews[3]="A tree-mendous world record bid
"; arnews[3] += "ALMOST 2,000 trees were planted in one hour as the city sought to help break the world record for trees planted in that time."; arnews[3] += "
Publ.Date : Mon, 07 Dec 2009 23:00:00 GMT"; arnews[3] += "
"; arnews[4]="A tree-mendous world record bid
"; arnews[4] += "ALMOST 2,000 trees were planted in one hour as the city sought to help break the world record for trees planted in that time."; arnews[4] += "
Publ.Date : Mon, 07 Dec 2009 23:00:00 GMT"; arnews[4] += "
"; arnews[5]="Johnson & Johnson Heiress Arrested on Grand Theft Charges
"; arnews[5] += "Forget sex tapes, how about risking jail time to up your heiress status? Casey Johnson, in line to inherit the Johnson & Johnson throne, was arrested in Los Angeles on grand theft charges , reports the New York Post."; arnews[5] += "
Publ.Date : Tue, 01 Dec 2009 19:02:00 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("
");document.write("
");