
/* This Section Added By Premier 5/22/2008 */
//This checks to see if a custom embedded script already ran. If it did, we won't run this script.
if ((typeof(custScriptExists)=='undefined') || (custScriptExists==true))
{
/* You may give each page an identifying name, server, and channel on
the next lines. */
//s.visitorID=visitorID; //Set on client for username/cookie
s.pageName=pageName;
/* Hierarchy Variables */
s.hier1=""
/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code=s.t();if(s_code)document.write(s_code)
}

