/* Google Analytics 2011 .js */

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

/* Copyright (c) 2009 Alen Grakalic (http://cssglobe.com) */
$(document).ready(function(){	
	$("#slider").easySlider({
		auto: true, 
		continuous: true,
		numeric: true,
		speed: 1000,
		pause: 5000
	});
});

/* Copyright (c) 2010 Thomas Billenstein, http://thomasbillenstein.com/jTweetsAnywhere */
$(document).ready(function(){$('#twitter_feed').jTweetsAnywhere({username:'EvokeArtDesign',count:5});});

/* Removes ALL border links */
/* Bug – doesn't seem to work as external file */
$(document).ready(function() {
    $('a').has('img').css('border','none');
});
