<!--
// suppress javascript errors
  function stoperror(){return true}
  window.onerror=stoperror
// alert credit
  var msg = "© All content Copyright Exposure Photographics";
  if(document.layers) window.captureEvents(Event.MOUSEDOWN);
  function no_click(e){
    if (navigator.appName == 'Netscape' && ( e.which == 2 || e.which == 3))
 {
    alert(msg);return false;
 }
   if (navigator.appName == 'Microsoft Internet Explorer' && (event.button == 2 || event.button == 3))
 {
     alert(msg);return false;
 }
}
window.onmousedown=no_click;
document.onmousedown=no_click;
// Portions of this Web Page, including functionality, Copyright - Costa K  ck AT streamingmedia.org
//-->

