// Links to the appropriate login page from the transaction link

function link2Login(vthis)
{
    	var shost = vthis.hostname;
	// Parse out web for internal sites i.e. vtwebt0	
	var env = shost.substring(2,5);

	if (env.toUpperCase() == 'WEB') {
		href='http://' + shost + '/secure'
    	} else {
		href='https://' + shost + '/secure'
	}	
	return href;
}
<!--onMouseOutChange is used as the replacement value when hovering over certain links.  The value is displayed at the top of the web page.-->
<!--
var onMouseOutChange = "<font color='006699' size='medium'>HP Enterprise Services invites you to participate in the 2011 Annual Provider Survey! The 2011 survey can be accessed by clicking the information link located at the top of the VT Medicaid Portal.</font>&nbsp;";
function change(html){description.innerHTML=html}

//-->

<!-- -->
