/* HP CMA Central SiteCatalyst Code - Release G.9.20060801a EXCEPTION CODE: CCSEARCH */
/* HP Control Variables - */
if(!(window.s_hp_optOut)) {var s_hp_optOut = false }

var s_account = "hphqglobal,hphqna,hphqwwccsearch,hphqsearch"

/* Standard SiteCatalyst Variables */
var s_disableLegacyVars=true

/* Dynamic Accounts - note these accounts will not show up in s_account */
var s_dynamicAccountSelection=true
var s_dynamicAccountList="devhphqtestaccount=localhost,127.0.0.1,h15061.www1.hp.com"
var s_dynamicAccountMatch=window.location.hostname

/* Link Tracking Config */
var s_trackDownloadLinks=true
var s_trackExternalLinks=true
var s_trackInlineStats=true
var s_linkDownloadFileTypes="exe,zip,wav,mp3,mov,mpg,avi,wmv,doc,pdf,xls"
var s_linkInternalFilters="javascript:,hp,compaq,cpqcorp"
var s_linkLeaveQueryString=false
var s_linkTrackVars="None"
var s_linkTrackEvents="None"

if(!(window.s_currencyCode && s_currencyCode.length ==3)) s_currencyCode="USD"

function s_hp_doMetricsPlugins() {
}

s_hp_includeJavaScriptFile("welcome.hp-ww.com","/cma/metrics/sc/s_code_remote.js");

function s_hp_includeJavaScriptFile(hp_hostname,hp_path) {
	if(!(window.s_hp_optOut && window.s_hp_optOut == true)) {
		var hp_ssl=(window.location.protocol.toLowerCase().indexOf('https')!=-1)
		if(hp_hostname && hp_hostname.length>0) {
			if(hp_ssl == true && hp_hostname.toLowerCase().indexOf("welcome.") != -1) { hp_hostname = "secure.hp-ww.com"; }
			var fullURL = "http" + (hp_ssl?"s":"") + "://" + hp_hostname + hp_path
		}
		else
			var fullURL=hp_path;
		document.write("<sc" + "ript language=\"JavaScript\" src=\""+fullURL+"\"></sc" + "ript>");
	}
}