$(function() { 	
	$("#facebook").hover(function(){
				$(this).stop(true, false).animate({right:"0"},"medium");
		},function(){
				$(this).stop(true, false).animate({right:"-317"},"slow");
		},500);
});

function nowy_token() {
	var id = new Math.random(9999);
	document.getElementById("token").src = "captcha/captcha.php?id=" + id + "";
	document.getElementById("captcha").value = "";
}
