$(function(){
	$("#enquire-title a").click(function() {
		$("#enquire-form").toggle('blind',{},500);
	});
	$("#homepage-tabs").tabs({ fx: { opacity: 'toggle' }}).tabs('rotate', 3000);
	$("#homepage-tabs-alt").tabs({ fx: { opacity: 'toggle' }}).tabs('rotate', 3000);
	$("#blog-tabs").tabs();
	$("#contact-tabs").tabs();
	$("#enquire-title").scrollFollow({
		container: 'holder'
	});
	$('#cse-search-results iframe').load(function(){
		this.style.width = '590px';
	});

});
