function copyProtect(warning)
{
	if(warning == "noAwanaTXT")
	{
		alert("Attention! The logo you are clicking is intellectual property of Awana Clubs International. Logos that are available for use by churches registered with Awana can be found on our clip art page at https://c.na3.visual.force.com/apex/clipart. ");
	}
	else
	{
		alert("The name Awana is a registered trademark. This logo graphic is a copyrighted image of Awana. Logos that are available for use by churches registered with Awana can be found on our clip art page at https://c.na3.visual.force.com/apex/clipart.");
		// window.location.href = "http://www.awana.org/";
	}
}