<!-- hide from old browsers

imgs = new Array(10);

imgs[0] = '<img src="i/alive-again.jpg" alt="ALIVE AGAIN &copy;Jeanne Minnix" width="193" height="380" border="0">';
imgs[1] = '<img src="i/endenter.jpg" alt="END ENTER &copy;Jeanne Minnix" width="222" height="380" border="0">';
imgs[2] = '<img src="i/littleboy.jpg" alt="LITTLE BOY &copy;Jeanne Minnix" width="339" height="380" border="0">';
imgs[3] = '<img src="i/ninasdesire.jpg" alt="NINA\'S DESIRE &copy;Jeanne Minnix" width="450" height="364" border="0">';
imgs[4] = '<img src="i/pecans.jpg" alt="PECANS &copy;Jeanne Minnix" width="450" height="336" border="0">';
imgs[5] = '<img src="i/yourefired.jpg" alt="YOU\'RE FIRED &copy;Jeanne Minnix" width="371" height="380" border="1">';
imgs[6] = '<img src="i/psychologicallybleeding.jpg" alt="PYSCHOLOGICALLY BLEEDING &copy;Jeanne Minnix" width="229" height="380" border="1">';
imgs[7] = '<img src="i/poetry.jpg" alt="POETRY &copy;Jeanne Minnix" width="372" height="380" border="0">';
imgs[8] = '<img src="i/newmexicorumi.jpg" width="450" height="383" alt="NEW MEXICO RUMI &copy;Jeanne Minnix" border="0">';
imgs[9] = '<img src="i/treasuredwound.jpg" alt="TREASURED WOUND &copy;Jeanne Minnix" width="219" height="380" border="1">';


index = Math.floor(Math.random() * imgs.length);

document.write(imgs[index]);

// stop hiding -->
