/* SiteCatalyst code version: H.19.3
Last modified: May 2009 */

// DFA Mapping Table
var waDfaTbl = {intelcorpemea:"1516491",intelcorpapac:"1516492",intelcorpprc:"1516493",intelcorplar:"1516490"}

// event table mapping
var waEventTbl = {se_register:"event1",se_third_party:"event2",se_rich_media:"event3",
se_buy:"event4",se_points:"event6",se_vid_pct1:"event7",se_vid_pct2:"event8",
se_comment:"event9",se_tag:"event10",se_bookmark:"event11",se_rate:"event12",
se_cust01:"event16",se_cust02:"event17",se_cust03:"event18",se_cust04:"event19",
se_cust05:"event20",se_cust06:"event21",se_cust07:"event22",se_cust08:"event23",
se_cust09:"event24",se_cust10:"event25",se_cust11:"event26",se_cust12:"event27",
se_cust13:"event28",se_cust14:"event29",se_cust15:"event30",se_cust16:"event31",
se_cust17:"event32",se_cust18:"event33",se_cust19:"event34",se_cust20:"event35",
se_cust21:"event36",se_cust22:"event37",se_cust23:"event38",se_cust24:"event39",
se_cust25:"event40",se_cust26:"event41",se_cust27:"event42",se_cust28:"event43",
se_cust29:"event44",se_cust30:"event45",se_cust31:"event46",se_cust32:"event47",
se_cust33:"event48",se_cust34:"event49",se_cust35:"event50",se_cust36:"event51",
se_cust37:"event52",se_cust38:"event53",se_cust39:"event54",se_cust40:"event55",
se_cust41:"event56",se_cust42:"event57",se_cust43:"event58",se_cust44:"event59",
se_cust45:"event60",prodview:"prodView",scopen:"scOpen",scview:"scView",scadd:"scAdd",
scremove:"scRemove",sccheckout:"scCheckout",purchase:"purchase"}

var waVarTbl = {wa_pageName:"pageName",wa_hier2:"hier2",wa_org1:"channel",wa_org2:"prop1",
wa_org3:"prop2",wa_org4:"prop3",wa_geo:"prop4",wa_language:"prop5",wa_iid:"prop6",wa_reportSuites:"prop7",
wa_url:"prop8",wa_visitId:"prop9",wa_ngipDocId:"prop10",wa_ngipUniqueId:"prop11",wa_profileID:"prop12",
wa_campaign:"campaign",wa_events:"events",wa_prop14:"prop14",wa_prop15:"prop15",wa_prop17:"prop17",
wa_prop18:"prop18",wa_prop19:"prop19",wa_prop20:"prop20",
wa_custom01:"prop21",wa_custom02:"prop22",wa_custom03:"prop23",wa_custom04:"prop24",wa_custom05:"prop25",
wa_custom06:"prop26",wa_custom07:"prop27",wa_custom08:"prop28",wa_custom09:"prop29",wa_custom10:"prop30",
wa_custom11:"prop31",wa_custom12:"prop32",wa_custom13:"prop33",wa_custom14:"prop34",wa_custom15:"prop35",
wa_custom36:"prop36",wa_custom37:"prop37",wa_custom38:"prop38",wa_custom39:"prop39",wa_custom40:"prop40",
wa_custom41:"prop41",wa_custom42:"prop42",wa_custom43:"prop43",wa_custom44:"prop44",wa_custom45:"prop45",
wa_custom46:"prop46",wa_custom47:"prop47",wa_custom48:"prop48",wa_custom49:"prop49",wa_custom50:"prop50",
wa_crtvid:"eVar5",wa_eCustom06:"eVar6",wa_eCustom07:"eVar7",wa_eCustom08:"eVar8",wa_eCustom09:"eVar9",
wa_eCustom10:"eVar10",wa_eCustom11:"eVar11",wa_eCustom12:"eVar12",wa_eCustom13:"eVar13",wa_eCustom14:"eVar14",
wa_eCustom15:"eVar15",wa_eCustom16:"eVar16",wa_eCustom17:"eVar17",wa_eCustom18:"eVar18",wa_eCustom19:"eVar19",
wa_eCustom20:"eVar20",wa_eCustom21:"eVar21",wa_eCustom22:"eVar22",wa_eCustom23:"eVar23",wa_eCustom24:"eVar24",
wa_eCustom25:"eVar25",wa_eCustom26:"eVar26",wa_eCustom27:"eVar27",wa_eCustom28:"eVar28",wa_eCustom29:"eVar29",
wa_eCustom30:"eVar30",wa_eCustom31:"eVar31",wa_eCustom32:"eVar32",wa_eCustom33:"eVar33",wa_eCustom34:"eVar34",
wa_eCustom35:"eVar35",wa_eCustom36:"eVar36",wa_eCustom37:"eVar37",wa_eCustom38:"eVar38",wa_eCustom39:"eVar39",
wa_eCustom40:"eVar40",wa_eCustom41:"eVar41",wa_eCustom42:"eVar42",wa_eCustom43:"eVar43",wa_eCustom44:"eVar44",
wa_eCustom45:"eVar45",wa_eCustom46:"eVar46",wa_eCustom47:"eVar47",wa_eCustom48:"eVar48",wa_eCustom49:"eVar49",
wa_eCustom50:"eVar50",
wa_products:"products",wa_purchaseID:"purchaseID"}

/* Specify the Report Suite ID(s) to track here */
//Test
//var s_account = "intelhcodetest";

//Production
s_account = (wa_reportSuites == "") ? "intelcorp" : "intelcorp," + wa_reportSuites;

var sint=s_gi(s_account);

/************************** CONFIG SECTION **************************/
/* You may add or alter any code config here. */

sint.charSet="UTF-8"
/* Conversion Config */
sint.currencyCode="USD"
/* Link Tracking Config */
sint.trackDownloadLinks=true
sint.trackExternalLinks=true
sint.trackInlineStats=true
sint.linkDownloadFileTypes="exe,dll,com,zip,pdf,arc,bin,sit,tar,gz,z,arj,rpm,rar,doc,mpeg,wav,mp3,mov,mpg,avi,xls,txt,msi,tgz,wmv"

if ((typeof wa_intFilters == "undefined") || (wa_intFilters == "")) {
	sint.linkInternalFilters="javascript:,intel."
	}
else {
	sint.linkInternalFilters="javascript:,intel.," + wa_intFilters;
}

//Process DFA Integration Codes
var clsID = "1516076";	

if ((typeof wa_trackDFA == "undefined") || (wa_trackDFA.toLowerCase() == "n") || (s_account == "intelhcodetest")) {
	sint.variableProvider="";
	}
else {	

	if (wa_reportSuites != "")
	{		
		var waRS = wa_reportSuites.split(",");
	
		for (var i=0;i<waRS.length;i++){	
			waRS[i] = waRS[i].toLowerCase().replace(/^\s*|\s*$/g,'');
			if (waDfaTbl[waRS[i]]) {
				clsID = waDfaTbl[waRS[i]];
				break;
			}
		}
	}

sint.variableProvider ='DFA#' + clsID + ':v1=[["DFA-"+lis+"-"+lip+"-"+lastimp+"-"+lastimptime+"-"+lcs+"-"+lcp+"-"+lastclk+"-"+lastclktime]]';
}

sint.linkLeaveQueryString=false
sint.linkTrackVars="none"
sint.linkTrackEvents="none"

/* WARNING: Changing any of the below variables will cause drastic
changes to how your visitor data is collected.  Changes should only be
made when instructed to do so by your account manager.*/
sint.dc=112
sint.trackingServer="www91.intel.com"
sint.trackingServerSecure="www90.intel.com"

/***** Start WAP Custom Code *****/
// Capture querystring vars
var wa_iid = (typeof wa_queryObj.iid == "undefined") ? "" : unescape(wa_queryObj.iid);
var wa_prop15 = (typeof wa_queryObj.eid == "undefined") ? "" : unescape(wa_queryObj.eid);

// Capture Creative ID on online ads
var wa_crtvid = (typeof wa_queryObj.crtvid == "undefined") ? "" : unescape(wa_queryObj.crtvid);

