/**
 * @author alex
 */
$(document).ready(function(){
	$("#main_content a[href^='http://']").attr('target', '_blank');
});
