var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="EastEnders 25th birthday special: We chat to Ian Beale aka actor Adam ...
";
arnews[0] += "Love him or hate him, Ian Beale is the only original EastEnders character left in Walford a quarter of a century on.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 00:00:00 GMT";
arnews[0] += "
";
arnews[1]="They skated into your hearts and these guest-starring roles
";
arnews[1] += "The Winter Olympics, which begin Friday on NBC, can be a springboard to fame and fortune.";
arnews[1] += "
Publ.Date : Mon, 08 Feb 2010 19:55:28 GMT";
arnews[1] += "
";
arnews[2]="Katie and Peter: Britain's best soap
";
arnews[2] += "WHAT'S your favourite 'doof doof'? That's the TV campaign the BBC is currently running to the 25th birthday of a certain well-known soap opera, based on the programme's famous cliffhanger drum beat.";
arnews[2] += "
Publ.Date : Fri, 05 Feb 2010 15:39:13 GMT";
arnews[2] += "
";
arnews[3]="On Jan. 22, 1973, the U.S. Supreme Court in its Roe v. Wade decision, legalized abortions
";
arnews[3] += "Today is Friday, Jan. 22, the 22nd day of 2010. There are 343 days left in the year.";
arnews[3] += "
Publ.Date : Tue, 26 Jan 2010 17:15:32 GMT";
arnews[3] += "
";
arnews[4]="Holidays on Earth Today: January 22, 2010
";
arnews[4] += "Independence Day, New Year Day, and Valentines and so on. Then there are strange and weird holidays that really have no meaning besides the mere purpose to have an excuse to celebrate something.";
arnews[4] += "
Publ.Date : Tue, 26 Jan 2010 12:20:12 GMT";
arnews[4] += "
";
arnews[5]="Actress Beverley Mitchell Gives to Haiti for her Birthday
";
arnews[5] += "Jan 25 2010 Former a oe7th Heavena and a oeSaw IIa actress Beverley Mitchell was spotted celebrating her 29th birthday with a crowd of family and friends at Hard Rock Hotel San Diegoa s hip 207 nightclub on Friday, January 23.";
arnews[5] += "
Publ.Date : Tue, 26 Jan 2010 07:49:39 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("