function save_data(src)
{
	j.post("ajax/save_data.php", {email : j("#Email1").val(), validate : 1, source : src});
}