$(function() {
	
	$('#content').linkHints({
		base : $('link[@rel=home]').attr('href'),
		targetClass : ".arrow",
		cb : function() {
			return true;
			}
		});
	if($.browser.msie && $.browser.version == "6.0") {
		pngfix();
	}
});