$(function(){


	// intiate Cufon font replacement
	Cufon.replace('#left .quote a, #right .box1 h2');
	Cufon.now();


	// intiate select box plugin
	$('select.styled').sSelect({ ddMaxHeight: '300px' });


});