/* 

Jenco Bootup Script
v. 1.0

last mod: 7-22-09
by: Mark

*/

$(document).ready(function(){

	$('#main-graphic ul').innerfade({ speed: 'slow', timeout: 4000, type: 'sequence', containerheight: '303px' });
	
	$('a.shadowbox').each(function() {
		//gallery = $(this).children('img').attr('alt');
		$(this).attr('rel','shadowbox[tour]');
	});
	
	if ($('#project-photos, a.shadowbox').length > 0 ) {
		/*$('#project-photos').masonry();*/
		Shadowbox.init();
	}
	
});