<!-- hide from old browsers

imgs = new Array(6);

imgs[0] = '<img src="atcs/art4peace.jpg" width="250" height="350" alt="" border="0">';
imgs[1] = '<img src="atcs/awomanalone.jpg" width="250" height="350" alt="" border="0">';
imgs[2] = '<img src="atcs/handsmade.jpg" width="250" height="350" alt="" border="0">';
imgs[3] = '<img src="atcs/lameduse.jpg" width="250" height="350" alt="" border="0">';
imgs[4] = '<img src="atcs/pink.jpg" alt="" width="250" height="350" border="0">';
imgs[5] = '<img src="atcs/dryrun.jpg" width="250" height="350" alt="" border="0">';

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

document.write(imgs[index]);

// stop hiding -->
