var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="ER hearthrob abandons baby says mum
";
arnews[0] += "The mum of ER TV heartthrob Goran Visnjic's baby has accused of the star of stopping support payments to their daughter.";
arnews[0] += "
Publ.Date : Mon, 16 Nov 2009 22:38:40 GMT";
arnews[0] += "
";
arnews[1]="Celebrity birthdays on Nov. 15
";
arnews[1] += "People's Court judge Joseph Wapner is 90. Actor Ed Asner is 80. Actor Yaphet Kotto is 70.";
arnews[1] += "
Publ.Date : Sun, 15 Nov 2009 09:00:00 GMT";
arnews[1] += "
";
arnews[2]="London Cloud, Rock Hudson, United Airlines, Annise Parker
";
arnews[2] += "Architectural \"cloud\" proposed in London . America's Next Top Model 's Miss J is the father of a 7-year-old boy : \"A French lesbian had asked if we would be sperm donors.";
arnews[2] += "
Publ.Date : Wed, 11 Nov 2009 23:15:00 GMT";
arnews[2] += "
";
arnews[3]="Amber Valletta's Latest Role? Honorary Board Member of the International Fund for Animal Welfare
";
arnews[3] += "Actress Amber Valletta is lending a hand to the International Fund for Animal Welfare , one of the world's leading international animal welfare organizations, by becoming a member of its Honorary Board of Directors.";
arnews[3] += "
Publ.Date : Tue, 10 Nov 2009 21:46:48 GMT";
arnews[3] += "
";
arnews[4]="IFAW Casts Broadway Legend Hal Prince as Honorary Board Member
";
arnews[4] += "Legendary Broadway director Hal Prince has joined the International Fund for Animal Welfare , one of the world's leading international animal welfare organizations, as an Honorary Board Member.";
arnews[4] += "
Publ.Date : Tue, 10 Nov 2009 21:46:43 GMT";
arnews[4] += "
";
arnews[5]="Goran Visnjic Is One Of Mike Mills' Beginners
";
arnews[5] += "As reported by Variety , ER 's Goran Visnjic will join Ewan McGregor, Melanie Laurent and Christopher Plummer in Mike Mills' Beginners , described as an \"indie drama\" for Olympus Pictures and Parts and Labor.";
arnews[5] += "
Publ.Date : Mon, 09 Nov 2009 23:03: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("