//copyright
function copyright() {
   copyright=new Date();
   update=copyright.getFullYear();
   document.write("<font style='font-size:8pt;font-face=arial;color=#ffcc00'>Copyright © 2004-"+ update + "&nbsp;&nbsp;&nbsp;&nbsp;Flash Point</font>");
}

//webmaster email
function webmaster() {
   document.write("flash" + "point@flyball" + "dogs.com");
}

function webmasterHref() {
   document.write("<a href='mailto:flash" + "point@flyball" + "dogs.com?subject=Flash Point Flyball page'>");
}


//captain email
function teamCaptain() {
   document.write("flash" + "point@flyball" + "dogs.com");
}
