function goURL(surl, div) {
	ColdFusion.navigate(surl, div);
}

function newsletter() {
	helpwin = window.open('newsletter.cfm', 'newsletter', 'width=300,height=200');
}

function jumpURL(urlValue) {
	location.href=urlValue;	
}