<!-- hide from old browsers

imgs = new Array(6);

imgs[0] = '<img src="jeanneminnix/i/crowsnest.jpg" alt="CROW\'S NEST &copy;Jeanne Minnix" width="341" height="380" border="0">';
imgs[1] = '<img src="jeanneminnix/i/ninasdesire.jpg" width="450" height="364" alt="NINA\'S DESIRE &copy;Jeanne Minnix" border="0">';
imgs[2] = '<img src="jeanneminnix/i/morescaredthanme.jpg" alt="MORE SCARED THAN ME &copy;Jeanne Minnix" width="450" height="387" border="0">';
imgs[3] = '<img src="jeanneminnix/i/pecans.jpg" alt="PECANS &copy;Jeanne Minnix" width="450" height="336" border="0">';
imgs[4] = '<img src="jeanneminnix/i/spiritual-warrior.jpg" alt="SPIRITUAL WARRIOR &copy;Jeanne Minnix" width="193" height="380" border="0">';
imgs[5] = '<img src="jeanneminnix/i/littleboy.jpg" alt="LITTLE BOY &copy;Jeanne Minnix" width="339" height="380" border="0">';


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

document.write(imgs[index]);

// stop hiding -->