$(function() { 
    /* IE 6 hack for no support of background-position on PNG fix */
    if ($.browser.msie && $.browser.version < 7) {
		$('#content').append('<img src="/media/photo-heat-treat.png" id="photo-heat-treat" width="254" height="163" alt="Heat treat">');
	}
});
