// This javascript file is for brand specific variables and routines.
document.write('<\script language="JavaScript" src="' + m_Cache + '/js/utility.js"><\/script>');

// This variable is used for adbanners. Each brand should have a unique sitepage.
var g_sitepage = "earthlink.ancestry.com/";

// If using .js file to display the brand header then set this variable and create a writeheader.js file
var g_bUsesJSFile = true;

// Include other funtions and variables that are brand specific
function writeBrandHeader(strDomain)
{
	var showNone = ( (typeof g_hdShowNone) != 'undefined' ) ? g_hdShowNone : false;

	document.write('<center>');
	
	if (showNone == false && GetPageScheme() == 'http')	
	{
		document.write('<\script language="JavaScript" src="http://w.eimg.net/partners/global/nav_bar.js"><\/script>');
		document.writeln ('<\script LANGUAGE="JavaScript1.1" SRC="' + m_CachePartner + '/js/brandHead.js"><\/script>');
	}
}

function writeBrandFooter(strDomain)
{
	var showNone = ( (typeof g_ftShowNone) != 'undefined' ) ? g_ftShowNone : false;
}