$(document).ready(function() {		
// anti-spam mailto hyperlinks	$('span.mailme').mailme();
		
// give anchor tags target="_blank" equivalent if applicable	
$('a[rel*=external]').click(function(){window.open(this.href);return false;});		
$('.thumb-desc a').fancybox();			
// Remove border after last li element of seo links	
	
$('#seo-links li').last().css('border-right', 'none');	
});
