﻿// These functions must be changed for each client (for now) 
// TODO: Replace by using cookies and set the cookie for the required site.
//
function mainSiteUrl()
{
	return 'http://www.mca-tix.com.au';
}

function helpSiteUrl()
{
	return 'http://cms.mca-tix.com.au';
}

function thisSiteUrl()
{
	return 'http://boxoffice.mca-tix.com.au';
}

function ThemeIndicator()
{
	return "?OT=McaTix";
}