$(document).ready(function()
{

	$('.galleryLink').click(function(){ 
		$('#galleryImage').attr('src',$(this).attr('href').replace(/#/,''));
		$('.galleryNext').attr('href',$('#image-gallery-thumbs a[href=' + $(this).attr('href')  + ']').next().attr('href'));
	});
	if ( window.location.hash != '' )
	{
		$('#galleryImage').attr('src',window.location.hash.replace(/#/,''));
	}
	$('.media').media( {  width: 420, height: 345, params:{allowFullScreen:true}, bgColor:'#ffffff', flashVersion:'9', flashvars:{ plugins:'googlytics-1,hd-1',  backcolor:'ffffff', screencolor:'ffffff' } });		
	$.gaTracker('UA-7210865-1');			// showstudio/showstudio
	$.gaTracker('UA-7210865-1');			// the useful arts/showstudio
});