var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Political Levelling
";
arnews[0] += "He helped to bring Citytv to the airwaves, the Stones to a SARSstruck Toronto, and wanted to bring a \"chunnel\" to North America from Asia and, soon enough, people will be bringing their very best shots for him.";
arnews[0] += "
Publ.Date : Wed, 18 Nov 2009 11:14:53 GMT";
arnews[0] += "
";
arnews[1]="Another: Who were they wearing?
";
arnews[1] += "Jessica Szohr wore the blue print version of this Thakoon Spring 2010 dress to this prestigious event.";
arnews[1] += "
Publ.Date : Wed, 18 Nov 2009 06:55:03 GMT";
arnews[1] += "
";
arnews[2]="Shinan: Political bantering
";
arnews[2] += "He helped to bring Citytv to the airwaves, the Stones to a SARS-struck Toronto, and wanted to bring a \"chunnel\" to North America from Asia , and, soon enough, people will be bringing their very best shots for him.";
arnews[2] += "
Publ.Date : Tue, 17 Nov 2009 23:00:31 GMT";
arnews[2] += "
";
arnews[3]="Coty signs Jagger's daughter as new face of Rimmel
";
arnews[3] += "Beauty company Coty has signed Jerry Hall and Mick Jagger's youngest daughter, Georgia May Jagger, as an ambassador for its make-up brand Rimmel London.";
arnews[3] += "
Publ.Date : Mon, 09 Nov 2009 15:55:28 GMT";
arnews[3] += "
";
arnews[4]="Coty retains JWT to 70 million Rimmel account
";
arnews[4] += "Coty, the international cosmetics company, has retained JWT to handle the A 70 million global advertising account for its Rimmel London range.";
arnews[4] += "
Publ.Date : Mon, 09 Nov 2009 15:55:22 GMT";
arnews[4] += "
";
arnews[5]="Steals & Deals: Bags, Babies Fare etc.
";
arnews[5] += "You want bags? We'll give you bags. Jessica Jensen's Holiday Sale is on today at The Gladstone Hotel .";
arnews[5] += "
Publ.Date : Sat, 07 Nov 2009 15:00:28 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("