
	var hotText="Login";
	var URL="/InTechTemplate.cfm?Section=InTech_Home1&template=/security/login.cfm";
	document.write("<form action=\"" + URL + "\" method=\"post\" name=\"TopLoginForm\" style=\"display:inline;\">");
	document.write("<input type=\"hidden\" name=\"redirect\" value=\"" + window.location + "\">");
	document.write("<a href=\"#\" onclick=\"document.TopLoginForm.submit();\" class=\"login\">" + hotText + "</a>");
	document.write("</form>"); 

