﻿// JavaScript Document  js代码
jQuery(function(){
	jQuery("a").focus(function(){jQuery(this).blur();});
})
