﻿

jQuery(document).ready(function(){
jQuery("#likebox_1").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#likebox_1").stop(true,false).animate({right: -200}, 500); });
jQuery("#twitter_1").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#twitter_1").stop(true,false).animate({right: -250}, 500); }); 
jQuery("#google_1").hover(function(){ jQuery(this).stop(true,false).animate({right:  0}, 500); },function(){ jQuery("#google_1").stop(true,false).animate({right: -154}, 500); }); });
