/********************CREATE EMAILS BEGING********************/

var a,b,c,d,e,f,g,h,i

function print_email_us(){
   a='<a href=\"mai'
   b='hr' //this variable contains the ADDRESSEE
   c='\">'
   a+='lto:'
   b+='@'
   e='</a>'
   f='email us'
   b+='imperative.net'//this variable contains the MAIL HOST
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}

function print_info(){
   a='<a href=\"mai'
   b='info' //this variable contains the ADDRESSEE
   c='\">'
   a+='lto:'
   b+='@'
   e='</a>'
   f='info'
   b+='imperative.net'//this variable contains the MAIL HOST
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}

function print_billing(){
   a='<a href=\"mai'
   b='billing' //this variable contains the ADDRESSEE
   c='\">'
   a+='lto:'
   b+='@'
   e='</a>'
   f='billing'
   b+='imperative.net'//this variable contains the MAIL HOST
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}

function print_submit_resume(){
   a='<a href=\"mai'
   b='hr' //this variable contains the ADDRESSEE
   c='\">'
   a+='lto:'
   b+='@'
   e='</a>'
   f='Submit your resume >>'
   b+='imperative.net'//this variable contains the MAIL HOST
	 b+='?subject=Web Resume Submission'
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}

function print_submit_resume2(){
   a='<a href=\"mai'
   b='hr' //this variable contains the ADDRESSEE
   c='\">'
   a+='lto:'
   b+='@'
   e='</a>'
   f='Send us your resume via email.'
   b+='imperative.net'//this variable contains the MAIL HOST
	 b+='?subject=Web Resume Submission'
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}

function print_referral(){
   a='<a href=\"mai'
   b='hr' //this variable contains the ADDRESSEE
   c='\">'
   a+='lto:'
   b+='@'
   e='</a>'
   f='Email us >>'
   b+='imperative.net'//this variable contains the MAIL HOST
	 b+='?subject=Talent Referral'
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}

function print_jeff(){
   a='<a href=\"mai'
   b='jeffrey.hannan' //this variable contains the ADDRESSEE
   c='\"> '
   a+='lto:'
   b+='@'
   e='</a>'
   f='Jeffrey Hannan'
   b+='imperative.net'//this variable contains the MAIL HOST
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}

function print_eric(){
   a='<a href=\"mai'
   b='eric.strelneck' //this variable contains the ADDRESSEE
   c='\">'
   a+='lto:'
   b+='@'
   e='</a>'
   f='Eric Strelneck '
   b+='imperative.net'//this variable contains the MAIL HOST
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}

function print_rob(){
   a='<a href=\"mai'
   b='rob.jones' //this variable contains the ADDRESSEE
   c='\"> '
   a+='lto:'
   b+='@'
   e='</a>'
   f='Rob Jones'
   b+='imperative.net'//this variable contains the MAIL HOST
   g='<img src=\"'
   h=''
   i='\" alt="" border="0">'
  
   if (f) d=f
   else if (h) d=g+h+i
   else d=b
  
   document.write(a+b+c+d+e)
}


/********************CREATE EMAILS END********************/