<head>
<script language="javascript">
function noRightClick() {
if (event.button==2) {
alert("You can get all of these graphics and more at Designer Ladys by clicking the link at the bottom of this page")
}
}
document.onmousedown=noRightClick
</script>
</head>