$(document).ready(function() {
	if((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))){
		
	} else {
		$('#newletter').hover(function () {
			$('.shortcut_label').stop(true,true).fadeOut();
			$('.shortcut_label').html("Animero Newsletter");
			$('.shortcut_label').stop(true,true).fadeIn();
		}, function () {
			$('.shortcut_label').html("&nbsp; ");
		});

		$('#animerodownload').hover(function () {
				$('.shortcut_label').stop(true,true).fadeOut();
				$('.shortcut_label').html("Animero Download");
				$('.shortcut_label').stop(true,true).fadeIn();
		}, function () {
			$('.shortcut_label').html("&nbsp; ");
		});

		$('#animeroentertainment').hover(function () {
			$('.shortcut_label').stop(true,true).fadeOut();
			$('.shortcut_label').html("Animero Entertainment");
			$('.shortcut_label').stop(true,true).fadeIn();
		}, function () {
			$('.shortcut_label').html("&nbsp; ");
		});

		$('#animeromusic').hover(function () {
			$('.shortcut_label').stop(true,true).fadeOut();
			$('.shortcut_label').html("Animero Music");
			$('.shortcut_label').stop(true,true).fadeIn();
		}, function () {
			$('.shortcut_label').html("&nbsp; ");
		});

		$('.animero_weather').hover(function () {
			$('.shortcut_label').stop(true,true).fadeOut();
			$('.shortcut_label').html("V&auml;dret i Helsingborg");
			$('.shortcut_label').stop(true,true).fadeIn();
		}, function () {
			$('.shortcut_label').html("&nbsp; ");
		});
		
		$('.top_menu_idle', this).hover(function(){
			$("span", this).stop(true, true).animate({
				opacity: 'toggle'
			});
		});
	}
	$('.blogg_inlagg').click(function(){
		window.open("http://www.animero.com/blogg");
	});

	$("#accordion").accordion();
});
