﻿// JScript fucntions to be called from each calculator.htm
var sDomain = document.location.hostname;
var sPage = "AAS_Site/Secure/CalculatorData.aspx";

//if (document.domain == 'www.mylifeandmoney.com.au'){

function getUrl (){
    return sDomain + "/" + sPage
}

function getDomain (){
    return sDomain
}



