function Copyright()
{
<!--
function y2k(number) { return (number < 1000) ? number + 1900 : number; }
var today = new Date();
var year = y2k(today.getYear());
var company = '<a target=_top href="http://www.jobs.as"><font color=#ffffff size=2><b>Jobs.as.</a>';
document.write('&copy; Copyright '+year+' '+company+' All Rights Reserved</font></b>');
//-->
}

//Get browser name
var nav=navigator.appName;
//Determine whether browser is Internet Explorer or Netscape
var ie=(nav.indexOf("Microsoft")!=-1);
var ns=(nav.indexOf("Netscape")!=-1);

//reloads the window if Nav4 resized
function MM_reloadPage(init) { 
if (init==true) with (navigator) {if ((appName=="Netscape")&&(parseInt(appVersion)==4)) {
document.MM_pgW=innerWidth; document.MM_pgH=innerHeight; onresize=MM_reloadPage; }}
else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH) location.reload();
}
MM_reloadPage(true);


//Disables right click in IE
//function nrcIE(){
//return false;
//}

//Disables right click in NS versions 4 and up
//function nrcNS(e){
//Check if mouse button pressed is the right one
//if(e.which==2 || e.which==3){
//return false;
//}
// }

//If browser is IE, set the right click event to don't show the context menu when clicking
//if(ie){
//document.oncontextmenu=nrcIE;
//}

//If browser is NS4, capture the right click event and set it to don't show the context menu when clicking
//if(ns){
//if(document.layers){
//document.captureEvents(Event.MOUSEDOWN);
//document.onmousedown=nrcNS;
//}

//If browser is NS6 capture the right click event and set it to don't show the context menu when clicking
//if(document.getElementById){
//document.onmouseup=nrcNS;
//}
// }

//Disable drag & drop
document.ondragstart=new Function("return false;");

//Disable text selecting and copy-paste functions
//document.onselectstart=new Function("return false;");

//Disables showing URL of links in status bar, it works by showing a custom message in the statusbar when the mouse is moving, you can customize the message to your own
document.onmousemove=new Function("window.status='JOBS Employment Board';");

//Disable printing of page
if(document.all) window.onbeforeprint=new Function("window.location='';");
