DataProcessor = function()
{

}

DataProcessor.Root = function()
{
	this.Contact = function()
	{
	
	return (this);
}

InitProcessor = function()
{
	function contactAspx()
	{
		with(_includes){callback=InitProcessor;}if(!_includes.allLoaded()){_includes.load();return;}
	}
	return (this);
}

	switch($.url().filename().toString())
	{
		case"contact.aspx":contactAspx();break;
	}

	return;
}

$(document).ready(InitProcessor);