// Capture campaign tracking code 	
cv1=(typeof wa_queryObj.cid == "undefined") ? "" : unescape(wa_queryObj.cid);		
cv2=(typeof wa_queryObj.ppc_cid == "undefined") ? "" : unescape(wa_queryObj.ppc_cid);	

if (cv1) { wa_campaign = cv1;}
else if (cv2) { wa_campaign = cv2;}

//Set Content Category eVar if set on page
if (window.p_contentcat) {

	wa_eCustom10 = window.p_contentcat;
	
	if (wa_events == ""){
		wa_events = "se_points";
	}
	else {
		wa_events = wa_events + ",se_points";
	}
}

// Always set wa_org1 
if (wa_org1 == "") { wa_org1 = "unassigned"; }
	
//Validate wa_geo
if (isValidGeo(wa_geo) == false) { wa_geo = "unassigned"; }	
		
// call Main processing
waProcess();

function waProcess() {
		
// set SC vars to blank
waInitSCVars();		

//populate wa_url (prop8)
wa_urlQueryString = wa_urlQueryString.toLowerCase();
	
	switch(wa_urlQueryString)
	{
			
	   case "all":
	      wa_url = unescape(location.href);
		  break;
	   case "":
	   case "none":
	      wa_url = location.protocol + "//" + location.host + unescape(location.pathname);
	      break;    
       default :
	      wa_urlQueryString = wa_urlQueryString.split(",");
      
			var wa_parseUrl = ""
			for (i=0;i<wa_urlQueryString.length;i++)
			{
				if (wa_queryObj[wa_urlQueryString[i]])
				{
					if (wa_parseUrl.length > 0)
					{
						wa_parseUrl += '&';
					}
					wa_parseUrl += wa_urlQueryString[i] + '=' + wa_queryObj[wa_urlQueryString[i]];
				}
			}
			wa_url = location.protocol + "//" + location.host + unescape(location.pathname);
			if (wa_parseUrl.length > 0)
			{			
			   wa_url += "?" + unescape(wa_parseUrl);			 
			}
	}
	
	// Create hierarchy var hier1 by concatenating org1, org2, org3, org4 and orgX

	var wa_hier1 = ""
	var wa_orgVars = new Array('wa_org1','wa_org2','wa_org3','wa_org4','wa_orgX');
	
	for (i=0;i<wa_orgVars.length;i++)
	{
		if (window[wa_orgVars[i]]) {
		
			if ((window[wa_orgVars[i]].indexOf("|") >= 0) && (wa_orgVars[i] != "wa_orgX"))
			{
				window[wa_orgVars[i]] = window[wa_orgVars[i]].replace(/\|/g, " ")
			} 
		
			if (wa_hier1.length > 0) { wa_hier1 += "|";}
		
			wa_hier1 = wa_hier1 + window[wa_orgVars[i]];
		}
	}
	sint.hier1 = unescape(wa_hier1.toLowerCase());
	
	//call wa_events set/validate function - the 2nd parameter indicates whether to set event5 also
	waProcessEvents(wa_events,'Y');
		
	// Process pagename and set evars
	wa_org1 = wa_org1.toLowerCase();
	wa_pageName = (wa_pageName == "") ? wa_org1 + ":" + unescape(location.pathname.toLowerCase()) : wa_org1 + ":" + wa_pageName.toLowerCase();
	
	// check wa_referrer and set
	if ((typeof wa_referrer != "undefined") && (wa_referrer != "")) { sint.referrer = wa_referrer.toLowerCase(); }
	
	// Set WAP Code version
	sint.prop13	=	"Version 4.2";
	
	// set 404 error page 
	if ((wa_pageType != "") && (wa_pageType == 'errorPage')) {
		sint.pageType = "errorPage";
		wa_pageName = "";
	}	

	// set SC vars from wa_ vars
	var key;
    for (key in waVarTbl) {
    
        if (waVarTbl.hasOwnProperty(key) && window[key]) { 
			if ((key == "wa_campaign") || (key == "wa_profileID") || (key == "wa_events") || (key == "wa_purchaseID")) {
				sint[waVarTbl[key]] = window[key];
			}
			else 
			{
				sint[waVarTbl[key]] = window[key].toLowerCase();
			}	
        }		

	waProcessVars();		

	}
	sint.eVar3 = sint.pageName;
	sint.eVar4 = sint.prop8;
	
	if (sint.prop14 == "") {
		sint.prop14 = sint.pageName;
	}
}

// custom functions

function waProcessVars() {
        var name;
        sint.pageName = cleanMarks(sint.pageName);
        for (i = 14; i <= 50; i += 1) {
            name = "prop" + i;
            if (sint[name]) {
                sint[name] = cleanMarks(sint[name]);
            }
        }
        for (i = 6; i <= 50; i += 1) {
            name = "eVar" + i;
            if (sint[name]) {
                sint[name] = cleanMarks(sint[name]);
            }
        }
}
function cleanMarks(value) {
        // lowercase vars and replace registered, copyright and trademark symbols
        return value.replace(/\u00ae/g, "(r) ").replace(/\u00a9/g, "(c) ").replace(/\u2122/g, "(tm) ").toLowerCase();
    }
    
// Check that variable does not contain more than 'max' chars
function isValidLength(string, max) {

	if (string.length > max)return false;
  	else return true;
}

//Check length range
function isValidLengthRange(string, min, max) {
				
   if (string.length < min || string.length > max)return false;
   else return true;
}

// check wa_geo var for valid geo and sets unassigned if not
function isValidGeo(geo) {
	
   geo = geo.toLowerCase();	
     
   switch (geo)
	{
	   case "apac" :
	   case "asmo-lar" :
	   case "asmo-na" :
	   case "emea" :
	   case "ijkk" :
	   case "prc" :
	   case "unassigned" :return true;  
	   default : return false;
	}
}

