function popUp(URL) {
	day = new Date();
	id = day.getTime();
	if(document.getElementById("EmailInput"))
	{
		var email= "&email=" + document.getElementById("EmailInput").value;
	}
	else
	{
		var email="";
	}
	eval("page" + id + " = window.open(URL + email, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=300,height=260,left = 573,top = 395');");
}
function writeJS(){
	var str='';
	str+='<a href="javascript:popUp(\'http:\/\/wellnessalternatives.com\/newsletter\/clients\/signup.php?source=\')"><\/a>';
	document.write(str);
}
