// JavaScript Document

<!--
var copysrc="Copyright PvdH-IT, © 2011"
function click(e) {
if (document.all) {
if (event.button == 2) {
alert(copysrc);
return false;
}
}
if (document.layers) {
if (e.which == 3) {
alert(copysrc);
return false;
}
}
}
if (document.layers) {
document.captureEvents(Event.MOUSEDOWN);
}
document.onmousedown=click;
//-->

<!-- 
    if (top.location == self.location) {    //if page is not in its frameset
      top.location.href = "http://www.dorpsraadtienray.nl/redirect.asp" + "?" + window.location.href; 
    } 
//--> 