// sets all WAP vars to blank
function waInitWAPVars() {

wa_pageName = "",wa_iid = "",wa_ngipDocId = "",wa_events="",wa_profileID = "",wa_ngipUniqueId = "",wa_geo="",wa_language="",
wa_referrer="",wa_products = "",wa_purchaseID = "",wa_org2 = "",wa_org3 = "",wa_org4 = "",wa_orgX="",wa_url = "",
wa_prop14="",wa_prop15="",wa_prop17="",wa_prop18="",wa_prop19="",wa_prop20="",
wa_custom01 = "",wa_custom02 = "",wa_custom03 = "",wa_custom04 = "",wa_custom05 = "",wa_custom06 = "",wa_custom07 = "", 
wa_custom08 = "",wa_custom09 = "",wa_custom10 = "",wa_custom11 = "",wa_custom12 = "",wa_custom13 = "",wa_custom14 = "", 
wa_custom15 = "",wa_custom36 = "",wa_custom37 = "",wa_custom38 = "",wa_custom39 = "",wa_custom40 = "",wa_custom41 = "", 
wa_custom42 = "",wa_custom43 = "",wa_custom44 = "",wa_custom45 = "",wa_custom46 = "",wa_custom47 = "",wa_custom48 = "", 
wa_custom49 = "",wa_custom50 = "",wa_pageType = "",wa_crtvid="",
wa_eCustom06 = "",wa_eCustom07 = "",wa_eCustom08 = "",wa_eCustom09 = "",
wa_eCustom10 = "",wa_eCustom11 = "",wa_eCustom12 = "",wa_eCustom13 = "",wa_eCustom14 = "",
wa_eCustom15 = "",wa_eCustom16 = "",wa_eCustom17 = "",wa_eCustom18 = "",wa_eCustom19 = "",wa_eCustom20 = "",
wa_eCustom21 = "",wa_eCustom22 = "",wa_eCustom23 = "",wa_eCustom24 = "",wa_eCustom25 = "",wa_eCustom26 = "",wa_eCustom27 = "",
wa_eCustom28 = "",wa_eCustom29 = "",wa_eCustom30 = "",wa_eCustom31 = "",wa_eCustom32 = "",wa_eCustom33 = "",wa_eCustom34 = "",
wa_eCustom35 = "",wa_eCustom36 = "",wa_eCustom37 = "",wa_eCustom38 = "",wa_eCustom39 = "",wa_eCustom40 = "",wa_eCustom41 = "",
wa_eCustom42 = "",wa_eCustom43 = "",wa_eCustom44 = "",wa_eCustom45 = "",wa_eCustom46 = "",wa_eCustom47 = "",wa_eCustom48 = "",
wa_eCustom49 = "",wa_eCustom50 = "";

}
// sets all Site Catalyst vars to blank
function waInitSCVars() {

	sint.pageName="",sint.server="",sint.channel="",sint.pageType="",sint.referrer="",
	sint.prop1="",sint.prop2="",sint.prop3="",sint.prop4="",sint.prop5="",sint.prop6="",sint.prop7="",sint.prop8="",sint.prop9="",sint.prop10="",
	sint.prop11="",sint.prop12="",sint.prop13="",sint.prop14="",sint.prop15="",sint.prop16="",sint.prop17="",sint.prop18="",sint.prop19="",sint.prop20="",
	sint.prop21="",sint.prop22="",sint.prop23="",sint.prop24="",sint.prop25="",sint.prop26="",sint.prop27="",sint.prop28="",sint.prop29="",sint.prop30="",
	sint.prop31="",sint.prop32="",sint.prop33="",sint.prop34="",sint.prop35="",sint.prop36="",sint.prop37="",sint.prop38="",sint.prop39="",sint.prop40="",
	sint.prop41="",sint.prop42="",sint.prop43="",sint.prop44="",sint.prop45="",sint.prop46="",sint.prop47="",sint.prop48="",sint.prop49="",sint.prop50="",
	sint.campaign="",sint.state="",sint.zip="",sint.events="",sint.products="",sint.purchaseID="",sint.objectID="",
	sint.eVar1="",sint.eVar2="",sint.eVar3="",sint.eVar4="",sint.eVar5="",sint.eVar6="",sint.eVar7="",sint.eVar8="",sint.eVar9="",sint.eVar10="",
	sint.eVar11="",sint.eVar12="",sint.eVar13="",sint.eVar14="",sint.eVar15="",sint.eVar16="",sint.eVar17="",sint.eVar18="",sint.eVar19="",sint.eVar20="",
	sint.eVar21="",sint.eVar22="",sint.eVar23="",sint.eVar24="",sint.eVar25="",sint.eVar26="",sint.eVar27="",sint.eVar28="",sint.eVar29="",sint.eVar30="",
	sint.eVar31="",sint.eVar32="",sint.eVar33="",sint.eVar34="",sint.eVar35="",sint.eVar36="",sint.eVar37="",sint.eVar38="",sint.eVar39="",sint.eVar40="",
	sint.eVar41="",sint.eVar42="",sint.eVar43="",sint.eVar44="",sint.eVar45="",sint.eVar46="",sint.eVar47="",sint.eVar48="",sint.eVar49="",sint.eVar50="",
	sint.hier1="",sint.hier2="",sint.hier3="",sint.hier4="",sint.hier5="";
}

// repopulates wa_event var with the appropriate event number
function waProcessEvents(eventStr,setEvent5) {
	
	var newEventStr = "";
	
	// set Event5 on Page Views only	
	if (setEvent5 == "Y")
	{
		newEventStr = "event5";		
	}
	
	if (eventStr != "")
	{
		
		var linkVars = eventStr.split(",");
	
		for (var i=0;i<linkVars.length;i++){	
			linkVars[i] = linkVars[i].toLowerCase();			
			if (waEventTbl[linkVars[i]]) {
				if (newEventStr == "") {
					newEventStr = waEventTbl[linkVars[i]];
					}
				else {
					newEventStr = newEventStr + "," + waEventTbl[linkVars[i]];
				}
			}
		}
	}
	
	if (newEventStr == "")
	{
		wa_events = "";
	}
	else
	{
		wa_events = newEventStr;
	}	
}

// Function is called using an onClick event on an anchor tag on a page
function waCustomLink(cUrl,cLinkName,cLinkType,cSendVals) {  
   
	if (typeof cLinkName == "undefined") { cLinkName = ""; }
	
	if (cLinkName != "") {
		cLinkName = cLinkName.toLowerCase();		
	}
	else {
		cLinkName = unescape(cUrl).toLowerCase();
	}
	
	if ((typeof cLinkType == "undefined") || (cLinkType == "")) { cLinkType = "o"; }
	
    if ((typeof cSendVals == "undefined") || (cSendVals == ""))  {
   		cSendVals = "none"
   	}
   	
   		
   	waProcessLink(cUrl,cLinkName,cLinkType,cSendVals,'wacustomlink');
}

// Function is used to send link event   
function waTrackAsLink(rLinkName,rLinkType,rSendVals,limitExceeded) {     

   	// set url to blank to pass to waProcessLink function
   	url = "";    	
    	
   	if ((typeof rSendVals == "undefined") || (rSendVals == "")) { 
		rSendVals = "none" 
   	}
   	
   	if ((typeof rLinkType == "undefined") || (rLinkType == "")) { 
		rLinkType = "o"; 
	}
 	
	if ((typeof rLinkName == "undefined") || (rLinkName == "")) {
	
		rLinkName = "watrackaslink function";
	}
	else {
		rLinkName = rLinkName.toLowerCase();
	}
	
    	waProcessLink(url,rLinkName,rLinkType,rSendVals,'watrackaslink');
 
}   


// Main link processing function - called by waCustomLink and waTrackAsLink functions
function waProcessLink (waURL,waLinkName,waLinkType,waSendVals,waCalledBy)
{
	// Set SC Vars to blank so no additional values are sent to SC
    waInitSCVars();

	// set linkTrackEvents to blank - will set if needed
    sint.linkTrackVars= '';  
    sint.linkTrackEvents = '';
    
    // set link name
	waLinkName = wa_org1 + ":" + waLinkName;
  	
 	// Validate link type; default to custom link type    
    waLinkType = waLinkType.toLowerCase();
    
    switch(waLinkType) {    
    	case "d":
    	case "e":
    	case "o": 
    	break;
    	default: waLinkType = "o"    
    }    
		
 	// assign and validate additional variables if any are passed
 	// proper format is: name=value&name=value
		
	  if (waSendVals != "none") {
	  
	  	var linkVars = waSendVals.split("&");
		
			for (var i=0;i<linkVars.length;i++){
		
				// Check for equal sign - if not present, then the format is invalid and will not process
				is_valid = linkVars[i].indexOf("=");
						
					if (is_valid != -1)	{
						var holdVals = linkVars[i].split("=");			
						holdVals[1] = holdVals[1].toLowerCase();
						
						if (waVarTbl[holdVals[0]]) {
							if (holdVals[0] == "wa_events") {				
								waProcessEvents(holdVals[1],'N'); sint.events = wa_events;
							}
							else {	
								sint[waVarTbl[holdVals[0]]] = holdVals[1];	
								if (sint.linkTrackVars != "") {									 
									sint.linkTrackVars = sint.linkTrackVars + "," + waVarTbl[holdVals[0]];
								}
								else {
									sint.linkTrackVars = waVarTbl[holdVals[0]];
								}						
							}	
						}    			
					}	
				}	    
    
	  } 
    
    if (sint.linkTrackVars == "") {
		sint.linkTrackVars = "none";
	}
	else {	
      waProcessVars();     
    }

	if (sint.events != "")
	{
		sint.linkTrackEvents = sint.events;
		sint.linkTrackVars = sint.linkTrackVars + ",events";
	}

    if (waCalledBy == 'wacustomlink') 
    {
		sint.tl(waURL,waLinkType,waLinkName);
    } 
    else 
    {
		sint.tl(true,waLinkType,waLinkName);
    }
   
    sint.linkTrackVars="none";
	sint.linkTrackEvents="none";
}

