
	var hotText="Login";
	var URL="/Template.cfm?Section=General_Information&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>"); 

