$(document).ready(function(){
	/*$('ul#nav-bar li.current_page_item a').css({backgroundPosition: "0 -44"});
	$('.page-item a').css({backgroundPosition: "0 0"})
		.mouseover(function(){
			$(this).stop().animate(
				{backgroundPosition: "0 44"},
				{duration:200})
			$(this).stop().animate(
				{backgroundPosition: "0 -44"},
				{duration:200}),
				"easeOutBounce"
		})
		.mouseout(function(){
			$(this).stop().animate(
				{backgroundPosition:"0 0"},
				{duration:500})
			})*/
		/*$('#order-button').css({backgroundPosition: "0 -356"});
		$('#order-button').mouseover(function(){
			$(this).stop().animate(
				{backgroundPosition: "0 -70"},
				{duration:1000})
		})
		.mouseout(function(){
			$(this).stop().animate(
				{backgroundPosition:"0 -356"},
				{duration:500})
			})
		*/				
		//Twitter Feed Starting
		$("#twitter").tweet({
            username: "sumeetchawla",
            //join_text: "auto",
            avatar_size: 0,
            count: 1,
            auto_join_text_default: "Sumeet Said: ",
            auto_join_text_ed: "we",
            auto_join_text_ing: "we were",
            auto_join_text_reply: "we replied to",
            auto_join_text_url: "we were checking out",
            loading_text: "loading tweets..."
        });		
		/*$("#order-button").toggle(
			function () {
				$("#form-order").animate({height: "225px"}, {queue:false, duration: 1700, easing: 'easeOutBounce'});
			$("#form-for-order").show();
			},
            function () {
            	$("#form-order").animate({height: "0px"}, {queue:false, duration: 1700, easing: 'easeOutBounce'});
            	$("#form-for-order").hide();
			}
		);*/
});

