$('document').ready(function() {

	// Cufon font replacement 
	Cufon.replace('.header input[type=submit], a.button', {textShadow: '1px 1px 1px rgba(0,0,0,0.2)'});
	Cufon.replace('.intro h2, .testimonials .quote cite');
	
	// Sample pages slider	
	$('.samples .carousel').tinycarousel({duration: 750, display: 3});
	$('.testimonials .carousel').tinycarousel({duration: 750, display: 2});
	
	// Fancybox
	$("a[rel=fancybox]").fancybox();
	$("a[rel=fancybox1]").fancybox();
	$("a[rel=fancybox2]").fancybox();
	$("a[rel=fancybox3]").fancybox();
	$("#subscribebutton").fancybox()
	$("a[rel=order]").fancybox({
		'width' : 550,
		'height' : 550,
	});
	$("a[rel=order1]").fancybox({
		'width' : 550,
		'height' : 550,
	});
	$("a[rel=order2]").fancybox({
		'width' : 550,
		'height' : 550,
	});
	$("a[rel=order3]").fancybox({
		'width' : 550,
		'height' : 550,
	});
	$("a[rel=order4]").fancybox({
		'width' : 550,
		'height' : 550,
	});
	$("a[rel=order5]").fancybox({
		'width' : 550,
		'height' : 550,
	});
	$("a[rel=order6]").fancybox({
		'width' : 550,
		'height' : 550,
	});
	
	
});
