<!-- BLOCK ERROR SCRIPT

function blockError(){return true;}
window.onerror = blockError;

function noRightClick() {
if (event.button==2) {
alert('GiselaArt.com  For all your party needs!')
}
}
document.onmousedown=noRightClick

// -->