currentImage=1;	function showFeature(n){		if(n!=currentImage)currentImage=n;		for(i=1;i<=totalImages;i++){document.getElementById('feature_image_'+i).style.display='none';}		for(i=1;i<=totalImages;i++){document.getElementById('photoNav_'+i).className='photoNavOff';}		document.getElementById('photoNav_'+n).className='photoNavOn';		document.getElementById('feature_image_'+n).style.display='block';	}	function nextFeature(){		currentImage++;		if(currentImage>totalImages)currentImage=1;		showFeature(currentImage);		}	function previousFeature(){		currentImage--;		if(currentImage<1)currentImage=totalImages;		showFeature(currentImage);		}function shareFB(){	currentImage>1?currentImage="?i="+currentImage:currentImage="";	window.location='http://www.facebook.com/sharer.php?u='+encodeURIComponent(document.location+currentImage)+'&t='+encodeURIComponent(document.title);	}function shareTW(){	currentImage>1?currentImage="?i="+currentImage:currentImage="";	window.location='http://twitter.com/intent/tweet?text=Check+out+this+by+Mark+'+encodeURIComponent('#')+'Ovaska&url='+encodeURIComponent(document.location+currentImage);}  var _gaq = _gaq || [];  _gaq.push(['_setAccount', 'UA-1379730-3']);  _gaq.push(['_trackPageview']);  (function() {    var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;    ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';    var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);  })();
