gallery = new Array(7);

gallery[0] = "http://www.lohanzone.com/pictures/thumbnails.php?album=44";
gallery[1] = "http://www.lohanzone.com/pictures/thumbnails.php?album=44";
gallery[2] = "http://www.lohanzone.com/pictures/thumbnails.php?album=46";
gallery[3] = "http://www.lohanzone.com/pictures/thumbnails.php?album=46";
gallery[4] = "http://www.lohanzone.com/pictures/thumbnails.php?album=49";
gallery[5] = "http://www.lohanzone.com/pictures/thumbnails.php?album=47";
gallery[6] = "http://www.lohanzone.com/pictures/thumbnails.php?album=45";


index = Math.floor(Math.random() * gallery.length);

var output = "<a onClick=\"this.href=FCx(this.href);\" href=\"" + gallery[index] + "\"><img src=\"http://www.lohanzone.com/featured-picture/" + index + ".jpg\" alt=\"Lindsay Featured Picture\" border=\"0\" WIDTH=\"275\" HEIGHT=\"198\"></a>";

document.write(output);
