<!--// No rightclick script v.2.5// (c) 1998 barts1000// barts1000@aol.com// Don't delete this header!var message="Sorry, right-click-save is disabled on this site.\n\n All images and articles are Copyrighted \n © 2003-2004 by Christopher Stuck & Jill Johansen \n\n NOTICE: All Rights Reserved. Reproduction of images (or any \n parts of an image) or writings on this web site by any means \n (including electronic, mechanical, recording by an information \n storage and retrieval system, derivative art and artistic \n rendering) is prohibited without prior written consent from \n the creators. \n\n If you didn't create it, you don't own it. "; // Message for the alert box// Don't edit below!function click(e) {if (document.all) {if (event.button == 2) {alert(message);return false;}}if (document.layers) {if (e.which == 3) {alert(message);return false;}}}if (document.layers) {document.captureEvents(Event.MOUSEDOWN);}document.onmousedown=click;// -->