$(document).ready(function() {
	
	// Removes the evil dotted line around clicked links
	$('a').click(function() {this.blur();});

// End document ready
});