/* JS by Anders Adlén, Getupdated */
$(document).ready(function(){
	$('.contentMain a[href*="#"]').css('text-decoration','underline');
	$('.contentMain a[href*="/"]').css('text-decoration','underline');
	$('.contentMain a[href*="."]').css('text-decoration','underline');
});