var arnews = new Array(6);
totcount = 6;
rnd = 0;
document.title=document.title+ " ";
arnews[0]="MARILYN MONROE PHOTOS TO SELL AT AUCTION - New Kerala
";
arnews[0] += "The Some Like It Hot star was snapped by photographer Len Steckler as she visited poet Carl Sandburg in a New York apartment in December 1961. The blonde bombshell is depicted wearing pointed glasses and a short-sleeved dress, while sipping whiskey ...";
arnews[0] += "
Publ.Date : Wed, 10 Feb 2010 03:06:00 GMT";
arnews[0] += "
";
arnews[1]="Rare Marilyn Monroe pictures on sale - The Gaea Times
";
arnews[1] += "May 28th, 2009 WASHINGTON - Elvis Presley's pill bottles, Marilyn Monroe's mirror, and a store card owned by Marlon Brando are set to go under the hammer. Rare items of showbiz memorabilia will be auctioned in June at Planet Hollywood Resort and ...";
arnews[1] += "
Publ.Date : Sun, 07 Feb 2010 13:54:00 GMT";
arnews[1] += "
";
arnews[2]="Gallery: Marilyn Monroe, the sex symbol - canada.com
";
arnews[2] += "Actress Marilyn Monroe is shown in this December 1961 photo taken in New York City in this photo released to Reuters February 5, 2010. Photographer Len Steckler shot the black-and-white images of Monroe when she unexpectedly arrived at his apartment ...";
arnews[2] += "
Publ.Date : Thu, 04 Feb 2010 23:58:00 GMT";
arnews[2] += "
";
arnews[3]="Unearthed Marilyn Monroe photos go on sale - AZCentral.com
";
arnews[3] += "More new, old, never-before-seen shots of Marilyn Monroe have surfaced. Taken in a New York apartment nine months before she died, the photos were were unveiled Friday, after being held by photographer Len Steckler for 45 years. On a wintry afternoon ...";
arnews[3] += "
Publ.Date : Fri, 05 Feb 2010 21:20:00 GMT";
arnews[3] += "
";
arnews[4]="'Marilyn Monroe: The Visit' photographs with Carl Sandburg taken by ... - New York Daily News
";
arnews[4] += "Actress Marilyn Monroe is shown with poet Carl Sandburg in this December 1961 photo taken in New York City in this photo released to Reuters February 5, 2010. Photographer Len Steckler shot the black-and-white images of Monroe when she unexpectedly ...";
arnews[4] += "
Publ.Date : Mon, 08 Feb 2010 02:32:00 GMT";
arnews[4] += "
";
arnews[5]="New Marilyn Monroe photos go on sale - YAHOO!
";
arnews[5] += "The pictures, shot by photographer Len Steckler at his apartment in December 1961, had spent 45 years in a private archive. They show Monroe, aged 35 and only nine months from death, relaxing with Sandburg, a Pulitzer-prize wining poet. The four ...";
arnews[5] += "
Publ.Date : Fri, 05 Feb 2010 17:16: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("