    jQuery.preloadImages = function()
{
for(var i = 0; i<arguments.length; i++)
      {
        jQuery("<img>").attr("src", arguments[i]);
      }
    }
        VIS1 = 0;
        VIS2 = 0; 
        
        T1 = 0;
        T2 = 0;

    $(document).ready(function(){
     
       $("#rep-call").click(function () {
        $('body').css( { backgroundImage: "url(clear.gif)"} );

	});

    /* gal2 initial */   
    $('#gal1')
       .cycle({ 
        fx:     'fade', 
        speed:   1000, 
        timeout: 8000, 
        pause:   1,     
        pauseOnPagerHover: 1,
        pager:  '#gal1_nav',
        next:   '#gal1',
        delay:   12000      
 });

 });

