
$(document).ready(function (){
    spooky_css = 
	{'position'   : 'absolute',
	 'width'      : '64px',
	 'height'     : '64px',
	 'background' : 
	 'transparent url(/media/img/spooky-sprites.png) no-repeat 0px 0px',
	 'right'      : '25%',
	 'bottom'     : '270px',
	 'display'    : 'none'};
    
    var spooky_obj = new PetGhost($("div#non-foot"), "spooky", spooky_css);

});
