

$(function()
{
	$('#Form textarea').autogrow();				
});

$(document).ready(function(){ 
	jQuery('.equal').equalHeight();
	jQuery('.home_equal').equalHeight();
});

$(function()
{
	$('#LeftColumn a.Active').after('<span class="ActiveArrow"></span>');
});

$(function()
{
	$('#Wrapper').defuscate();
});

$(function()
{
	Cufon.replace('#Navigation a', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#LeftColumn a', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#PageText h1', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#PageText h2', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#PageText h3', { 
		fontFamily: 'Avenir' ,
		hover: true
	});
	Cufon.replace('#LeftColumn h2', { 
		fontFamily: 'Avenir'
	});
	Cufon.replace('#PageTitle', { 
		fontFamily: 'Avenir'
	});
});

$(function()
{
    $('.GalleryRow dt a').lightBox();
    $('.LightBox').lightBox();
});


$(function()
{
	$('#SlideShow').cycle({  	//LEFT SLIDE
		fx: 'fade', 		//Transition type
    	timeout: 5000,
		delay:  -0
	});
	
	
	$('#Twitter blockquote').cycle({  	//LEFT SLIDE
		fx: 'fade', 		//Transition type
    	timeout: 5000,
		delay:  -0
	});
});
