var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="'Beverly Hills 90210: Season Eight'
";
arnews[0] += "No one knew then that she would win the best actress Oscar twice , but before she attained movie stardom, Hilary Swank found steady employment for about half a year on this popular, Aaron Spelling-produced drama series.";
arnews[0] += "
Publ.Date : Tue, 24 Nov 2009 09:14:09 GMT";
arnews[0] += "
";
arnews[1]="Little Shows Online, Brought to You by ...
";
arnews[1] += "\"Garden Party\" with Jennie Garth is sponsored by Clorox's Hidden Valley Ranch salad dressings.";
arnews[1] += "
Publ.Date : Tue, 24 Nov 2009 02:08:13 GMT";
arnews[1] += "
";
arnews[2]="Paris Hilton On...Supernatural. Huh?
";
arnews[2] += "When I saw this, I was confused and had to check the calendar because I thought today might be April Fool's Day .";
arnews[2] += "
Publ.Date : Thu, 06 Aug 2009 07:00:00 GMT";
arnews[2] += "
";
arnews[3]="Facinelli refuses to be typecast
";
arnews[3] += "Actor Peter Facinelli is stubborn, especially when it comes to his work. When he was just starting out he refused to play any Italian-American roles, though his parents are from Italy.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 12:02:48 GMT";
arnews[3] += "
";
arnews[4]="Peter Facinelli's career is a pair o' docs
";
arnews[4] += "Actor Peter Facinelli is stubborn, especially when it comes to his work. When he was just starting out he refused to play any Italian-American roles, though his parents are from Italy.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 09:39:15 GMT";
arnews[4] += "
";
arnews[5]="Peter Facinelli isn't a doctor, he just plays one in 'Twilight' and 'Nurse Jackie'
";
arnews[5] += "Actor Peter Facinelli is stubborn, especially when it comes to his work. When he was just starting out he refused to play any Italian-American roles, though his parents are from Italy.";
arnews[5] += "
Publ.Date : Tue, 17 Nov 2009 08:00:00 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("