// JavaScript Document
	function pvp1Submit()
	
		{
			if(trim(document.getElementById("days2").value)==""){
			alert("Pleast select days.");
			return false;
		}

		return true;
	
	}
