$(function() {
//BOF

// $('.ourWorkItem:odd').css({'margin-left': '8px', 'margin-right': '8px'});


		   $("#thumbs img").click(function(){
		   			   	
	   			$('.largeImage').attr('src', $(this).attr('src'));
   			          
		   });


    $('.homeHero').cycle({
		fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
	});


// EQUAL STORY HEIGHTS $("#storyContent .story, #profileContent .profile, .blogroll li").equalHeights();


//EOF
});
