// javascript event launcher
// written by brandon burkett for elementalblend
// may 1, 2006

// jquery launcher
$(document).ready(function()
{
	// if file included
	if(typeof formValidate != "undefined")
	{
		formValidate.init();
	}

	if(typeof blendInputFX != "undefined")
	{
		blendInputFX.init();
	}

	if(typeof password != "undefined")
	{
		password.init();
	}
});
