$(document).ready(function() {
	$('a').focus(function() { this.blur(); });
	$('.cc_banner').wrap('<div id="cms_banner"></div>');
});
