var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Make over your body in seconds
";
arnews[0] += "If you want to make over your body in seconds, the little trick lies in your posture.";
arnews[0] += "
Publ.Date : Tue, 09 Feb 2010 08:15:37 GMT";
arnews[0] += "
";
arnews[1]="Foolproof: Easy Celebrity Hairdos For Lazy Hair Days
";
arnews[1] += "We've all had those days when it's feels impossible to wake up in time to get your hair perfect.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 02:33:23 GMT";
arnews[1] += "
";
arnews[2]="Caught! Mischa Barton Alienates Fansa "Again
";
arnews[2] += "PopSugar BuzzSugar Today 1:12 PM PST by Ted Casablanca Ray Tamarra/Getty Images Mischa Barton was spotted getting her shop on at the L.A. Vintage Expo in Santa Monica, and it was a good thing, too.";
arnews[2] += "
Publ.Date : Mon, 08 Feb 2010 21:12:15 GMT";
arnews[2] += "
";
arnews[3]="The Kooks: 'We nearly split up'
";
arnews[3] += "The Kooks have revealed that they nearly split up following a series of arguments last year.";
arnews[3] += "
Publ.Date : Mon, 08 Feb 2010 14:49:33 GMT";
arnews[3] += "
";
arnews[4]="Josephine Baker: Black Hair Icon
";
arnews[4] += "Quite simply, she was the first. And the fact that her legacy shines bright 35 years after her passing, proves that she was the best.";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 13:54:40 GMT";
arnews[4] += "
";
arnews[5]="Pritchard had to Step Back from Barton 'Whirlwind'
";
arnews[5] += "The British rocker admits he had a good time with the former The O.C. s= tar, but disliked being caught up in her wild lifestyle when he saw his p= rivate life slapped across gossip columns.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 12:23:20 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("