$(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, #7A7A7A)',
	hover: {
                    textShadow: '2px 2px white',
                    color: '-linear-gradient(#7A7A7A, white)' }
	
	});
	
	Cufon.replace('h3#title');
	Cufon.replace('h4#title');
	
});
