<!--
var message="PLEASE NOTE! This website and all content including images\ntext and testimonials contained within this\nsite are protected by copyright laws.\nUnauthorized use of our material is strictly prohibited.\nCopyright 2003-2008 by Organic-Skincare.com.";
function click(e) {
if (document.all) {
if (event.button==2||event.button==3) {
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;
// -->
