$().ready(
	function()
	{
		$.ImageBox.init(
			{
				loaderSRC: 'images/imagebox/loading.gif',
				closeHTML: 'Close'
			}
		);
	}
);
