var arnews = new Array(6);
totcount = 2;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Lucie's got the SeX Factor - The Sun
";
arnews[0] += "She is part of the new faces team which kick started the careers of Agyness Deyn, Lily Donaldson, Stella Tennant, Daisy Lowe and Paul Sculfor. Girl-next-door ... Lucie on the X Factor Head of new faces at Select, Susannah Hooker, said of Lucie: \"She ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 14:33: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] += "
";
totcount = 2;
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("