$(document).ready(function(){

	try{
		$('div.slideshow').cycle({ 
		    timeout: 6000, 
		    delay:  -2000
		});	
	}catch(e){}
	
	try{
		$('div.logos').cycle({ 
		    timeout: 6000, 
		    delay:  -2000,
			containerResize:false,
			fx:'scrollLeft'
		});	
	}catch(e){}

	$('span.e-addy').each(function(e){
		$(this).wrap('<a class="mail_link" href="mailto:'+ $(this).text().split('').reverse().join('') +'"></a>')
	});

});

Cufon.replace('h2[class!="nocufon"],h3[rel!="normal"],#tagline,h1 strong', { fontFamily:'AvantGarde Bk BT'});
Cufon.replace('h1, #home div.features li', { fontFamily:'AvantGarde CE'});
