﻿$(function(){
	//	Footer 'contact' link initializer
	$('#footContact, #promoContact').attr('href', '/contact.asp');
	Shadowbox.init({});
	
	//	Gallery lightbox initializer
	$('#galleryWrapper .gallery').each(function(){
		$(this).children('a').lightBox();;
	});
});

