var arnews = new Array(8); totcount = 8; rnd = 0; document.title=document.title+ " "; arnews[0]="How the stars get the hots on Valentine's Day
"; arnews[0] += "WANT to deliver that perfect romantic gesture this Valentine's Day? Follow the lead of the world's most lovedup celebs."; arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 13:56:30 GMT"; arnews[0] += "
"; arnews[1]="Datebook: Events, exhibits, classes for the week ahead
"; arnews[1] += "We've listed select home and garden events below. Suggest your own via reader comments."; arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 16:27:08 GMT"; arnews[1] += "
"; arnews[2]="All the rage Secret supper
"; arnews[2] += "Strangers get to know each other at a supper club in Berlin. Photo: Penny Bradfield Dining in is the new eating out with the rise of the supper club, says David Wroe."; arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 15:21:04 GMT"; arnews[2] += "
"; arnews[3]="Gary-based brewer says new product for 'working class'
"; arnews[3] += "Gary-based beer marketer Melanie Brewing Co. is creating a buzz with its low-priced products -- Beer-30 Light and Beer-30 Ice."; arnews[3] += "
Publ.Date : Sun, 07 Feb 2010 12:45:15 GMT"; arnews[3] += "
"; arnews[4]="Fifth stab at a career choice was a charm for Alameddine
"; arnews[4] += "To sit down to a meal with \"The Hakawati\" author Rabih Alameddine is to laugh constantly."; arnews[4] += "
Publ.Date : Fri, 05 Feb 2010 00:58:47 GMT"; arnews[4] += "
"; arnews[5]="AISD Transfer Day
"; arnews[5] += "Melanie Marcadel is one of hundreds of parents hoping to get the school of their choice for their child."; arnews[5] += "
Publ.Date : Sat, 06 Feb 2010 23:03:44 GMT"; arnews[5] += "
"; arnews[6]="Saturday Nightmares: Body Double
"; arnews[6] += "It's hard to imagine a world where Body Double is a Ken Widerhorn film. Originally, Brian De Palma had intended to write and produce, but opted to get behind the camera when another of his projects fell through."; arnews[6] += "
Publ.Date : Sat, 06 Feb 2010 16:17:32 GMT"; arnews[6] += "
"; arnews[7]="Kerr-blimey
"; arnews[7] += "Paris Hilton holds her Pomeranian dog named 'Marilyn Monroe' as she and her sister Nicky Hilton leave Fred Segal in Hollywood Keira Knightley leaving the Comedy Theatre after her performance of West End production 'The Misanthrope' Janice Dickinson arriving at LAX to catch an international flight."; arnews[7] += "
Publ.Date : Wed, 03 Feb 2010 20:06:25 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("
");document.write("
");