//$(document).ready(function () {
//
//	if(jQuery.browser.msie && jQuery.browser.version=="6.0") {
//
//		$("a").each(function() {
//			this.onmousedown = this.blur();
//			this.onmouseup   = this.blur();
//		});
//
//	}
//
//});
