//fix all outline in the IE6
$(function(){
	$('a').focus(function(){
		this.blur();					  
	});
})
//end