function waTrackAsPage(pgName,sendVals,limitExceeded) {

// Set SC and WAP Variables to blank
waInitSCVars();
waInitWAPVars();

// Check for page name - this is a required field
if ((pgName == "") || (typeof pgName == "undefined"))
	{
		wa_pageName = "watrackaspage function: unassigned page name";		
	}	
else
	{
		wa_pageName = pgName;	
	}

// process name/value pair of additional WAP vars
if (typeof sendVals != "undefined") {
	
	if (sendVals != "") {

	// splits string at the '&' which results in array of name=value
	var pageVals = sendVals.split("&");

 	for (var i=0;i<pageVals.length;i++){
	
		// check for valid format (name=value) - if not valid, don't process
		is_valid = pageVals[i].indexOf("=");			
		
			if (is_valid != -1)
		
			{	
				var holdVals = pageVals[i].split("=");
				window[holdVals[0]] = holdVals[1];
	
			}    		
		}
	}
}	
	
	// call main processing function	
	waProcess();
	sint.t();
}


// Tagged Links - used for naming links for Clickmap
function tagLinks(tagName) {
s_objectID = tagName;
}
/***** End WAP Custom Code *****/

/* Plugin Config */
sint.usePlugins=true

function s_doPlugins(s) {
    /* Add calls to plugins here */
    // Perform getValOnce function for s.campaign so only track once in a session
	sint.campaign=sint.getValOnce(sint.campaign,"cmp_cookie",0) 	
	// capture dartmail tracking code
	sint.eVar50 = sint.getValOnce(sint.getQueryParam('sssdmh'),'e50_cookie',0);		
	/* partnerDFACheck 0.8 */
	if ((typeof wa_trackDFA != "undefined") && (wa_trackDFA.toLowerCase() != "n") && (s_account != "intelhcodetest")) {
		sint.partnerDFACheck("dfa_cookie","dfaid","prop16");
	}
}	
	  

sint.doPlugins=s_doPlugins
/************************** START PLUGINS SECTION *************************/
/* You may insert any plugins you wish to use here.                 */
	
/*
 * Plugin: getQueryParam 2.1 - return query string parameter(s)
 */
sint.getQueryParam=new Function("p","d","u",""
+"var s=this,v='',i,t;d=d?d:'';u=u?u:(s.pageURL?s.pageURL:s.wd.locati"
+"on);if(u=='f')u=sint.gtfs().location;while(p){i=p.indexOf(',');i=i<0?p"
+".length:i;t=sint.p_gpv(p.substring(0,i),u+'');if(t)v+=v?d+t:t;p=p.subs"
+"tring(i==p.length?i:i+1)}return v");

sint.p_gpv=new Function("k","u",""
+"var s=this,v='',i=u.indexOf('?'),q;if(k&&i>-1){q=u.substring(i+1);v"
+"=s.pt(q,'&','p_gvf',k)}return v");

sint.p_gvf=new Function("t","k",""
+"if(t){var s=this,i=t.indexOf('='),p=i<0?t:t.substring(0,i),v=i<0?'T"
+"rue':t.substring(i+1);if(p.toLowerCase()==k.toLowerCase())return s."
+"epa(v)}return ''");
/*
 * Plugin: Set variable to value only once per session
 */
sint.getValOnce=new Function("v","c","e",""
+"var s=this,k=s.c_r(c),a=new Date;e=e?e:0;if(v){a.setTime(a.getTime("
+")+e*86400000);s.c_w(c,v,e?a:0);}return v==k?'':v");
/*
 * Partner Plugin: DFA Check 0.9 - Restrict DFA calls to once a visit
 * & mid-visit click-throughs 
 */
sint.partnerDFACheck=new Function("c", "src", "p", "var s=this,q,g,cv="
+"1,v=0,t=new Date;t.setTime(t.getTime()+1800000);if(s.c_r(c)==1){v=0;"
+"};if(s.c_r(c)!=1){s.c_w(c,cv,0);v=1};q=s.wd.location.search.toLowerC"
+"ase();q=s.repl(q,'?','&');g=q.indexOf('&'+src.toLowerCase()+'=');if("
+"g>-1){v=1;}if(v<1){sint.variableProvider='';}");
/*
 * Utility Function: vpr - set the variable vs with value v
 */
sint.vpr=new Function("vs","v",
"if(typeof(v)!='undefined'){var s=this; eval('s.'+vs+'=\"'+v+'\"')}");

/*
 * Utility Function: split v1.5 - split a string (JS 1.0 compatible)
 */
sint.split=new Function("l","d",""
+"var i,x=0,a=new Array;while(l){i=l.indexOf(d);i=i>-1?i:l.length;a[x"
+"++]=l.substring(0,i);l=l.substring(i+d.length);}return a");

/*
 * Plugin Utility: Replace v1.0
 */
sint.repl=new Function("x","o","n",""
+"var i=x.indexOf(o),l=n.length;while(x&&i>=0){x=x.substring(0,i)+n+x."
+"substring(i+o.length);i=x.indexOf(o,i+l)}return x");


/************************** END PLUGINS SECTION *************************/


