$(document).ready(function () {
	if ($('.sam_bread_last').html() == 'Forums') {
		$('.sam_bread_last').attr('href', '#');
	}
	
	$('a[href$="ctl=login"]').each(function () {
		if ($(this).attr('href') != null) {
			$(this).attr('href', $(this).attr('href') + '&returnurl=' + window.location.href.replace('http://www.smartaboutmoney.org', ''));
		}
	});
})

$(function() {
	if ( $.browser.msie && parseInt($.browser.version)<= 9) {
		$('body').addClass('ie');
	}
});
