
	Cufon.replace('h2')('h3');

	
	
	$(document).ready(function() {
				
			$('#slideshow1').cycle({
				fx: 		'fade', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
				timeout:	500, 
				speed:  10000,
				random: 	1,
				height:      '200'
			});	
			
			$('#slidebox').cycle({
				fx: 		'scrollHorz', // choose your transition type, ex: fade, scrollUp, shuffle, etc...
				timeout:	30000,  // milliseconds between slide transitions (0 to disable auto advance) 
				speed:		1500,
				next:   	'#next', 
				prev:   	'#prev',
				random: 	1,     // true for random, false for sequence (not applicable to shuffle fx) ,
				sync:1,pause:1,
				height:      '135'
			});
			
			$('h1#homelink').pngFix();
			
	});
	

