/* Google Analytics 2011 .js */

var _gaq = _gaq || [];
  _gaq.push(['_setAccount', 'UA-3600259-5']);
  _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);
  })();

/* jTweetsAnywhere v1.2.1 ~ Copyright (c) 2010 Thomas Billenstein */
$(document).ready(function(){
	$('#twitter_feed').jTweetsAnywhere({
		username: 'epicawards',
	    count: 5,
	    showTweetFeed: {
	    	showProfileImages: true,
	    	expandHovercards: true,
	        showSource: true
	    }
	});
});

/* Easy Slider 1.7 ~ Copyright (c) 2009 Alen Grakalic (http://cssglobe.com) */
$(document).ready(function(){	
	$('#slideshow').easySlider({
		auto: true, 
		continuous: true,
		numeric: true,
		speed: 1000,
		pause: 8000
	}); 
	$('#slideshow_02').easySlider({
		numeric: true,
		numericId: 'controls_02'
	});
});