/************* DO NOT ALTER ANYTHING BELOW THIS LINE ! **************/
var s_code='',s_objectID;function s_gi(un,pg,ss){var c="=fun^I(~){`Ls=^Z~$w ~.substring(~.indexOf(~;@t~`c@t~=new Fun^I(~.toLowerCase()~};s.~.length~s_c_il['+s@4n+']~=new Object~`aMigrationServer~.toU"
+"pperCase~){@t~`V$x=^O=s.`X`q=s.`X^c=`I^zobjectID=s.ppu=$8=$8v1=$8v2=$8v3=~','~s.wd~t^S~')q='~var ~s.pt(~=new Array~ookieDomainPeriods~.location~^KingServer~dynamicAccount~s.apv~='+#D~BufferedReques"
+"ts~);s.~)@tx^w!Object$pObject.prototype$pObject.prototype[x])~link~s.m_~Element~visitor~referrer~else ~.get#9()~}c#B(e){~.lastIndexOf(~.protocol~=new Date~=''~;@d^ss[k],255)}~javaEnabled~conne^I^c~"
+"^zc_i~:'')~onclick~}@t~Name~ternalFilters~javascript~s.dl~@9s.b.addBehavior(\"# default# ~for(~=parseFloat(~'+tm.get~typeof(v)==\"~window~cookie~s.rep(~s.vl_g~tfs~s.un~&&s.~o^zoid~browser~.parent~d"
+"ocument~colorDepth~String~while(~.host~s.maxDelay~r=s.m(f)?s[f](~s.sq~parseInt(~ction~t=s.ot(o)~track~nload~j='1.~#NURL~s.eo~lugins~'){q='~dynamicVariablePrefix~=='~set#9out(~Sampling~s.rc[un]~Even"
+"t~;i++)~');~this~resolution~}else{~Type~s.c_r(~s.c_w(~s.eh~s.isie~s.vl_l~s.vl_t~Secure~Height~t,h#Wt?t~tcf~isopera~ismac~escape(~.href~screen.~s.fl(~s=s_gi(~Version~harCode~&&(~_'+~variableProvider"
+"~.s_~f',~){s.~)?'Y':'N'~:'';h=h?h~._i~e&&l!='SESSION'~s_sv(v,n[k],i)}~name~home#N~;try{~s.ssl~s.oun~s.rl[u~Width~o.type~\"m_\"+n~Lifetime~s.gg('objectID~sEnabled~.mrq($run+'\"~ExternalLinks~charSet"
+"~onerror~currencyCode~.src~disable~etYear(~MigrationKey~&&!~Opera~'s_~Math.~s.fsg~s.$x~s.ns6~InlineStats~&&l!='NONE'~Track~'0123456789~s[k]=~'+n+'~loadModule~+\"_c\"]~s.epa(~t.m_nl~m._d~n=s.oid(o)~"
+",'sqs',q);~LeaveQuery~(''+~')>=~'=')~){n=~\",''),~&&t!='~if(~vo)~s.sampled~=s.oh(o);~+(y<1900?~n]=~true~sess~campaign~lif~ in ~'http~,100)~s.co(~ffset~s.pe~'&pe~m._l~s.c_d~s.brl~s.nrs~s.gv(~s[mn]~s"
+".qav~,'vo~s.pl~=(apn~Listener~\"s_gs(\")~vo._t~b.attach~2o7.net'~d.create~=s.n.app~n){~t&&~)+'/~s()+'~){p=~():''~a):f(~'+n;~+1))~a['!'+t]~){v=s.n.~channel~.target~x.split~o.value~[\"s_\"+g~s_si(t)~"
+"')dc='1~\".tl(\")~etscape~s_')t=t~omePage~s.d.get~')<~||!~'||~\"'+~[b](e);~\"){n[k]~a+1,b):~m[t+1](~return~lnk~mobile~height~events~random~code~wd.~=un~un,~,pev~'MSIE ~rs,~Time~floor(~atch~s.num(~s"
+".ape(~s.pg~m._e~s.c_gd~,'lt~.inner~transa~;s.gl(~idt='+~',s.bc~page~Group,~.fromC~sByTag~?'&~+';'~&&o~1);~}}}}~){t=~[t]=~[n];~>=5)~[t](~,1)!='~!a[t])~~s._c=@Uc';`I=`z`5!`I`m$R`I`ml`N;`I`mn=0;}s@4l="
+"`I`ml;s@4n=`I`mn;s@4l[s@4@ys;`I`mn++;s.m`0m){`2@nm)`4'{$o0`9fl`0x,l){`2x?@nx)`30,l):x`9co`0o`F!o)`2o;`Ln`C,x;`vx$3o)@tx`4'select$o0&&x`4'filter$o0)n[x]=o[x];`2n`9num`0x){x`i+x;`v`Lp=0;p<x`A;p++)@t("
+"@c')`4x`3p,p$Z<0)`20;`21`9rep=s_r;s.spf`0t,a){a[a`A]=t;`20`9sp`0x,d`1,a`N`5$e)a=$e(d);`c`Mx,d,'sp@0a);`2a`9ape`0x`1,h=@cABCDEF',i,c=s.@L,n,l,e,y`i;c=c?c`E$W`5x){x`i+x`5c^SAUTO'^w'').c^vAt){`vi=0;i<"
+"x`A^X{c=x`3i,i+#Un=x.c^vAt(i)`5n>127){l=0;e`i;^Cn||l<4){e=h`3n%16,n%16+1)+e;n=(n-n%16)/16;l++}y+='%u'+e}`6c^S+')y+='%2B';`cy+=^pc)}x=y^bx=x?^1^p''+x),'+`H%2B'):x`5x&&c^5em==1&&x`4'%u$o0&&x`4'%U$o0)"
+"{i=x`4'%^Y^Ci>=0){i++`5h`38)`4x`3i,i+1)`E())>=0)`2x`30,i)+'u00'+x`3i);i=x`4'%',i)#V`2x`9epa`0x`1;`2x?un^p^1''+x,'+`H ')):x`9pt`0x,d,f,a`1,t=x,z=0,y,r;^Ct){y=t`4d);y=y<0?t`A:y;t=t`30,y);^Ft,$Xt,a)`5"
+"r)`2r;z+=y+d`A;t=x`3z,x`A);t=z<x`A?t:''}`2''`9isf`0t,a){`Lc=a`4':')`5c>=0)a=a`30,c)`5t`30,2)^S$l`32);`2(t!`i&&t==a)`9fsf`0t,a`1`5`Ma,`H,'is@0t))@W+=(@W!`i?`H`n+t;`20`9fs`0x,f`1;@W`i;`Mx,`H,'fs@0f);"
+"`2@W`9si`0wd`1,c`i+s_gi,a=c`4\"{\"),b=c`f\"}\"),m;c=s_fe(a>0&&b>0?c`3$u0)`5wd&&#3^9&&c){#3^T'fun^I s_sv(o,n,k){`Lv=o[k],i`5v`F`ystring\"||`ynumber\")n[k]=v;`cif (`yarray$t`N;`vi=0;i<v`A^X@6`cif (`y"
+"object$t`C;`vi$3v)@6}}fun^I $h{`Lwd=`z,s,i,j,c,a,b;wd^zgi`7\"un\",\"pg\",\"ss\",$rc+'\");#3^t$r@B+'\");s=#3s;s.sa($r^4+'\"`V^3=wd;`M^2,\",\",\"vo1\",t`G\\'\\'`5t.m_l&&@i)`vi=0;i<@i`A^X{n=@i[i]`5$Rm"
+"=t#Yc=t[@F]`5m&&c){c=\"\"+c`5c`4\"fun^I\")>=0){a=c`4\"{\");b=c`f\"}\");c=a>0&&b>0?c`3$u0;s[@F@g=c`5#F)s.@f(n)`5s[n])`vj=0;j<$A`A;j++)s_sv(m,s[n],$A[j])#V}`Le,o,t@9o=`z.opener`5o#T^zgi#Wo^zgi($r^4+'"
+"\")`5t)$h}`e}',1)}`9c_d`i;#Gf`0t,a`1`5!#Ct))`21;`20`9c_gd`0`1,d=`I`P^D@7,n=s.fpC`O,p`5!n)n=s.c`O`5d@S$B@qn?^Hn):2;n=n>2?n:2;p=d`f'.')`5p>=0){^Cp>=0&&n>1$Vd`f'.',p-#Un--}$B=p>0&&`Md,'.`Hc_gd@00)?d`3"
+"p):d}}`2$B`9c_r`0k`1;k=#Dk);`Lc=' '+s.d.^0,i=c`4' '+k+@p,e=i<0?i:c`4';',i),v=i<0?'':@hc`3i+2+k`A,e<0?c`A:e));`2v!='[[B]]'?v:''`9c_w`0k,v,e`1,d=#G(),l=s.^0@G,t;v`i+v;l=l?@nl)`E$W`5@5@a#W(v!`i?^Hl?l:"
+"0):-60)`5t){e`h;e.set#9(e`d+(t*1000))}`pk@a@1d.^0=k+'`Tv!`i?v:'[[B]]')+'; path=/;'+(@5?' expires='+e.toGMT^B()#S`n+(d?' domain='+d#S`n;`2^dk)==v}`20`9eh`0o,e,r,f`1,b='s^xe+'^xs@4n,n=-1,l,i,x`5!^fl)"
+"^fl`N;l=^fl;`vi=0;i<l`A&&n<0;i++`Fl[i].o==o&&l[i].e==e)n=i`pn<0@qi;l[n]`C}x=l#Yx.o=o;x.e=e;f=r?x.b:f`5r||f){x.b=r?0:o[e];x.o[e]=f`px.b){x.o[b]=x.b;`2b}`20`9cet`0f,a,t,o,b`1,r,^m`5`S>=5^w!s.^n||`S>="
+"7)){^m`7's`Hf`Ha`Ht`H`Le,r@9^F$Xa)`er=s.m(t)?s#ae):t(e)}`2r^Yr=^m(s,f,a,t)^b@ts.^o^5u`4#74@o0)r=s.m(b)?s[b](a):b(a);else{^f(`I,'@M',0,o);^F$Xa`Veh(`I,'@M',1)}}`2r`9g^3et`0e`1;`2s.^3`9g^3oe`7'e`H`Ls"
+"=`B,c;^f(`z,\"@M\",1`Ve^3=1;c=s.t()`5c)s.d.write(c`Ve^3=0;`2@z'`Vg^3fb`0a){`2`z`9g^3f`0w`1,p=w^8,l=w`P;s.^3=w`5p&&p`P!=l&&p`P^D==l^D@1^3=p;`2s.g^3f(s.^3)}`2s.^3`9g^3`0`1`5!s.^3@1^3=`I`5!s.e^3)s.^3="
+"s.cet('g^3@0s.^3,'g^3et',s.g^3oe,'g^3fb')}`2s.^3`9mrq`0u`1,l=@C],n,r;@C]=0`5l)`vn=0;n<l`A;n++){r=l#Ys.mr(0,0,r.r,0,r.t,r.u)}`9br`0id,rs`1`5s.@P`U$p^e@Ubr',rs))$C=rs`9flush`U`0`1;s.fbr(0)`9fbr`0id`1"
+",br=^d@Ubr')`5!br)br=$C`5br`F!s.@P`U)^e@Ubr`H'`Vmr(0,0,br)}$C=0`9mr`0$0,q,#8id,ta,u`1,dc=s.dc,t1=s.`Q,t2=s.`Q^j,tb=s.`QBase,p='.sc',ns=s.`a`qspace,un=u?u:(ns?ns:s.fun),unc=^1#5'_`H-'),r`C,l,imn=@Ui"
+"^x(un),im,b,e`5!rs`Ft1`Ft2^5ssl)t1=t2^b@t!ns)ns#4c`5!tb)tb='$O`5dc)dc=@ndc)`8;`cdc='d1'`5tb^S$O`Fdc^Sd1$i12';`6dc^Sd2$i22';p`i}t1=ns+'.'+dc+'.'+p+tb}rs=$4'+(@A?'s'`n+'://'+t1+'/b/ss/'+^4+'/'+(s.$y?"
+"'5.1':'1'$TH.19.3/'+$0+'?AQB=1&ndh=1'+(q?q`n+'&AQE=1'`5^g@Ss.^o`F`S>5.5)rs=^s#84095);`crs=^s#82047)`pid@1br(id,rs);$w}`ps.d.images&&`S>=3^w!s.^n||`S>=7)^w@Y<0||`S>=6.1)`F!s.rc)s.rc`C`5!^V){^V=1`5!s"
+".rl)s.rl`C;@Cn]`N;^T'@t`z`ml)`z.`B@J)',750)^bl=@Cn]`5l){r.t=ta;r.u#4;r.r=rs;l[l`A]=r;`2''}imn+='^x^V;^V++}im=`I[imn]`5!im)im=`I[im@ynew Image;im^zl=0;im.o^L`7'e`H^Z^zl=1;`Lwd=`z,s`5wd`ml){s=#3`B;s@"
+"J`Vnrs--`5!$D)`Ym(\"rr\")}')`5!$D@1nrs=1;`Ym('rs')}`c$D++;im@O=rs`5rs`4$9=@o0^w!ta||ta^S_self$qta^S_top$q(`I.@7&&ta==`I.@7))){b=e`h;^C!im^zl&&e`d-b`d<500)e`h}`2''}`2'<im'+'g sr'+'c=$rrs+'\" width=1"
+" $z=1 border=0 alt=\"\">'`9gg`0v`1`5!`I['s^xv])`I['s^xv]`i;`2`I['s^xv]`9glf`0t,a`Ft`30,2)^S$l`32);`Ls=^Z,v=s.gg(t)`5v)s#Xv`9gl`0v`1`5#E)`Mv,`H,'gl@00)`9gv`0v`1;`2s['vpm^xv]?s['vpv^xv]:(s[v]?s[v]`n`"
+"9havf`0t,a`1,b=t`30,4),x=t`34),n=^Hx),k='g^xt,m='vpm^xt,q=t,v=s.`X@bVa#8e=s.`X@b^Ws,mn;@d$Et)`5s[k]`F$8||@X||^O`F$8){mn=$8`30,1)`E()+$8`31)`5$F){v=$F.^KVars;e=$F.^K^Ws}}v=v?v+`H+^h+`H+^h2:''`5v@S`M"
+"v,`H,'is@0t))s[k]`i`5`J#0'&&e)@ds.fs(s[k],e)}s[m]=0`5`J^R`KD';`6`J`aID`Kvid';`6`J^N^Qg'`j`6`J`b^Qr'`j`6`Jvmk$q`J`a@R`Kvmt';`6`J`D^Qvmf'`5@A^5`D^j)s[k]`i}`6`J`D^j^Qvmf'`5!@A^5`D)s[k]`i}`6`J@L^Qce'`5"
+"s[k]`E()^SAUTO')@d'ISO8859-1';`6s.em==2)@d'UTF-8'}`6`J`a`qspace`Kns';`6`Jc`O`Kcdp';`6`J^0@G`Kcl';`6`J^y`Kvvp';`6`J@N`Kcc';`6`J$c`Kch';`6`J#J^IID`Kxact';`6`J$1`Kv0';`6`J^a`Ks';`6`J^A`Kc';`6`J`s^u`Kj"
+"';`6`J`k`Kv';`6`J^0@I`Kk';`6`J^7@D`Kbw';`6`J^7^k`Kbh';`6`J`l`Kct';`6`J@8`Khp';`6`Jp^P`Kp';`6#Cx)`Fb^Sprop`Kc$Y`6b^SeVar`Kv$Y`6b^Slist`Kl$Y`6b^Shier^Qh'+n`j`ps[k]@s`X`q'@s`X^c')$G+='&'+q+'`Ts[k]);}`"
+"2''`9hav`0`1;$G`i;`M^i,`H,'hav@00);`2$G`9lnf`0^l`8@3`8:'';`Lte=t`4@p`5$Ste>0&&h`4t`3te$Z>=0)`2t`30,te);`2''`9ln`0h`1,n=s.`X`qs`5n)`2`Mn,`H,'ln@0h);`2''`9ltdf`0^l`8@3`8:'';`Lqi=h`4'?^Yh=qi>=0?h`30,q"
+"i):h`5$Sh`3h`A-(t`A$Z^S.'+t)`21;`20`9ltef`0^l`8@3`8:''`5$Sh`4t)>=0)`21;`20`9lt`0h`1,lft=s.`XDow^LFile^cs,lef=s.`XEx`r,$2=s.`XIn`r;$2=$2?$2:`I`P^D@7;h=h`8`5s.^KDow^LLinks&&lf$S`Mlft,`H#Hd@0h))`2'd'`"
+"5s.^K@K&&h`30#b# '^wlef||$2)^w!lef||`Mlef,`H#He@0h))^w!$2$p`M$2,`H#He@0h)))`2'e';`2''`9lc`7'e`H`Ls=`B,b=^f(^Z,\"`o\"`V$x=$6^Z`Vt(`V$x=0`5b)`2^Z$s`2@z'`Vbc`7'e`H`Ls=`B,f,^m`5s.d^5d.all^5d.all.cppXYc"
+"tnr)$w;^O=e@O`Z?e@O`Z:e$d;^m`7\"s\",\"`Le@9@t^O^w^O.tag`q||^O^8`Z||^O^8Node))s.t()`e}\");^m(s`Veo=0'`Voh`0o`1,l=`I`P,h=o^q?o^q:'',i,j,k,p;i=h`4':^Yj=h`4'?^Yk=h`4'/')`5h^wi<0||(j>=0&&i>j)||(k>=0&&i>"
+"k))$Vo`g#T`g`A>1?o`g:(l`g?l`g`n;i=l.path@7`f'/^Yh=(p?p+'//'`n+(o^D?o^D:(l^D?l^D`n)+(h`30#b/'?l.path@7`30,i<0?0:i$T'`n+h}`2h`9ot`0o){`Lt=o.tag`q;t=$St`E?t`E$W`5`JSHAPE')t`i`5t`F`JINPUT'&&@E&&@E`E)t="
+"@E`E();`6!$So^q)t='A';}`2t`9oid`0o`1,^J,p,c,n`i,x=0`5t@S^6$Vo`g;c=o.`o`5o^q^w`JA$q`JAREA')^w!c$pp||p`8`4'`s$o0))n@w`6c@q^1s.rep(^1s.rep@nc,\"\\r@r\"\\n@r\"\\t@r' `H^Yx=2}`6$f^w`JINPUT$q`JSUBMIT')@q"
+"$f;x=3}`6o@O&&`JIMAGE')n=o@O`5$R^6=^sn$5;^6t=x}}`2^6`9rqf`0t,un`1,e=t`4@p,u=e>=0?`H+t`30,e)+`H:'';`2u&&u`4`H+un+`H)>=0?@ht`3e$Z:''`9rq`0un`1,c#4`4`H),v=^d@Usq'),q`i`5c<0)`2`Mv,'&`Hrq@0un);`2`M#5`H,"
+"'rq',0)`9sqp`0t,a`1,e=t`4@p,q=e<0?'':@ht`3e+1)`Vsqq[q]`i`5e>=0)`Mt`30,e),`H@l`20`9sqs`0#5q`1;^Gu[u@yq;`20`9sq`0q`1,k=@Usq',v=^dk),x,c=0;^Gq`C;^Gu`C;^Gq[q]`i;`Mv,'&`Hsqp',0);`M^4,`H@lv`i;`vx$3^Gu`W)"
+"^Gq[^Gu[x]]+=(^Gq[^Gu[x]]?`H`n+x;`vx$3^Gq`W^5sqq[x]^wx==q||c<2)){v+=(v#R'`n+^Gq[x]+'`Tx);c++}`2^ek,v,0)`9wdl`7'e`H`Ls=`B,r=@z,b=^f(`I,\"o^L\"),i,o,oc`5b)r=^Z$s`vi=0;i<s.d.`Xs`A^X{o=s.d.`Xs[i];oc=o."
+"`o?\"\"+o.`o:\"\"`5(oc`4$L<0||oc`4\"^zoc(\")>=0)#Tc`4$j<0)^f(o,\"`o\",0,s.lc);}`2r^Y`Is`0`1`5`S>3^w!^g$ps.^o||`S#Z`Fs.b^5$N^W)s.$N^W('`o#M);`6s.b^5b.add^W$K)s.b.add^W$K('click#M,false);`c^f(`I,'o^L"
+"',0,`Il)}`9vs`0x`1,v=s.`a^U,g=s.`a^U#Ok=@Uvsn^x^4+(g?'^xg`n,n=^dk),e`h,y=e.g@Q);e.s@Qy+10@x1900:0))`5v){v*=100`5!n`F!^ek,x,e))`20;n=x`pn%10000>v)`20}`21`9dyasmf`0t,m`F$Sm&&m`4t)>=0)`21;`20`9dyasf`0"
+"t,m`1,i=t?t`4@p:-1,n,x`5i>=0&&m){`Ln=t`30,i),x=t`3i+1)`5`Mx,`H,'dyasm@0m))`2n}`20`9uns`0`1,x=s.`RSele^I,l=s.`RList,m=s.`RM#B,n,i;^4=^4`8`5x&&l`F!m)m=`I`P^D`5!m.toLowerCase)m`i+m;l=l`8;m=m`8;n=`Ml,'"
+";`Hdyas@0m)`5n)^4=n}i=^4`4`H`Vfun=i<0?^4:^4`30,i)`9sa`0un`1;^4#4`5!@B)@B#4;`6(`H+@B+`H)`4un)<0)@B+=`H+un;^4s()`9m_i`0n,a`1,m,f=n`30,1),r,l,i`5!`Yl)`Yl`C`5!`Ynl)`Ynl`N;m=`Yl[n]`5!a&&m&&#F@Sm@4)`Ya(n"
+")`5!m){m`C,m._c=@Um';m@4n=`I`mn;m@4l=s@4l;m@4l[m@4@ym;`I`mn++;m.s=s;m._n=n;$A`N('_c`H_in`H_il`H_i`H_e`H_d`H_dl`Hs`Hn`H_r`H_g`H_g1`H_t`H_t1`H_x`H_x1`H_rs`H_rr`H_l'`Vm_l[@ym;`Ynl[`Ynl`A]=n}`6m._r@Sm."
+"_m){r=m._r;r._m=m;l=$A;`vi=0;i<l`A^X@tm[l[i]])r[l[i]]=m[l[i]];r@4l[r@4@yr;m=`Yl[@yr`pf==f`E())s[@ym;`2m`9m_a`7'n`Hg`H@t!g)g=@F;`Ls=`B,c=s[g@g,m,x,f=0`5!c)c=`I$g@g`5c&&s_d)s[g]`7\"s\",s_ft(s_d(c)));"
+"x=s[g]`5!x)x=s[g]=`I$g];m=`Yi(n,1)`5x){m@4=f=1`5(\"\"+x)`4\"fun^I\")>=0)x(s);`c`Ym(\"x\",n,x)}m=`Yi(n,1)`5@jl)@jl=@j=0;`tt();`2f'`Vm_m`0t,n,d#W'^xt;`Ls=^Z,i,x,m,f='^xt`5`Yl&&`Ynl)`vi=0;i<`Ynl`A^X{x"
+"=`Ynl[i]`5!n||x==$Rm=`Yi(x)`5m[t]`F`J_d')`21`5d)m#ad);`cm#a)`pm[t+1]@Sm[f]`Fd)$vd);`c$v)}m[f]=1}}`20`9@f`0n,u,d,l`1,m,i=n`4':'),g=i<0?@F:n`3i+1),o=0,f,c=s.h?s.h:s.b,^m`5i>=0)n=n`30,i);m=`Yi(n)`5(l$"
+"p`Ya(n,g))&&u^5d&&c^5$P`Z`Fd){@j=1;@jl=1`p@A)u=^1u,$4:`Hhttps:^Yf`7'e`H`B.m_a(\"@e\",$rg+'\")^Y^m`7's`Hf`Hu`Hc`H`Le,o=0@9o=s.$P`Z(\"script\")`5o){@E=\"text/`s\"`5f)o.o^L=f;o@O=u;c.appendChild(o)}`e"
+"o=0}`2o^Yo=^m(s,f,u,c)}`cm=`Yi(n);#F=1;`2m`9vo1`0t,a`Fa[t]||$a)^Z#Xa[t]`9vo2`0t,a`F#c{a#X^Z[t]`5#c$a=1}`9dlt`7'`Ls=`B,d`h,i,vo,f=0`5`tl)`vi=0;i<`tl`A^X{vo=`tl[i]`5vo`F!`Ym(\"d\")||d`d-$M>=^E){`tl[i"
+"]=0;s.t(@u}`cf=1}`p`ti)clear#9out(`ti`Vdli=0`5f`F!`ti)`ti=^T`tt,^E)}`c`tl=0'`Vdl`0vo`1,d`h`5!@uvo`C;`M^2,`H$H2',@u;$M=d`d`5!`tl)`tl`N;`tl[`tl`A]=vo`5!^E)^E=250;`tt()`9t`0vo,id`1,trk=1,tm`h,sed=Math"
+"&&@V#1?@V#A@V#1()*10000000000000):tm`d,$0='s'+@V#Atm`d/10800000)%10+sed,y=tm.g@Q),vt=tm.getDate($T`xMonth($T'@xy+1900:y)+' `xHour$U:`xMinute$U:`xSecond$U `xDay()+' `x#9zoneO$7(),^m,^3=s.g^3(),ta`i,"
+"q`i,qs`i,#2`i,vb`C#K^2`Vuns()`5!s.td){`Ltl=^3`P,a,o,i,x`i,c`i,v`i,p`i,bw`i,bh`i,^M0',k=^e@Ucc`H@z',0@2,hp`i,ct`i,pn=0,ps`5^B&&^B.prototype){^M1'`5j.m#B){^M2'`5tm.setUTCDate){^M3'`5^g^5^o&&`S#Z^M4'`"
+"5pn.toPrecisio$R^M5';a`N`5a.forEach){^M6';i=0;o`C;^m`7'o`H`Le,i=0@9i=new Iterator(o)`e}`2i^Yi=^m(o)`5i&&i.next)^M7'#V`p`S>=4)x=^rwidth+'x'+^r$z`5s.isns||s.^n`F`S>=3$b`k(@2`5`S>=4){c=^rpixelDepth;bw"
+"=`I#I@D;bh=`I#I^k}}$I=s.n.p^P}`6^g`F`S>=4$b`k(@2;c=^r^A`5`S#Z{bw=s.d.^9`Z.o$7@D;bh=s.d.^9`Z.o$7^k`5!s.^o^5b){^m`7's`Htl`H`Le,hp=0`uh$m\");hp=s.b.isH$m(tl)?\"Y\":\"N\"`e}`2hp^Yhp=^m(s,tl);^m`7's`H`L"
+"e,ct=0`uclientCaps\");ct=s.b.`l`e}`2ct^Yct=^m(s)}}}`cr`i`p$I)^Cpn<$I`A&&pn<30){ps=^s$I[pn].@7$5#S`5p`4ps)<0)p+=ps;pn++}s.^a=x;s.^A=c;s.`s^u=j;s.`k=v;s.^0@I=k;s.^7@D=bw;s.^7^k=bh;s.`l=ct;s.@8=hp;s.p"
+"^P=p;s.td=1`p@u{`M^2,`H$H2',vb);`M^2,`H$H1',@u`ps.useP^P)s.doP^P(s);`Ll=`I`P,r=^3.^9.`b`5!s.^N)s.^N=l^q?l^q:l`5!s.`b@Ss._1_`b@1`b=r;s._1_`b=1}`Ym('g')`5(vo&&$M)$p`Ym('d')`F@X||^O){`Lo=^O?^O:@X`5!o)"
+"`2'';`Lp=$E'#N`q'),w=1,^J,@k,x=^6t,h,l,i,oc`5^O#T==^O){^Co@Sn@sBODY'){o=o^8`Z?o^8`Z:o^8Node`5!o)`2'';^J;@k;x=^6t}oc=o.`o?''+o.`o:''`5(oc`4$L>=0#Tc`4\"^zoc(\")<0)||oc`4$j>=0)`2''}ta=n?o$d:1;h@wi=h`4"
+"'?^Yh=s.`X@m^B||i<0?h:h`30,i);l=s.`X`q?s.`X`q:s.ln(h);t=s.`X^c?s.`X^c`8:s.lt(h)`5t^wh||l))q+=$9=$x^x(`Jd$q`Je'?#Dt):'o')+(h?$9v1`Th)`n+(l?$9v2`Tl)`n;`ctrk=0`5s.^K@Z`F!p$V$E'^N^Yw=0}^J;i=o.sourceInd"
+"ex`5@H')@q@H^Yx=1;i=1`pp&&n&&t)qs='&pid`T^sp,255))+(w#Rp#Lw`n+'&oid`T^sn$5)+(x#Ro#Lx`n+'&ot`Tt)+(i#Roi='+i`n}`p!trk@Sqs)`2'';@v=s.vs(sed)`5trk`F@v)#2=s.mr($0,(vt#Rt`Tvt)`n+s.hav()+q+(qs?qs:s.rq(^4)"
+"),0,id,ta);qs`i;`Ym('t')`5s.p_r)s.p_r(`V`b`i}^G(qs);^b`t(@u;`p@u`M^2,`H$H1',vb`G''`5#E)`I^z$x=`I^zeo=`I^z`X`q=`I^z`X^c`i`5!id@Ss.tc@1tc=1;s.flush`U()}`2#2`9tl`0o,t,n,vo`1;@X=$6o`V`X^c=t;s.`X`q=n;s."
+"t(@u}`5pg){`I^zco`0o){`L^t\"_\",1,#U`2$6o)`9wd^zgs`0u$R`L^t#51,#U`2s.t()`9wd^zdc`0u$R`L^t#5#U`2s.t()}}@A=(`I`P`g`8`4$4s@o0`Vd=^9;s.b=s.d.body`5$n`Z#Q`q@1h=$n`Z#Q`q('HEAD')`5s.h)s.h=s.h[0]}s.n=navig"
+"ator;s.u=s.n.userAgent;@Y=s.u`4'N$k6/^Y`Lapn$Q`q,v$Q^u,ie=v`4#7'),o=s.u`4'@T '),i`5v`4'@T@o0||o>0)apn='@T';^g$J^SMicrosoft Internet Explorer'`Visns$J^SN$k'`V^n$J^S@T'`V^o=(s.u`4'Mac@o0)`5o>0)`S`ws."
+"u`3o+6));`6ie>0){`S=^Hi=v`3ie+5))`5`S>3)`S`wi)}`6@Y>0)`S`ws.u`3@Y+10));`c`S`wv`Vem=0`5^B#P^v){i=^p^B#P^v(256))`E(`Vem=(i^S%C4%80'?2:(i^S%U0100'?1:0))}s.sa(un`Vvl_l='^R,`aID,vmk,`a@R,`D,`D^j,ppu,@L,"
+"`a`qspace,c`O,^0@G,#N`q,^N,`b,@N';^i=^h+',^y,$c,server,#N^c,#J^IID,purchaseID,$1,state,zip,#0,products,`X`q,`X^c';`v`Ln=1;n<51;n++)^i+=',prop@e,eVar@e,hier@e,list$Y^h2=',tnt,pe#61#62#63,^a,^A,`s^u,"
+"`k,^0@I,^7@D,^7^k,`l,@8,p^P';^i+=^h2;^2=^i+',`Q,`Q^j,`QBase,fpC`O,@P`U,$y,`a^U,`a^U#O`RSele^I,`RList,`RM#B,^KDow^LLinks,^K@K,^K@Z,`X@m^B,`XDow^LFile^cs,`XEx`r,`XIn`r,`X@bVa#8`X@b^Ws,`X`qs,$x,eo,_1_"
+"`b';#E=pg#K^2)`5!ss)`Is()",
w=window,l=w.s_c_il,n=navigator,u=n.userAgent,v=n.appVersion,e=v.indexOf('MSIE '),m=u.indexOf('Netscape6/'),a,i,s;if(un){un=un.toLowerCase();if(l)for(i=0;i<l.length;i++){s=l[i];if(s._c=='s_c'){if(s.oun==un)return s;else if(s.fs&&s.sa&&s.fs(s.oun,un)){s.sa(un);return s}}}}
w.s_r=new Function("x","o","n","var i=x.indexOf(o);if(i>=0&&x.split)x=(x.split(o)).join(n);else while(i>=0){x=x.substring(0,i)+n+x.substring(i+o.length);i=x.indexOf(o)}return x");
w.s_d=new Function("x","var t='`^@$#',l='0123456789ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz',d,n=0,b,k,w,i=x.lastIndexOf('~~');if(i>0){d=x.substring(0,i);x=x.substring(i+2);while(d){w=d;i"
+"=d.indexOf('~');if(i>0){w=d.substring(0,i);d=d.substring(i+1)}else d='';b=(n-n%62)/62;k=n-b*62;k=t.substring(b,b+1)+l.substring(k,k+1);x=s_r(x,k,w);n++}for(i=0;i<5;i++){w=t.substring(i,i+1);x=s_r(x"
+",w+' ',w)}}return x");
w.s_fe=new Function("c","return s_r(s_r(s_r(c,'\\\\','\\\\\\\\'),'\"','\\\\\"'),\"\\n\",\"\\\\n\")");
w.s_fa=new Function("f","var s=f.indexOf('(')+1,e=f.indexOf(')'),a='',c;while(s>=0&&s<e){c=f.substring(s,s+1);if(c==',')a+='\",\"';else if((\"\\n\\r\\t \").indexOf(c)<0)a+=c;s++}return a?'\"'+a+'\"':"
+"a");
w.s_ft=new Function("c","c+='';var s,e,o,a,d,q,f,h,x;s=c.indexOf('=function(');while(s>=0){s++;d=1;q='';x=0;f=c.substring(s);a=s_fa(f);e=o=c.indexOf('{',s);e++;while(d>0){h=c.substring(e,e+1);if(q){i"
+"f(h==q&&!x)q='';if(h=='\\\\')x=x?0:1;else x=0}else{if(h=='\"'||h==\"'\")q=h;if(h=='{')d++;if(h=='}')d--}if(d>0)e++}c=c.substring(0,s)+'new Function('+(a?a+',':'')+'\"'+s_fe(c.substring(o+1,e))+'\")"
+"'+c.substring(e+1);s=c.indexOf('=function(')}return c;");
c=s_d(c);if(e>0){a=parseInt(i=v.substring(e+5));if(a>3)a=parseFloat(i)}else if(m>0)a=parseFloat(u.substring(m+10));else a=parseFloat(v);if(a>=5&&v.indexOf('Opera')<0&&u.indexOf('Opera')<0){w.s_c=new Function("un","pg","ss","var s=this;"+c);return new s_c(un,pg,ss)}else s=new Function("un","pg","ss","var s=new Object;"+s_ft(c)+";return s");return s(un,pg,ss)}
s_code=sint.t();if(s_code)document.write(s_code);