﻿j$(function(){
     j$("a[href^='http://']").attr("target","_blank");
});

