<!--
window.status="Bali Ice Carving produces world class crystal clear ice sculptures" 

message = "Bali Ice Carving 2008";  
function NRClick(b) {
   if(((navigator.appName=="Microsoft Internet Explorer")&&(event.button > 1))
   ||((navigator.appName=="Netscape")&&(b.which > 1))){
   alert(message);
   return false;
   }
}
document.onmousedown = NRClick;
// -->
