<!--
function downloading() {
if (event.button==2) {
alert('Copyright © 2003-2009 Labrys Web Designs');
}
}
document.onmousedown=downloading;

-->