﻿$(function(){
	$("a").focus(function(){this.blur();});
	$("*").pngFix();
});