function mailingListSignUp() {
	
	window.open('/mailing_list.php', 'mailing_list', 'width=440px, height=336px, toolbar=no, location=no ');
	
}