var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Kevin Alejandro details 'True Blood' role
";
arnews[0] += "This article contains spoilers that some readers may prefer to avoid. Please click here if you wish to continue.";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 11:29:50 GMT";
arnews[0] += "
";
arnews[1]="The Best TV of 2009
";
arnews[1] += "True Blood, HBO's sexy vampire drama, was one of the best shows of 2009. Photograph by: HBO, HBO No two people's \"best of'' lists are even going to be the same.";
arnews[1] += "
Publ.Date : Tue, 09 Feb 2010 23:28:34 GMT";
arnews[1] += "
";
arnews[2]="Anna and Stephen Take Their Exercise Together
";
arnews[2] += "Anna Paquin and Stephen Moyer were together Sunday for a couple's workout in LA.";
arnews[2] += "
Publ.Date : Tue, 09 Feb 2010 12:00:00 GMT";
arnews[2] += "
";
arnews[3]="The couple that works out together
";
arnews[3] += "Katherine Jackson: 'Murray is a monster' Clinton's son found dead Federline ready to wed again Hefner sued by Playboy shareholder Stern confirms Idol gossip Barrymore to remake Charlie's Angels Katherine Jackson: 'Murray is a monster' Clinton's son found dead Federline ready to wed again Hefner sued by Playboy shareholder Stern confirms Idol gossip ...";
arnews[3] += "
Publ.Date : Tue, 09 Feb 2010 08:33:10 GMT";
arnews[3] += "
";
arnews[4]="Jacko death: Not guilty plea
";
arnews[4] += "SUSPICIOUS CIRCUMSTANCES: Doctor Conrad Murray, the late Michael Jackson's personal physician, sits in court during his arraignment at the Los Angeles Superior Court.";
arnews[4] += "
Publ.Date : Tue, 09 Feb 2010 04:19:38 GMT";
arnews[4] += "
";
arnews[5]="What the Kiwi gossip mags say
";
arnews[5] += "VEGETABLE DIET: Kiwi celeb Joe Cotton says she has gained seven kilograms since her wedding a year ago, thanks to a vegan diet.";
arnews[5] += "
Publ.Date : Mon, 08 Feb 2010 17:49:18 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("