var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="Bid on Michael Jackson's "Swarovski Crystal Gemmed Stage Worn Socks" Tomorrow in Times Square
";
arnews[0] += "Also available : \"A painting of Charlie Chaplin done in the hand of Michael Jackson at the age of 9 years old,\" the acoustic guitar he played on the set of the The Wiz , \"chocolate from Jackson's wedding to Lisa Marie Presley,\" and other memorabilia of the same disturbingly bodily ilk.";
arnews[0] += "
Publ.Date : Fri, 20 Nov 2009 18:30:31 GMT";
arnews[0] += "
";
arnews[1]="Bid on Michael Jackson's 'Swarovski Crystal Gemmed Stage Worn Socks' Tomorrow in Times Square
";
arnews[1] += "Also available : \"A painting of Charlie Chaplin done in the hand of Michael Jackson at the age of 9 years old,\" the acoustic guitar he played on the set of the The Wiz , \"chocolate from Jackson's wedding to Lisa Marie Presley,\" and other memorabilia of the same disturbingly bodily ilk.";
arnews[1] += "
Publ.Date : Fri, 20 Nov 2009 18:17:32 GMT";
arnews[1] += "
";
arnews[2]="MyDNA Fragrance lets you smell like you or Marilyn Monroe
";
arnews[2] += "While each of us wishes to smell as uniquely as the next, ita s just possible that Chanel No.";
arnews[2] += "
Publ.Date : Fri, 20 Nov 2009 13:33:06 GMT";
arnews[2] += "
";
arnews[3]="Scientology shock
";
arnews[3] += "Actor Tom Cruise speaks at a Scientology conference / Picture via 'Gawker' video grab.";
arnews[3] += "
Publ.Date : Fri, 20 Nov 2009 06:37:34 GMT";
arnews[3] += "
";
arnews[4]="Father of Jackson accuser commits suicide
";
arnews[4] += "The father of a boy who accused Michael Jackson of sexual abuse has committed suicide.";
arnews[4] += "
Publ.Date : Thu, 19 Nov 2009 18:00:23 GMT";
arnews[4] += "
";
arnews[5]="Michael Jackson dies at L.A. hospital
";
arnews[5] += "MichaelA Jackson, the sensationally gifted child star who rose to become the \"King of Pop\" and the biggest celebrity in the world only to fall from his throne in a freakish series of scandals, died Thursday.";
arnews[5] += "
Publ.Date : Thu, 25 Jun 2009 07: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("