jQuery(document).ready(function($)
{
	window.alert = function(message)
	{
		$.alerts.alert(message, HUT_FANCY_ALERTS_MSG_ALERT);
	};
}); 