var arnews = new Array(7);
totcount = 7;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Agyness Deyn and James Franco get together - Osoblog.tv
";
arnews[0] += "Agyness Deyn has switched her love allegiance from pop stars to film stars. The British model who now lives in New York is said to be officially stepping out with Spider-Man star James Franco. As we reported last week , Agyness and James met at a New ...";
arnews[0] += "
Publ.Date : Thu, 28 Jan 2010 08:43:00 GMT";
arnews[0] += "
";
arnews[1]="Lucie Jones gets the X Factor in first modelling shots for top agency ... - Daily Mail
";
arnews[1] += "Her fresh-faced innocent appeal made valleys' girl Lucie Jones an instant favourite when she first auditioned for the X Factor. But just a few months later and the Welsh teenager has undergone a startling transformation. After being knocked out of ...";
arnews[1] += "
Publ.Date : Wed, 10 Feb 2010 01:40:00 GMT";
arnews[1] += "
";
arnews[2]="MOMSEN LANDS MODELLING DEAL - PR Inside
";
arnews[2] += "Momsen models the brand's upcoming spring/summer 2010 collection and fo= llows in the footsteps of supermodel Agyness Deyn and singer Lily Allen, = who designed her own clothing range for the store in 2007.";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 12:31:00 GMT";
arnews[2] += "
";
arnews[3]="Posh bob most popular haircut among British women - The Gaea Times
";
arnews[3] += "LONDON - A new survey of British women has revealed that Victoria Beckham’s sleek bob as the most popular haircut. The Head and Shoulders Nation’s Favourite Hairdresser survey showed that three quarters of 1,000 women polled picked Posh bob as ...";
arnews[3] += "
Publ.Date : Tue, 12 Jan 2010 09:24:00 GMT";
arnews[3] += "
";
arnews[4]="Taylor Momsen Lands Modelling Deal - TEENHOLLYWOOD.COM
";
arnews[4] += "Momsen models the brand's upcoming spring/summer 2010 collection and follows in the footsteps of supermodel Agyness Deyn and singer Lily Allen, who designed her own clothing range for the store in 2007.";
arnews[4] += "
Publ.Date : Thu, 04 Feb 2010 12:10:00 GMT";
arnews[4] += "
";
arnews[5]="Taylor Momsen's New Look - The Independent
";
arnews[5] += "Gossip Girl 's youngest actress Taylor Momsen has been tapped for the latest ads of UK retailer New Look. Following in the footsteps of fellow 'it girls' Pixie Geldof, Alexa Chung, and Agyness Deyn, Momsen's gig for New Look marks her first major ...";
arnews[5] += "
Publ.Date : Wed, 03 Feb 2010 16:07:00 GMT";
arnews[5] += "
";
arnews[6]="The Trend from Hell - Daily Beast
";
arnews[6] += "Does anyone actually look good in jeggings? Rebecca Dana on the evil spawn of jeans and leggings. I can’t feel my legs. We are now three seasons into the 21st century’s worst fashion trend, in which women suck, pull, and squeeze themselves into ...";
arnews[6] += "
Publ.Date : Thu, 14 Jan 2010 05:47:00 GMT";
arnews[6] += "
";
totcount = 7;
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("