/* SiteCatalyst code version: H.11.
//Copyright 1997-2007 Omniture, Inc. More info available at
//http://www.omniture.com
*/

document.write('<script type="text/javascript" language="JavaScript" src="/includes/omniture/s_code.js">');
document.write('<\/script>');


<!--
/* You may give each page an identifying name, server, and channel on
the next lines. */

// ****Added by Daniel Essien on 7/24/07 to reflect the changes made in H code (object oriented)
// Following section constructs and assigns the page title and a portion of the URL to an Omniture tag used for reporting purposes

//declare some variables we will use

var URLDoc ="";
var buildPageTitle ="";

//Grab page title and strip out all instances of the word Huntington
buildPageTitle = document.title;
buildPageTitle = buildPageTitle.replace("Huntington","");

//Use getLocationFromDocRoot function in common.js, it will bring back the URL after http://www.huntington.com/
URLDoc = getLocationFromDocRoot(locationString);

//strip out .htm and combine the two
URLDoc = URLDoc.replace(".htm","");

if (typeof(s_pageName) == 'undefined') {
        s_pageName = (buildPageTitle + " - " + URLDoc);
}
if (s_pageName == ':::') {
s_pageName = (buildPageTitle + " - " + URLDoc);
}

/* Any variable that is commented below should be declared and defined in s_code.js file (if needed) in
   order for the s_code.js file to make use of it (Daniel Essien 07/24/07)
*/
//s.pageName="";
//s.server="";
//s.channel=""
//s.pageType=""
//s.prop1=""
//s.prop2=""
//s.prop3=""
//s.prop4=""
//s.prop5=""
/* E-commerce Variables */
//s.campaign=""
//s.state=""
//s.zip=""
//s.events=""
//s.products=""
//s.purchaseID=""
//s.eVar1=""
//s.eVar2=""
//s.eVar3=""
//s.eVar4=""
//s.eVar5=""


/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/


//var s_code=s.t();if(s_code)document.write(s_code)//-->
//*/
<!--/DO NOT REMOVE/-->

<!-- End SiteCatalyst code version: H.11. -->
