$(function() {
	// make the images seem like links
	$('featured_images').find('.featured_image').css('cursor', 'pointer');
	
	// preload the large images so they don't blink on click
	$.preloadImages(
		'bmg/bmgweb1.jpg',
		'bmg/bmgweb2.jpg',
		'bmg/bmgweb3.jpg',
		'bmg/bmgweb4.jpg',
		'bmg/goodsam1.jpg',
		'bmg/goodsam2.jpg',
		'bmg/chsli1.jpg',
		'bmg/chsli2.jpg',
		'bmg/chsli3.jpg',
		'brunswick/brunswick1.jpg',
		'brunswick/brunswick2.jpg',
		'brunswick/brunswick3.jpg',
		'brunswick/brunswick4.jpg',
		'imarc/massbio_1.jpg',
		'imarc/massbio_2.jpg',
		'imarc/nsar_1.jpg',
		'imarc/nsar_2.jpg',
		'imarc/nsar_3.jpg',
		'imarc/buckleys.jpg',
		'squeaky/sobe_ar_1.jpg',
		'squeaky/sobe_ar_2.jpg',
		'squeaky/invus_1.jpg',
		'squeaky/invus_2.jpg',
		'squeaky/invus_3.jpg',
		'freelance/alchemywerks_1.jpg',
		'freelance/alchemywerks_2.jpg',
		'freelance/goalspecific_1.jpg',
		'freelance/goalspecific_2.jpg',
		'freelance/gusa_1.jpg',
		'freelance/gusa_2.jpg',
		'freelance/lemongrass_1.jpg',
		'freelance/re_1.jpg',
		'freelance/re_2.jpg',
		'freelance/capbrewfest_1.png',
		'freelance/capbrewfest_1.png',
		'freelance/capbrewfest_2.png',
		'school/motogp_photo1.jpg',
		'school/motogp_photo2.jpg',
		'school/motogp_photo3.jpg',
		'school/ssm_1.jpg',
		'school/ssm_2.jpg',
		'school/shakeshakesite.jpg',
		'school/windham_photo1.jpg',
		'school/windham_photo2.jpg',
		'school/windham_photo3.jpg',
		'school/windham_photo4.jpg'
		);
	
	// switch large image on click
	$('.featured_images').find('.featured_image')
		.click(function() {
			$('.featured_images .featured_image.open').removeClass('open');
			$(this).addClass('open');

			// cap region brewfest //
			if ($(this).hasClass('capbrewfest_thumbnail1')) {
				$('.featured_images').find('.featured_large.capbrewfest')
					.hide()
					.attr('src', 'freelance/capbrewfest_1.png')
					.fadeIn('400')
			}
			if ($(this).hasClass('capbrewfest_thumbnail2')) {
				$('.featured_images').find('.featured_large.capbrewfest')
					.hide()
					.attr('src', 'freelance/capbrewfest_2.png')
					.fadeIn('400');
			}
			if ($(this).hasClass('capbrewfest_thumbnail3')) {
				$('.featured_images').find('.featured_large.capbrewfest')
					.hide()
					.attr('src', 'freelance/capbrewfest_3.png')
					.fadeIn('400');
			}

			// bmg web //
			if ($(this).hasClass('bmgweb_thumbnail1')) {
				$('.featured_images').find('.featured_large.bmgweb')
					.hide()
					.attr('src', 'bmg/bmgweb1.jpg')
					.fadeIn('400')
			}
			if ($(this).hasClass('bmgweb_thumbnail2')) {
				$('.featured_images').find('.featured_large.bmgweb')
					.hide()
					.attr('src', 'bmg/bmgweb2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('bmgweb_thumbnail3')) {
				$('.featured_images').find('.featured_large.bmgweb')
					.hide()
					.attr('src', 'bmg/bmgweb3.jpg')
					.fadeIn('400');
			}

			// chsli //
			if ($(this).hasClass('chsli_thumbnail1')) {
				$('.featured_images').find('.featured_large.chsli')
					.hide()
					.attr('src', 'bmg/chsli1.jpg')
					.fadeIn('400')
			}
			if ($(this).hasClass('chsli_thumbnail2')) {
				$('.featured_images').find('.featured_large.chsli')
					.hide()
					.attr('src', 'bmg/chsli2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('chsli_thumbnail3')) {
				$('.featured_images').find('.featured_large.chsli')
					.hide()
					.attr('src', 'bmg/chsli3.jpg')
					.fadeIn('400');
			}

			// good sam //
			if ($(this).hasClass('goodsam_thumbnail1')) {
				$('.featured_images').find('.featured_large.goodsam')
					.hide()
					.attr('src', 'bmg/goodsam1.jpg')
					.fadeIn('400')
			}
			if ($(this).hasClass('goodsam_thumbnail2')) {
				$('.featured_images').find('.featured_large.goodsam')
					.hide()
					.attr('src', 'bmg/goodsam2.jpg')
					.fadeIn('400');
			}
			
			// brunswick //
			if ($(this).hasClass('brunswick_thumbnail1')) {
				$('.featured_images').find('.featured_large.brunswick')
					.hide()
					.attr('src', 'brunswick/brunswick1.jpg')
					.fadeIn('400')
			}
			if ($(this).hasClass('brunswick_thumbnail2')) {
				$('.featured_images').find('.featured_large.brunswick')
					.hide()
					.attr('src', 'brunswick/brunswick2.jpg')
					.fadeIn('400')
			}
			if ($(this).hasClass('brunswick_thumbnail3')) {
				$('.featured_images').find('.featured_large.brunswick')
					.hide()
					.attr('src', 'brunswick/brunswick3.jpg')
					.fadeIn('400')
			}
			if ($(this).hasClass('brunswick_thumbnail4')) {
				$('.featured_images').find('.featured_large.brunswick')
					.hide()
					.attr('src', 'brunswick/brunswick4.jpg')
					.fadeIn('400')
			}

			

			// massbio //
			if ($(this).hasClass('massbio_thumbnail1')) {
				$('.featured_images').find('.featured_large.massbio')
					.hide()
					.attr('src', 'imarc/massbio_1.jpg')
					.fadeIn('400')
			}
			if ($(this).hasClass('massbio_thumbnail2')) {
				$('.featured_images').find('.featured_large.massbio')
					.hide()
					.attr('src', 'imarc/massbio_2.jpg')
					.fadeIn('400');
			}

			// nsar //
			if ($(this).hasClass('nsar_thumbnail1')) {
				$('.featured_images').find('.featured_large.nsar')
					.hide()
					.attr('src', 'imarc/nsar_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('nsar_thumbnail2')) {
				$('.featured_images').find('.featured_large.nsar')
					.hide()
					.attr('src', 'imarc/nsar_2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('nsar_thumbnail3')) {
				$('.featured_images').find('.featured_large.nsar')
					.hide()
					.attr('src', 'imarc/nsar_3.jpg')
					.fadeIn('400');
			}
			
			// nrf //
			if ($(this).hasClass('nrf_thumbnail1')) {
				$('.featured_images').find('.featured_large.nrf')
					.hide()
					.attr('src', 'imarc/nrf_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('nrf_thumbnail2')) {
				$('.featured_images').find('.featured_large.nrf')
					.hide()
					.attr('src', 'imarc/nrf_2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('nrf_thumbnail3')) {
				$('.featured_images').find('.featured_large.nrf')
					.hide()
					.attr('src', 'imarc/nrf_3.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('nrf_thumbnail4')) {
				$('.featured_images').find('.featured_large.nrf')
					.hide()
					.attr('src', 'imarc/nrf_4.jpg')
					.fadeIn('400');
			}

			// gusa //
			if ($(this).hasClass('gusa_thumbnail1')) {
				$('.featured_images').find('.featured_large.gusa')
					.hide()
					.attr('src', 'freelance/gusa_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('gusa_thumbnail2')) {
				$('.featured_images').find('.featured_large.gusa')
					.hide()
					.attr('src', 'freelance/gusa_2.jpg')
					.fadeIn('400');
			}

			// re //
			if ($(this).hasClass('re_thumbnail1')) {
				$('.featured_images').find('.featured_large.re')
					.hide()
					.attr('src', 'freelance/re_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('re_thumbnail2')) {
				$('.featured_images').find('.featured_large.re')
					.hide()
					.attr('src', 'freelance/re_2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('re_thumbnail3')) {
				$('.featured_images').find('.featured_large.re')
					.hide()
					.attr('src', 'freelance/re_3.jpg')
					.fadeIn('400');
			}

			// goal specific //
			if ($(this).hasClass('gs_thumbnail1')) {
				$('.featured_images').find('.featured_large.goalspecific')
					.hide()
					.attr('src', 'freelance/goalspecific_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('gs_thumbnail2')) {
				$('.featured_images').find('.featured_large.goalspecific')
					.hide()
					.attr('src', 'freelance/goalspecific_2.jpg')
					.fadeIn('400');
			}
			
			// alchemywerks //
			if ($(this).hasClass('aw_thumbnail1')) {
				$('.featured_images').find('.featured_large.aw')
					.hide()
					.attr('src', 'freelance/alchemywerks_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('aw_thumbnail2')) {
				$('.featured_images').find('.featured_large.aw')
					.hide()
					.attr('src', 'freelance/alchemywerks_2.jpg')
					.fadeIn('400');
			}
					
			// sobe adrenaline rush //
			if ($(this).hasClass('sobe_thumbnail1')) {
				$('.featured_images').find('.featured_large.sobe')
					.hide()
					.attr('src', 'squeaky/sobe_ar_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('sobe_thumbnail2')) {
				$('.featured_images').find('.featured_large.sobe')
					.hide()
					.attr('src', 'squeaky/sobe_ar_2.jpg')
					.fadeIn('400');
			}

			// invus //
			if ($(this).hasClass('invus_thumbnail1')) {
				$('.featured_images').find('.featured_large.invus')
					.hide()
					.attr('src', 'squeaky/invus_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('invus_thumbnail2')) {
				$('.featured_images').find('.featured_large.invus')
					.hide()
					.attr('src', 'squeaky/invus_2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('invus_thumbnail3')) {
				$('.featured_images').find('.featured_large.invus')
					.hide()
					.attr('src', 'squeaky/invus_3.jpg')
					.fadeIn('400');
			}

			// motogp //
			if ($(this).hasClass('motogp_thumbnail1')) {
				$('.featured_images').find('.featured_large.motogp')
					.hide()
					.attr('src', 'school/motogp_photo1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('motogp_thumbnail2')) {
				$('.featured_images').find('.featured_large.motogp')
					.hide()
					.attr('src', 'school/motogp_photo2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('motogp_thumbnail3')) {
				$('.featured_images').find('.featured_large.motogp')
					.hide()
					.attr('src', 'school/motogp_photo3.jpg')
					.fadeIn('400');
			}

			// windham //
			if ($(this).hasClass('windham_thumbnail1')) {
				$('.featured_images').find('.featured_large.windham')
					.hide()
					.attr('src', 'school/windham_photo1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('windham_thumbnail2')) {
				$('.featured_images').find('.featured_large.windham')
					.hide()
					.attr('src', 'school/windham_photo2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('windham_thumbnail3')) {
				$('.featured_images').find('.featured_large.windham')
					.hide()
					.attr('src', 'school/windham_photo3.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('windham_thumbnail4')) {
				$('.featured_images').find('.featured_large.windham')
					.hide()
					.attr('src', 'school/windham_photo4.jpg')
					.fadeIn('400');
			}

			// shake shake //
			if ($(this).hasClass('ssm_thumbnail1')) {
				$('.featured_images').find('.featured_large.ssm')
					.hide()
					.attr('src', 'school/ssm_1.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('ssm_thumbnail2')) {
				$('.featured_images').find('.featured_large.ssm')
					.hide()
					.attr('src', 'school/ssm_2.jpg')
					.fadeIn('400');
			}
			if ($(this).hasClass('ssm_thumbnail3')) {
				$('.featured_images').find('.featured_large.ssm')
					.hide()
					.attr('src', 'school/shakeshakesite.jpg')
					.fadeIn('400');
			}
		})

});

jQuery.preloadImages = function()
{
  for(var i = 0; i<arguments.length; i++)
  {
    jQuery("<img>").attr("src", arguments[i]);
  }
}