jQuery(document).ready(function () {
	jQuery('a[rel=blank]').attr('target','_blank');																 
});
