// JavaScript Document
//This Script Prevents the user from stealing images off of the website-->
//If you are interested in any  of these images please contact WebImages@carlinwebdesign.com for a price-->
function click() {
if (event.button==2) {
alert('Sorry, right click has been disabled.')

}
}
document.onmousedown=click

