// JavaScript Document


function signup()
{
	window.open("newsletter.html","newsletter","width=300,height=360");	
}

