$(document).ready(function(){
	
	// Tweet Config
	$(".tweet").tweet({
		username: "elitehostcoza",
		join_text: "auto",
		avatar_size: 0,
		count: 1,
		auto_join_text_default: "",
		auto_join_text_ed: "",
		auto_join_text_ing: "",
		auto_join_text_reply: "",
		auto_join_text_url: "",
		loading_text: "loading tweets..."
	});
	
	$('ul#nav li').hover(
		function() { $('ul', this).css('display', 'block'); },
		function() { $('ul', this).css('display', 'none'); }
	);
	Cufon.replace('h2#title', {
	color: '-linear-gradient( white, grey)',
	
	});
	
	Cufon.replace('h3#title');
	Cufon.replace('h4#title');
	

	$.featureList(
		$("#tabs li a"),
		$("#output div"), {
			start_item	:	0
		}
		
	);
	$.featureList(
	$("#tabs li a"),
	$("#features div.entry"), {
		start_item	:	0
	}
);
	
$(".loginswitch a").click(function(e) {
  $("#logins div").hide();
  $(this.hash).show();
  e.preventDefault();
});
$("#logins div:not(#myelite-login)").hide();


});
