function movePalloncini(){ 
$('#anim-orange,#anim-blue ,#anim-green').css('background-position','0 260px');	
$('#anim-orange').delay(500).animate({backgroundPosition: '115px -305px'},{duration: 8000}) 
$('#anim-blue').delay(2700).animate({backgroundPosition: '150px -605px'},{duration: 10000}) 
$('#anim-green').delay(4000).animate({backgroundPosition: '100px -305px'},{duration: 7000}) 
}
$(document).ready(function(){
movePalloncini()
setInterval("movePalloncini()", 15000);

$("a[rel^='prettyPhoto']").prettyPhoto({
			theme: 'facebook' 
			});





});	  
 

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

 
