// JavaScript Document
/*          This Is Frame Breaking Code      */
if (top != self)  {top.location = self.location}

/*          This Auto-Updates the Copyright Date in the Footer      */
function copyrightDate(){
wriYr = new Date
var doYr = wriYr.getFullYear()
document.write("<B>&copy 1999 - " + doYr + "</B>")
}