/*Google analytics tracking Code*/
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
try {
var pageTracker = _gat._getTracker("UA-9472691-1");
pageTracker._trackPageview();
} catch(err) {}

/*Ofuscate E-mail Address*/
function email(string1, string2, string3)
{
	var string4 = string1 + "@" + string2 + "." + string3;
	document.write("<a href=" + "mail" + "to:" + string4 + ">" + string4 + "</a>");
}
function jobemail(string1, string2, string3)
{
	var string4 = string1 + "@" + string2 + "." + string3;
	document.write("<a href=" + "mail" + "to:" + string4 + ">" + "&nbsp;" + "</a>");
}

/* External links confirmation */
function link_confirm(url)
{ var move_on=confirm("Thank you for your patience, you are being directed to our conference site.");
if (move_on==true)
  {
  window.open(url);
  }
else
  {
  return 0;
  }
} 


