function copyright() { 
var htm = ""
htm+="<p id='copyright'>"
htm+="(C) 2008 Reflex Inc. All Rights Reserved."
htm+="</p>"
document.write(htm)
}
