self.BethCoutinho = function()
{
	BethCoutinho.execute = function(url, config)
	{
		if (config == null) config = new Object();
		
		config.url = url;
		
		_ajax.execute(config);
	};
	
	var _ajax = new AJAX();
};

new BethCoutinho();