function widgetOpen()
{
	document.getElementById("ask-doctor").style.height = "202px";
}

function widgetClose()
{
	document.getElementById("ask-doctor").style.height = "31px";
}

function widgetTrack(params)
{
	var loc = document.location.href;
	
	submitGaTracking("/potc/nighttime/" + loc.substring(loc.indexOf("/en_US/consumer/") + 16) + "?" + params);
}