/* SiteCatalyst code version: H.14. Copyright Omniture, Inc. More info available at http://www.omniture.com */
/* Author: Neil Evans */
/************************** CONFIG SECTION ****************************************/
/* Specify the Report Suite(s) */
var s_account="devsunsolve";
var sun_dynamicAccountSelection=true;
var sun_dynamicAccountList="sunglobal,sunsolve=sunsolve.sun.com;"
    +"sunglobal,sunsolve=sunsolve1.sun.com;"
    +"sunglobal,sunsolve=sunsolve2.sun.com;"
    +"sunglobal,sunsolve=sunsolve3.sun.com;"
    +"sunglobal,sunsolve=sunsolve4.sun.com;"
    +"sunglobal,sunsolve=sunsolve5.sun.com;"
    +"sunglobal,sunsolve=sunsolve6.sun.com;"
    +"sunglobal,sunsolve=sunsolve7.sun.com;"
    +"sunglobal,sunsolve=sunsolve8.sun.com;"
    +"sunglobal,sunsolve=sunsolve9.sun.com;"
    +"sunglobal,sunsolve=sunsolve10.sun.com;"
    +"sunglobal,sunsolve=sunsolve11.sun.com;"
    +"sunglobal,sunsolve=sunsolve12.sun.com;"
    +"sunglobal,sunsolve=sunsolve13.sun.com;"
    +"sunglobal,sunsolve=sunsolve14.sun.com;"
    +"sunglobal,sunsolve=sunsolve15.sun.com;"
    +"sunglobal,sunsolve=patchpro.sun.com;"
    +"devsunsolve=.";
/* Specify the Report Suite ID */
var s_siteid="sunsolve:";
/* Settings for pageName */
// strip out search terms from page name
if (typeof s_pageName != "undefined" && s_pageName) {
    if (false && typeof s_pageName.match != "undefined") {
        var s_pageName_matches = s_pageName.match(/^\s*(Search\s*Results)\s*:\s*/);
        if (s_pageName_matches) {
            s_pageName = s_pageName_matches[1];
        }
    } else if (s_pageName.toLowerCase().indexOf("search results:") == 0) {
        s_pageName = "Search Results";
    }
}
/* Extra Settings */
/* URL encoding functions for general use */
if (typeof decodeURIComponent == "undefined") { decodeURIComponent = unescape; }
if (typeof encodeURIComponent == "undefined") { encodeURIComponent = escape; }
/* Is the visitor logged in? */
var s_prop24 = (document.cookie && decodeURIComponent(document.cookie).match(/\bSunSolve_Auth=[^;]*#/)) ? "logged in" : "not logged in";
/* Remote Omniture JS call  */
var sun_ssl=(window.location.protocol.toLowerCase().indexOf("https")!=-1);
	if(sun_ssl == true) { var fullURL = "https://www.sun.com/share/metrics/metrics_group1.js"; }
		else { var fullURL= "http://www-cdn.sun.com/share/metrics/metrics_group1.js"; }
document.write("<sc" + "ript type=\"text/javascript\" src=\""+fullURL+"\"></sc" + "ript>");
/************************** END CONFIG SECTION **************************************/
/* CUSTOM VARS PULLED FROM QUERYSTRING */
/* prePlugins functions */
function s_prePlugins(s) {
	/* grab hasServicePlan param */
	s.prop18=s.getQueryParam('hasServicePlan');
	s_prop18=s.prop18;
	/* grab reasonForVisiting param */
	s.prop19=s.getQueryParam('reasonForVisiting');
	s_prop19=s.prop19;
	/* grab otherReasonForVisiting param */
	s.prop20=s.getQueryParam('otherReasonForVisiting');
	s_prop20=s.prop20;
	/* grab vote param */
	s.prop21=s.getQueryParam('vote');
	s_prop21=s.prop21;
	/* grab assetkey param */
	s.prop23=s.getQueryParam('assetkey');
	s_prop23=s.prop23;
}