
$(document).ready(function() {
       
	   $('.runner').cycle({ 
         fx:                   'scrollHorz',  
         timeout:              0, 
         next:                 '.for2', 
         prev:                 '.for1',
       });

	   $("#logo a").blend({pulse:true});
});
