
$(document).ready(function() {
if ($('#ExternalLink').text() != '') {
   window.location = $('#ExternalLink').text();
}
});
