function getSectionFromURL()
{
	var URL=window.location.href.toString();
	if (URL.indexOf("http://")>-1) 
	{
		var s=URL.replace("http://","").split("/");
		if (s.length>0)
		return s[1];
	}
	return "";
}
function getCampaignInfo(key, url)
{
	var pos = url.indexOf(key);
	var val = "";
	if (pos > 0)
	{
		val = url.substr(pos + key.length + 1, url.length);
		val = val.replace(/&/g,"-");
		val = val.replace(/=/g,"-");
	}
	return val;
}
var title = scTitle.replace(/ : /g, "|");

var t = title.split("|");
var x = new Array();
x[0] = title;   // Initialize in case of the home page
var i = 0;
for (j = (t.length-2); j >= 0; j--)
{
	x[i++] = t[j];
}

s.pageName = x.join("|");
s.hier1 = title;
s.channel = getSectionFromURL();
 
s.prop2 = getCampaignInfo("?email", window.location.href);
s.prop3 = getCampaignInfo("?spotad", window.location.href);
s.prop4 = getCampaignInfo("?banner", window.location.href);
s.prop5 = getCampaignInfo("?keywords", window.location.href);
s.prop6 = getCampaignInfo("?print", window.location.href);
s.prop7 = getCampaignInfo("?newsletter", window.location.href);
s.prop8 = getCampaignInfo("?landing", window.location.href);
var cid = getCampaignInfo("?cid", window.location.href);
s.campaign =  s.prop2 + s.prop3 + s.prop4 + s.prop5 + s.prop6 + s.prop7 + s.prop8 + cid;
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)//--></script>
<!-- End SiteCatalyst code version: H.11. -->
