$(document).ready(function(){

	$('#hide').css('height', $('body').height()+'px');
	$('#hide').show();
	$('#hide').delay(600).fadeOut(1300);

	$('#hide').click(function() {
		$(this).hide();
	});
	
	$('#menu li').click(function() {
		window.location = $(this).children('a').attr('href');
	});
	
	setInterval(function() {
		$('#slider').load('./ajax.php?op=slider');
	}, 7000);
	
	$('.item').live('click', function() {
		open($(this).children('.about').children('h4').children('a').attr('href'));
	});
	
	$('#box_1, #box_2, #box_3').click(function() {
		window.location = $(this).children('h3').children('a').attr('href');
	});
	
});

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