	if (document.getElementById("ctl02_objRegistration_txtFirstName") != null)
	{
		document.getElementById("ctl02_objRegistration_txtFirstName").value = "Your Name...";
		document.getElementById("ctl02_objRegistration_txtFirstName").onclick=function() 
		
		{	
			if (document.getElementById("ctl02_objRegistration_txtFirstName").value == "Your Name...") 
		
			{ 
				
				document.getElementById("ctl02_objRegistration_txtFirstName").value = ""; 
			
			} 
		
		}
		
		document.getElementById("ctl02_objRegistration_txtFirstName").onblur=function()
		
		{	
		
			if (document.getElementById("ctl02_objRegistration_txtFirstName").value == "") 
			
				{ 
				
				document.getElementById("ctl02_objRegistration_txtFirstName").value = "Your Name..."; 
				
				} 
			
			
		}
		
	}
	
	if (document.getElementById("ctl02_objRegistration_txtEmailAddress") != null)
	{
		document.getElementById("ctl02_objRegistration_txtEmailAddress").value = "Email Address...";
		document.getElementById("ctl02_objRegistration_txtEmailAddress").onclick=function() 
		
		{	
			if (document.getElementById("ctl02_objRegistration_txtEmailAddress").value == "Email Address...") 
		
			{ 
				
				document.getElementById("ctl02_objRegistration_txtEmailAddress").value = ""; 
			
			} 
		
		}
		
		document.getElementById("ctl02_objRegistration_txtEmailAddress").onblur=function()
		
		{	
		
			if (document.getElementById("ctl02_objRegistration_txtEmailAddress").value == "") 
			
				{ 
				
				document.getElementById("ctl02_objRegistration_txtEmailAddress").value = "Email Address..."; 
				
				} 
			
			
		}
		
	}
	
	
	if (document.getElementById("ctl02_Contact1_txtFirstName") != null)
	{
		document.getElementById("ctl02_Contact1_txtFirstName").value = "Your Name...";
		document.getElementById("ctl02_Contact1_txtFirstName").onclick=function() 
		
		{	
			if (document.getElementById("ctl02_Contact1_txtFirstName").value == "Your Name...") 
		
			{ 
				
				document.getElementById("ctl02_Contact1_txtFirstName").value = ""; 
			
			} 
		
		}
		
		document.getElementById("ctl02_Contact1_txtFirstName").onblur=function()
		
		{	
		
			if (document.getElementById("ctl02_Contact1_txtFirstName").value == "") 
			
				{ 
				
				document.getElementById("ctl02_Contact1_txtFirstName").value = "Your Name..."; 
				
				} 
			
			
		}
		
	}
	
		if (document.getElementById("ctl02_Contact1_txtEmailAddress") != null)
	{
		document.getElementById("ctl02_Contact1_txtEmailAddress").value = "Email Address...";
		document.getElementById("ctl02_Contact1_txtEmailAddress").onclick=function() 
		
		{	
			if (document.getElementById("ctl02_Contact1_txtEmailAddress").value == "Email Address...") 
		
			{ 
				
				document.getElementById("ctl02_Contact1_txtEmailAddress").value = ""; 
			
			} 
		
		}
		
		document.getElementById("ctl02_Contact1_txtEmailAddress").onblur=function()
		
		{	
		
			if (document.getElementById("ctl02_Contact1_txtEmailAddress").value == "") 
			
				{ 
				
				document.getElementById("ctl02_Contact1_txtEmailAddress").value = "Email Address..."; 
				
				} 
			
			
		}
		
	}
		if (document.getElementById("ctl02_Contact1_txtMessage") != null)
	{
		document.getElementById("ctl02_Contact1_txtMessage").value = "Comments...";
		document.getElementById("ctl02_Contact1_txtMessage").onclick=function() 
		
		{	
			if (document.getElementById("ctl02_Contact1_txtMessage").value == "Comments...") 
		
			{ 
				
				document.getElementById("ctl02_Contact1_txtMessage").value = ""; 
			
			} 
		
		}
		
		document.getElementById("ctl02_Contact1_txtMessage").onblur=function()
		
		{	
		
			if (document.getElementById("ctl02_Contact1_txtMessage").value == "") 
			
				{ 
				
				document.getElementById("ctl02_Contact1_txtMessage").value = "Comments..."; 
				
				} 
			
			
		}
		
	}
	
