<!-- hide from old browsers

imgs = new Array(11);

imgs[0] = '<img src="images/dolls/calliope.jpg" width="278" height="450" alt="Calliope" border="0">';
imgs[1] = '<img src="images/dolls/egata.jpg" width="344" height="450" alt="Egata" border="0">';
imgs[2] = '<img src="images/dolls/innerpiece.jpg" width="280" height="450" alt="Inner Piece" border="0">';
imgs[3] = '<img src="images/dolls/notinourname.jpg" width="220" height="450" alt="Not in Our Name" border="0">';
imgs[4] = '<img src="images/spiritdolls/wearingyourheartonyoursleeve.jpg" width="200" height="375" alt="Wearing Your Heart on Your Sleeve" border="0">';
imgs[5] = '<img src="images/spiritdolls/voicesintheattic.jpg" width="200" height="375" alt="Voices in the Attic" border="0">';
imgs[6] = '<img src="images/spiritcats/gatoferalje1.jpg" width="350" height="375" alt="" border="0">';
imgs[7] = '<img src="images/spiritcats/smokey.jpg" width="350" height="375" alt="Smokey" border="0">';
imgs[8] = '<img src="images/voodoudolls/drawingdownthemoon.jpg" width="250" height="350" alt="Drawing Down the Moon" border="0">';
imgs[9] = '<img src="images/voodoudolls/freebird.jpg" width="250" height="350" alt="Free Bird" border="0">';
imgs[10] = '<img src="images/dolls/watchyourlanguage.jpg" alt="Watch Your Language" width="150" height="450" border="0">';

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

document.write(imgs[index]);

// stop hiding -->
