$(document).ready(function(){

	$('#antispam').html('<a href="mailto:info@webmastah.com">info@webmastah.com</a>');
	$('#antispam').fadeIn();
	
	var pathname = 'http://webmastah.com'+window.location.pathname;	
	$('#sidebar a[href="'+pathname+'"]').css({
		color : '#a1c67f'
	});
	
});

function scroll_up(){
	$('html, body').animate({scrollTop:0}, 'slow');
}
