
<!-- Begin
function right(e) {
if (navigator.appName == 'Netscape' && 
(e.which == 3 || e.which == 2)) {
alert("Copyright 2006: WARNING ! All content contained within this site is protected by copyright laws. Design & code development contained within this site is the intellectual property of and owned by Nu Breeze Tech. Design of the graphical images contained within this site is the intellectual property of and owned by Design Addictions cc. 0842089766 / +27 (021) 5578706. Unauthorized use of all web site material is strictly prohibited and will be defended in a Court of Law.");
return false;
}
else if (navigator.appName == 'Microsoft Internet Explorer' && 
(event.button == 2 || event.button == 3)) {
alert("Copyright 2006: WARNING ! All content contained within this site is protected by copyright laws. Design & code development contained within this site is the intellectual property of and owned by Nu Breeze Tech. Design of the graphical images contained within this site is the intellectual property of and owned by Design Addictions cc. 0842089766 / +27 (021) 5578706. Unauthorized use of all web site material is strictly prohibited and will be defended in a Court of Law.");
return false;
}
return true;
}

//-->


