// JavaScript Document

function phonevalidation(entered, alertbox)
{
	if(entered.length < 10){
		

alert(alertbox);

	}
}
