jQuery(document).ready(function(){
	jQuery("a[rel=external]").attr('target','_blank');
	jQuery('#s').hint();
});