jQuery.noConflict();
jQuery(document).ready(wdb_kill_href);
function wdb_kill_href()
{
	jQuery('a[target="_blank"]').attr("target", '');
}

