﻿// 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.adelaidefringe.com.au';
}

function helpSiteUrl()
{
	return 'http://www.adelaidefringe.com.au';
}

function thisSiteUrl()
{
	return 'http://tix.adelaidefringe.com.au';
}

function ThemeIndicator()
{
	return "?OT=AFTix10";
}