﻿$(document).ready(function () {
    
    var titleText = $("title").html();
     var newTitle = "Stephens Inc. : About Stephens Inc. : " + titleText.trim();
     parent.document.title = newTitle;
    
                    
});