var url='http://www.pets4you.com/';$(document).ready(function(){$.getScript('js/home_gallery_conf.js',function(){HomeGallery.init();});$.getScript('js/analytics.js');$.getScript('js/functions.js');});var hss='';var ihss='';var totalFiles=0;var currentFile=0;var HomeGallery={init:function(){$('#galimage').click(function(){window.open(url+'gallery/','_self');});totalFiles=gallery.length;this.load();},load:function(){if(currentFile==totalFiles){currentFile=0;}
var d=gallery[currentFile];$('#galimage div').fadeOut(function(){$('#petgallcaption').html(d.title);$('#galimage div').html('<img src="'+d.source+'" width="'+d.height+'" height="'+d.width+'" alt="'+d.title+'" />');ihss=setTimeout("$('#galimage div').fadeIn();",500);});hss=setTimeout("HomeGallery.load();",5000);currentFile+=1;}}
