var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Art for bark's sake: felt Fidos go walkies as stars go to the dogs
";
arnews[0] += "BRAD Pitt's been on the phone trying to snap one up for his children. Rocker Pete Townshend has one on his desk and London fashion designers think they are adorable.";
arnews[0] += "
Publ.Date : Sun, 22 Nov 2009 04:17:53 GMT";
arnews[0] += "
";
arnews[1]="Newsflash: It's Great
";
arnews[1] += "Russell Crowe stars as a steely reporter getting the goods on a corrupt politician in this impressive thriller.";
arnews[1] += "
Publ.Date : Sun, 22 Nov 2009 03:37:41 GMT";
arnews[1] += "
";
arnews[2]="In search of the perfect diva
";
arnews[2] += "PRETENDERS OR CONTENDERS?: Taylor Swift, left, has a voice that polarizes listeners; Leona Lewis has the pipes, but some say her chilly persona is off-putting. Everyone knows that Taylor Swift can't sing.";
arnews[2] += "
Publ.Date : Sun, 22 Nov 2009 03:21:11 GMT";
arnews[2] += "
";
arnews[3]="Do you prefer gossiping to the gym? Well, being bad is good for you..
";
arnews[3] += "Whether it's skipping a spinning class to slob out on the sofa or having a good gossip when you should be working, we all have our naughty moments.";
arnews[3] += "
Publ.Date : Sun, 22 Nov 2009 02:50:50 GMT";
arnews[3] += "
";
arnews[4]="Previous 2 days
";
arnews[4] += "Atari announces a two-week open beta for Star Trek Online will commence on January 12 and that signups for the test are now being accepted for Cryptic's Trekkie MMORPG on the Star Trek Online Website on a first-come, fist served basis.";
arnews[4] += "
Publ.Date : Sun, 22 Nov 2009 01:09:45 GMT";
arnews[4] += "
";
arnews[5]="Oscar voters wrestle with best actor choice
";
arnews[5] += "After 15 years in the movie wilderness, Mickey Rourke could crown his comeback with a coveted best actor Oscar on Sunday.";
arnews[5] += "
Publ.Date : Sun, 22 Nov 2009 01:00:22 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("