
$(document).ready(function() {
  $(this).bind("contextmenu", function(e) {e.preventDefault(); });
  //top menu
	if($('#topmenu').length>0){$('a[rel=topmenu]').live('mouseover mouseout', function(event){if (event.type=='mouseover')$(this).animate({opacity:0.9,height:'+=5',marginTop:'-=5'},200).animate({opacity:1},200);else{$(this).animate({opacity:1,height:'-=5',marginTop:'+=5'},200);}});}	
	//main menu
	if($('#mainmenu').length>0){$('a[rel=mainmenu]').live('mouseover',function(event){$(this).animate({left:'+=10'},200).animate({left:'-=10'},200);});}
  //refresh captcha
	if($('#refresh').length>0){$('#refresh').click(function(){$('img.captcha').removeAttr('src').attr('src','include/captcha/captcha_code.php?_'+ new Date().getTime());      $('[name=codice]').val('');});}
  //send form
  if($('#send').length>0){$('form[name=contact]').formValidate();}
  //register form
  if($('#acces').length>0){$('form[name=reservedArea]').formValidate();}
  //
  if($('#ytvideo').length>0) $("ul.playlist").ytplaylist();
});  
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-11787606-3']);
_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);
})();

