// JavaScript Document
 
// Master function ran once the window is loaded. Do not put <script> tags in this tool.
function masterJSFunction(){
//Start global code here


document.getElementById('block-content1').innerHTML = 'Realizing your dreams takes effort and energy, leaving you with little time for wealth management. We can help to take that responsibility off your hands while helping to ensure that you address your goals. Rest assured that our mission is to help you potentially maintain (or improve) the standard of living to which you have become accustomed';


document.getElementById('block-content2').innerHTML = 'As an Independent firm, our clients come first - Being independent gives us the ability to be true financial advisors, not just salespeople. As a team that was once a key component of a large Wall Street firm, we are determined not to emulate the same strategies that lead to the promotion of proprietary products';



//End global code here
}
window.onload = masterJSFunction;

//Insert your own fuctions/script here
