function mailto()
{
	location.href = 'm' + 'a' + 'i' + 'l' + 't' + 'o' + ':' + 
	String.fromCharCode(115, 117, 112, 112, 111, 114, 116, 64, 99, 111, 108, 
101, 122, 104, 117, 46, 99, 111, 109);
;
}

/* Maile to info*/
function mailtoInfo()
{
	location.href = 'm' + 'a' + 'i' + 'l' + 't' + 'o' + ':' + 
	String.fromCharCode(105, 110, 102, 111, 64, 99, 111, 108, 
101, 122, 104, 117, 46, 99, 111, 109);
;
}

/* google Analytics */

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-274526-4']);
  _gaq.push(['_trackPageview']);

  (function() {
    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
  })();


