var arnews = new Array(8);
totcount = 8;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Another: Who were they wearing?
";
arnews[0] += "Jessica Szohr wore the blue print version of this Thakoon Spring 2010 dress to this prestigious event.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 06:55:03 GMT";
arnews[0] += "
";
arnews[1]="Venetia Scott: a fashion visionary
";
arnews[1] += "Venetia Scott's styling of models such as Kate Moss and Karen Elson has given birth to some of the most enduring images of recent years.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:41:13 GMT";
arnews[1] += "
";
arnews[2]="Sophie Theallet wins CFDA fashion fund
";
arnews[2] += "Left: CFDA winner Sophie Theallet. Right: Vogue editor-in-chief Anna Wintour with CFDA president Diane von Furstenberg Photo: GETTY Sophie Theallet was crowned as the winner of the Vogue CFDA fashion fund in New York last night.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 22:20:18 GMT";
arnews[2] += "
";
arnews[3]="Paid posing
";
arnews[3] += "The government is cracking down on rogue model agencies, but how viable is modelling as a job and how realistic is the prospect of earning a living out of it? It's a familiar scenario.";
arnews[3] += "
Publ.Date : Thu, 12 Nov 2009 13:30:34 GMT";
arnews[3] += "
";
arnews[4]="New magazine delivers fashion, fantasies, and fairy-tales
";
arnews[4] += "A new fashion magazine built on daydreams, fantasy and fairy-tales in an unashamed flirtation with teenaged girls has become this season's \"must read\" at London Fashion Week.";
arnews[4] += "
Publ.Date : Mon, 02 Nov 2009 09:05:47 GMT";
arnews[4] += "
";
arnews[5]="White fears 'dying era for music'
";
arnews[5] += "Musician Jack White has claimed the music industry was in a \"dying era\", and told how artists now had to use \"trickery\" to make money.";
arnews[5] += "
Publ.Date : Sat, 31 Oct 2009 13:07:02 GMT";
arnews[5] += "
";
arnews[6]="Olympic Speed Skating Gold Medalist to Pen Fitness Column for Tribune Media Services
";
arnews[6] += "NEW YORK Five-time Olympic speed skating gold medalist and orthopedic surgeon Eric Heiden will begin writing a weekly fitness column for Tribune Media Services next month, the company announced Thursday.";
arnews[6] += "
Publ.Date : Fri, 30 Oct 2009 04:37:56 GMT";
arnews[6] += "
";
arnews[7]="Real estate transfers
";
arnews[7] += "Transfer fee and purchase price To determine the purchase price of the real estate, divide the transfer fee by 0.003. For example, a transfer fee of $250 would indicate a purchase price of $83,333. Real estate sold at a price of $100,000 would have a transfer fee of $300. OCT.";
arnews[7] += "
Publ.Date : Sun, 25 Oct 2009 07:00:00 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("