function autoPlay() {
myLightbox.start(document.getElementById("superStars2010"));
}
setTimeout("autoPlay()", 1000);

