onload = function()
{
	// Image Loop
	ExplodeLoopStart( '.imageExplode' );
};

// DOM Load
$(function()
	{
		// LightBox
		$('.lightbox a:has(img)').lightBox(
			{
				imageLoading:	'/library/593',
				imageBtnClose:	'/library/594',
				imageBtnPrev:	'/library/595',
				imageBtnNext:	'/library/596',
				imageBlank:	'/library/597',
				txtImage : 	'Mynd',
				txtOf : 		'af'
			}
		);

		$('#content form').validate();
	}
)