// 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 = '<span class="clear span-4 last block-content">Just as the roots of a great tree provide its solid foundation to grow strong and flourish, the same can be said for a thorough financial plan. Tutschulte Financial Planning works with each client to create and nourish their own solid financial foundation so that the scenery along life&#039;s path brings more joy and security than could ever be expected.</span>';

document.getElementById('block-content2').innerHTML = '<span class="clear span-4 last block-content">The Growing Client We help this type of client lay out a plan for how to accomplish their goals for a happy and healthy financial future.  This type of client is typically many years from retirement and looking to make the most of their efforts towards their retirement goals while at the same time learning to find a balance between their short-term needs and long-term planning.</span>';

document.getElementById('block-content3').innerHTML = '<iframe src="http://advicenter.com/AgentUploads/2124610197/iframe.html" frameborder="0" height="200"></iframe>';

document.getElementById('block-readmore3').innerHTML = '';


//End global code here
}
window.onload = masterJSFunction;

//Insert your own fuctions/script here




