var arnews = new Array(5);
totcount = 5;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="...continue reading
";
arnews[0] += "Actress. Born Goldie Jeanne Hawn on November 21, 1945 in Washington, D.C. The daughter of a musician and an actress, Goldie Hawn began taking ballet and tap dancing lessons at age three.";
arnews[0] += "
Publ.Date : Sat, 21 Nov 2009 10:31:17 GMT";
arnews[0] += "
";
arnews[1]="Stephen King's Under The Dome Headed To TV
";
arnews[1] += "Stephen King's latest opus just came out , but it's already headed to the small screen.";
arnews[1] += "
Publ.Date : Sat, 21 Nov 2009 07:10:02 GMT";
arnews[1] += "
";
arnews[2]="Stephen King's Under the Dome headed to TV?
";
arnews[2] += "If you're intimidated by Stephen King's 1,000-plus page novel, \"Under the Dome,\" don't worry.";
arnews[2] += "
Publ.Date : Sat, 21 Nov 2009 06:41:32 GMT";
arnews[2] += "
";
arnews[3]="Stephen King and Steven Spielberg Go Under the Dome
";
arnews[3] += "According to Variety , Steven Spielberg and Stephen King are teaming up to bring the author's recent novel, \"Under the Dome,\" to the small screen.";
arnews[3] += "
Publ.Date : Sat, 21 Nov 2009 06:36:51 GMT";
arnews[3] += "
";
arnews[4]="Oprah's Empire Extends Beyond TV
";
arnews[4] += "Oprah Winfrey, who will end her tenure as host of 'The Oprah Winfrey Show' in 2011, has expanded her presence from television talk-show host to media queen over the past two decades.";
arnews[4] += "
Publ.Date : Sat, 21 Nov 2009 05:02:52 GMT";
arnews[4] += "
";
totcount = 5;
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("