﻿// JScript File

function noRightClick() {
if (event.button==2) {
alert('This page is copyright protected by GOVSNET LLC, You may not right mouse click this page.')
}
}
document.onmousedown=noRightClick