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