// init

$(function() {
	
	// index

	$('#billboard').billboard({effect: 'fade', delay: 6000});
	
	// analytics
	
	$.getScript(('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js');
	
});

// params analytics

var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-7371329-1']);
_gaq.push(['_gat._anonymizeIp']);
_gaq.push(['_trackPageview']);
