/* 
* Skeleton V1.0
* Created by Dave Gamache
* www.getskeleton.com
* 5/15/2011
*/

$(document).ready(function() {
	
	$('div#lastfm').lastFM({
		username: 'kpohlin',
		apikey: '6dd785dd176d4bc035cd25ddc884811e',
		number: 4,
		artSize: 'small',
		noart: 'http://kevinohlin.com/-/img/noart.png',
		onComplete: function(){
			//Done
		}
	});
	
	$(".tweet").tweet({
		username: 'ohlin',
		count: 5,
		join_text: "auto",
	});
	
});

// Google Analytics
var _gaq = [['_setAccount', 'UA-4908171-1'], ['_trackPageview']];
 (function(d, t) {
  var g = d.createElement(t),
      s = d.getElementsByTagName(t)[0];
  g.async = true;
  g.src = ('https:' == location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
  s.parentNode.insertBefore(g, s);
 })(document, 'script');
