var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Jennifer Aniston Spied With Fries
";
arnews[0] += "Jennifer Aniston hit her favorite Hollywood hot spot this week, the bar at the Sunset Tower Hotel, where she met up with a male friend for - gasp! - french fries! Wearing jeans, a tank top and a scarf, the svelte actress ordered regular fries while her male companion opted for the truffle ones.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 19:00:00 GMT";
arnews[0] += "
";
arnews[1]="Same Same
";
arnews[1] += "Michael Moore vs the Establishment, Jennifer Aniston's heart breaks, teen vampires.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:38:01 GMT";
arnews[1] += "
";
arnews[2]="L'Oreal row takes the shine off Cheryl Cole's hair
";
arnews[2] += "Cheryl Cole, the singer with the luscious locks, is facing a bad hair day. Fans are accusing the X Factor judge of misleading them in a national advertising campaign for hair products.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 22:54:03 GMT";
arnews[2] += "
";
arnews[3]="John Mayer - John Mayer Slams Celebrity Musicians
";
arnews[3] += "John Mayer believes fame is a hindrance to making good music, and doesn't care if people dislike him.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 20:31:12 GMT";
arnews[3] += "
";
arnews[4]="John Mayer's sports car sadness
";
arnews[4] += "John Mayer bought a Ferrari because he was sad. The 'All We Ever Do Is Say Goodbye' singer admits his investment in the luxury sports car was \"ridiculous\", and represented a \"ticket out of the game\". He said: \"Nobody stopped me the day I was real sad - because you don't buy a Ferrari when you're happy; you buy a Ferrari when you're sad.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 17:00:00 GMT";
arnews[4] += "
";
arnews[5]="Ashton Kutcher Plays With The Paparazzi
";
arnews[5] += "When the paparazzi caught up with Ashton Kutcher in Los Angeles, he decided to have a little fun with them, shooting pictures of them with his camera phone.";
arnews[5] += "
Publ.Date : Sat, 21 Nov 2009 14:15:29 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("