function SubmitSearch() {
location.href='/programs/share/l_search.asp?P=368&SS='+encodeURI(document.getElementById("SearchStr").value)+'&';}

function GotoNewsletter(){
window.location.href = 'https://www.mynewsletterbuilder.com/tools/subscription.php?username=stoned2000&action=main&email=' + window.document.getElementById('NewsletterEmail').value;
return false;
}

function AdditionalBodyJavascript(){
	if (top.topnav){top.topnav.document.getElementById("RightCell").innerHTML='<img hspace="0" src="/provider/0000/0368/images/702278584.jpg" align="right" border="0">';}
	document.Form1.onsubmit = CustomOnsubmit;

}
function CustomOnsubmit(){
	if (document.getElementById("NewsletterEmail").value != ''){
		GotoNewsletter();
		return false;
	}else{
		document.Form1.action="/programs/share/l_search.asp";
	}
}