// JavaScript Document

<!--EmailCoder Encryptor-->

<!--For help with this code go to-->
<!--http://www.TalkFrontPage.com/index.php-->


<!--

function emailcoder(){
 var a,b,c,d,e,f,g,h,i
 a='<a href=\"mai'
 b='lthibault'
 c='\">'
 a+='lto:'
 b+='@'
 e='</a>'
 f='email us'
 b+='cogeco.ca'
 g='<img src=\"'
 h=''
 i='\" alt="Contact Us." border="0">'

 if (f) d=f
 else if (h) d=g+h+i
 else d=b

 document.write(a+b+c+d+e)
}

emailcoder()

//-->


<!--End EmailCoder Encryptor-->

