

	$(function () {
	   	$('#testimonialslist').cycle({ fx:     'scrollUp', delay: 2000});
		$('.pics').cycle('fade');
		$("#clientarea").hover(function(){$(this).stop().animate({ top: '0px'}, 'slow', 'easeOutQuad');}, function() { $(this).stop().animate({ top: '-66px'}, 'slow', 'easeOutBounce');});
		$("ul#pricefaq li.rounded").hover(function() {$(this).animate({ backgroundColor: "#ddd" }, 600);},function() {$(this).animate({ backgroundColor: "#fff" }, 400);});
		$("ul#seals li.round").hover(function() {$(this).animate({ backgroundColor: "#ddd" }, 600);},function() {$(this).animate({ backgroundColor: "#fff" }, 400);});
		$("div#tweet p").hover(function() {$(this).animate({ backgroundColor: "#999" }, 600);},function() {$(this).animate({ backgroundColor: "#474747" }, 400);});
		
	});
	Cufon.replace('h1')('h2')('h3')('h4')('h5')('#top_menu ul li a')('table#prices th')('#tour_content ul#count li') ('#domain-search span');
	Cufon.replace('#promotext p', {textShadow: '#333 1px 1px'});
	Cufon.replace('#promotext h1', {textShadow: '#333 1px 1px'});
	Cufon.replace('#promotext h2', {textShadow: '#333 1px 1px'});
	Cufon.replace('table#prices td.totalprice', {textShadow: '#333 1px 1px'});
	Cufon.replace('table#prices td.text', {textShadow: '#333 1px 1px'});
	Cufon.replace('table#prices td.h_red', {textShadow: '#333 1px 1px'});
	Cufon.replace('table#prices td.h_green', {textShadow: '#333 1px 1px'});
	Cufon.replace('table#prices td.h_blue', {textShadow: '#333 1px 1px'});
	Cufon.replace('table#prices td.h_yellow', {textShadow: '#333 1px 1px'});
	Cufon.replace('#tour_content h2 h1 h3 ');
	Cufon.replace('.blockbox span.plandetails');
