// JavaScript Document

function copyRight(){
cName =" Mobapronet, Inc.";
myDate = new Date();
thisYear = myDate.getUTCFullYear();
document.write("Copyright (C) " + thisYear + cName + " All Rights Reserved.");
}

function rollOver(obj,val) { 
	obj.src = val;
}