GIF89a php
Current File : /home/hencockfreshchic/public_html/js/updateProfile.js
function updateProfile(theForm){
	var image=$("#image").val();
	if(image=="")
	{
		alert("Select profile image");
		$("#image").focus();
		return false;
	}
}