
// JavaScript Document
function copyRight() {
document.write (" Copyright &copy; 1995 - 2009 " );
}
