 // Developers:  If you should have any questions or concerns 
 //              regarding the use of this script, please call 
 //              TimeValue Software Support at 800-426-4741.
 //		 <a href="http://www.timevalue.com/tcalc.aspx">financial calculators</a>

function loadcalcs()
{
 TEMPLATE_ID = "www.bspcpa.com_1";
 PASSTHROUGH = "";
 if (document.location.href.substring(0,5) == "https") { URL = "https://"; } else { URL = "http://";}
 URL += "www.TimeValueCalculators.com/timevaluecalculators/includes/calculators_script.js";
 scriptTag = 'SCRIPT ';
 languageAttr = 'LANGUAGE="JavaScript" ';
 srcAttr = 'SR' + 'C="' + URL + '" '; //split for DNN
 typeAttr = 'TYPE="text/javascript" ';
 document.write('<' + scriptTag + languageAttr + srcAttr + '></' + scriptTag + '>');
 // <a href="http://www.timevalue.com/tcalc.aspx">Buy financial calculators</a>.
}