// JavaScript Document
var myURL;
if (location.hostname == "test.proscon.com") {
	myURL = "http://test.proscon.com/"
}
if (location.hostname == "qa.proscon.com") {
	myURL = "http://qa.proscon.com/"
}
if (location.hostname == "www.proscon.com" || location.hostname == "search2.rockwellautomation.com" || location.hostname == "search1.rockwellautomation.com" || location.hostname == "search.rockwellautomation.com") {
	myURL = "http://www.proscon.com"
}

document.write("<table border='0' cellpadding='0' cellspacing='0' align='center' id='footer'>");
document.write("<tr valign=top'>");
document.write("<td width='250' align='center' nowrap class='logos'><a href='http://www.iei.ie/' target='_blank'><img src="+ myURL + "/lib/images/eilogo-small.gif width=90 height=51 style='margin-left:24px'></a><a href='http://www.nsai.ie/' target='_blank'><img src="+ myURL + "/lib/images/nsai9001.gif width=42 height=50 hspace=10></a></td>");
document.write("<td width='80%' align='center' nowrap>IDA Business Park, Carrigtohill, Co. Cork, Ireland<br>");
document.write("<span class='red'>Tel:</span> +353 (0) 21 2332100 <span class='medgray'>|</span> <span class='red'>Fax:</span> +353 (0) 21 2332195 <span class='medgray'>|</span> <span class='red'>Email:</span> <a href='mailto:Info@proscon.com'>Info@proscon.com</a><br>");
document.write("<p><strong>");
document.write("Copyright &#169; ");
	var now = new Date();
	var num = now.getFullYear();
document.write((num) );
document.write(" ProsCon, A Rockwell Automation Company");
document.write("</strong>");
document.write("</p></td>");
document.write("</tr></table>");