function errmsg() {

	var txt='Dear customer thank you for your enquiry. One of our marketing executive will contact you soon !!!' ;
	$.prompt(txt);	
}
function errmsg1() {

	var txt='Dear customer You enter the wrong captcha code !!!' ;
	$.prompt(txt);
}
