var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kun echoes and alters the landscape at LaMontagne Gallery
";
arnews[0] += "Painter Shay Kun's \"Final Frontier,'' a symmetrical lakefront landscape and part of his \"Slack Tide'' exhibit at LaMontagne Gallery.";
arnews[0] += "
Publ.Date : Wed, 03 Feb 2010 06:07:56 GMT";
arnews[0] += "
";
arnews[1]="New Year Fitness: LA Fitness brings the barre to the North East
";
arnews[1] += "A BUDDING fitness entrepreneur is bringing a touch of Los Angeles to the North East with The Barre - an innovative new urban fitness studio in the heart of Newcastle.";
arnews[1] += "
Publ.Date : Tue, 29 Dec 2009 14:30:00 GMT";
arnews[1] += "
";
arnews[2]="Britain's favourite Frenchman
";
arnews[2] += "Ooh la la! Little known to us, there was a grand award ceremony last week , and one of fashion's favourite Frenchmen scooped a prize.";
arnews[2] += "
Publ.Date : Mon, 21 Dec 2009 14:46:06 GMT";
arnews[2] += "
";
arnews[3]="Erotic burlesque star at Books and Books in Miami Beach
";
arnews[3] += "Next entry: Seven style tips for Baby Boomers on how to appear youthful and cool Back to main page December 02, 2009 FASHION CALENDAR: Dita Von Teese at Miami Beach book signing > Posted by Rod Hagwood on December 2, 2009 04:50 PM Every Friday until Dec.";
arnews[3] += "
Publ.Date : Fri, 04 Dec 2009 13:26:53 GMT";
arnews[3] += "
";
arnews[4]="Tease me: Dita Von Teese talks lingerie
";
arnews[4] += "The performer who has set a million men's hearts thumping with her teasing act sashays stylishly into Residence on Dublin's St Stephen's Green.";
arnews[4] += "
Publ.Date : Tue, 01 Dec 2009 14:28:46 GMT";
arnews[4] += "
";
arnews[5]="Topshop Dress Me Up: Update
";
arnews[5] += "When we excitedly reported the news yesterday that Topshop's new Dress Me Up scheme could get us borrowing dresses from the best dressed celebrities, it seems we didn't quite have all the details.";
arnews[5] += "
Publ.Date : Thu, 26 Nov 2009 12:54:22 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("