// JavaScript Document

$(function() { 
		   var rand=Math.ceil(Math.random()*3);
			$('.animalRandom').css('backgroundImage','url(img/animal_'+rand+'.png)');
});