<!-- start tooltip -->

$(document).ready(function() {
	$("a").wTooltip({ offsetY: -40, offsetX: 5});
});

<!-- end tooltip -->
<!-- detect -->
function changeIDs(id,className) {
	document.getElementById(id).className=className;
}
function getBrowser() {
	var browser=navigator.appName;
	if (browser == 'Microsoft Internet Explorer') {
		document.write('<div id="browserWarning">Hi there, ThirstyForBeer.com works best on either <a href="http://www.apple.com/safari/download/">Safari</a> or <a href="http://www.mozilla.com/en-US/">Mozilla Firefox</a> so for the best viewing experience we recommend switching to either of these browsers</div>');
	}
}
<!-- end -->