$(function(){


	var hash = window.location.hash.substr(1);
	var href = $('a').each(function(){
		var href = $(this).attr('href');
				var where = $(this).attr('test');
				//alert(where);
		if(hash==href.substr(0,href.length-5)){
			var toLoad = hash+'.html';
			$('#content').load(toLoad)
		}                                           
	});




	$("#home #testimonial").cycle({
		fx:     'fade', 
		speed:  'fast', 
		timeout: 4200,
		cleartypeNoBg: true
	});
	
	$(".category-portfolio #portfolio-navigation").tabs("div.item", {event:'mouseover'});
	
	
	
	
	
	
	
	
	
	
	
});


	  var _gaq = _gaq || [];
	  _gaq.push(['_setAccount', 'UA-6359273-26']);
	  _gaq.push(['_setDomainName', 'punchlineunlimited.com']);
	  _gaq.push(['_setLocalRemoteServerMode']);
	  _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);
	  })();













