var formatSplitter = "/";
var monthFormat = "mmm";
var yearFormat = "yy";



function trim(stringToTrim) 
{
	return stringToTrim.replace(/^\s+|\s+$/g,"");
}
	function check()
	{
	if(trim(document.form2.videoCountry.value)=="")
	{
		alert('Enter any country');
		document.form2.videoCountry.value="";
		return false;
	}
	}


	function trim(stringToTrim) 
{
	return stringToTrim.replace(/^\s+|\s+$/g,"");
}
	function check1()
	{
	if(trim(document.form3.videoState.value)=="")
	{
		alert('Enter any state');
		document.form3.videoState.value="";
		return false;
	}
	}
	
	
	
	
	
	
	function preloader() 

{

newImage = new Image(); 

newImage.src = "(images/gradient.jpg, images/sub_menu.jpg)";

}
