$(document).ready(function(){	
      Cufon.replace('h1,h2,h4', { fontFamily: 'ITC Avant Garde Gothic' });
	  Cufon.replace('#menuArea li', { fontFamily: 'ITC Avant Garde Gothic',hover: true }); 
	  Cufon.replace('h3', { fontFamily: 'ITC Avant Garde Gothic',hover: true }); 
	  Cufon.replace('.links', { fontFamily: 'ITC Avant Garde Gothic',hover: true }); 		

			  
});

	$(function() {
		 $('#slideshow').cycle({
			fx:     'fade',
			speed:  'slow',
			timeout: 6000,
			pager:  '#nav1',
			delay:  -2000
		});	
	 });