function contact1(){
 var s=""
 var x=prompt('Please enter your client code','');
 if (x=="666"){
  s+="\nC O N T A C T   I N F O R M A T I O N \n";
  s+="\n______________________________________\n\n";
  s+="I try to be as available as possible.  But sometimes I am hard to reach so I try to offer as much availability as possible.\n";
  s+="\n\nPrimary number: (913)-649-2357 \n"
  s+="Other ways to reach me: \n";
  s+="(913)-649-2054  \n";
  s+="Alternate email:  matthew@kcwebsites.com  \n";
  s+="matthew@kcinter.net \n";
  s+="matthew87654321@yahoo.com  \n\n";
  s+="Pager Number: Coming soon.  \n";
  s+="Thank you."  
  s+="\n______________________________________\n\n";
  alert(s); 
  }else{
 ///do nothing. who cares
 }
}


