// JavaScript Document
$(document).ready(function() {

$("#fblikebox").css('display','inline');


setTimeout( function() {
		jQuery('#topbar').animate({top:"-30px"},600)
	}, 30000 );




$("#fblikebox").hover(function() {
		$("#fbWrapper").css('z-index', 708);

		$(this).stop().animate({right:"-2px"},600);			
		
		}, function() {        
$(this).stop().animate({right:"-200px"},600, function() {

$("#fbWrapper").css('zIndex', 699);
														   })

});

$("#findexlikebox").hover(function() {
	
	 
		$(this).stop().animate({right:"-32px"},600);			
		
		}, function() {        
$(this).stop().animate({right:"-200px"},600);		

});






});




