// 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 = 'Financial Benefits, Inc. is a financial planning and investment management firm. Our CERTIFIED FINANCIAL PLANNER&#174; practitioners utilize a comprehensive approach providing recommendations in areas from retirement planning for individuals and businesses to managing investment portfolios, and insurance and estate planning. Financial Benefits is a locally owned com ';



//End global code here
}
window.onload = masterJSFunction;

//Insert your own fuctions/script here
