 function displaycode()
 {
   var msg = "OUR CODE OF CONDUCT\n\n"
           + "1. You will keep your password secure and not share it with anyone.\n" 
           + "2. You will not use obscenity or profanity in any postings.\n"
           + "3. You will not use the information provided on this site to solicit "
           +    "for any purpose or for any other unwanted contact.\n\n"
           + "Your login privileges will be revoked if you mess around with the above." ;
   alert(msg) ;
 }






