
<!--
/* begin cim_set.js */

function get_campaign_var(){	
cv1=(typeof wa_queryObj.ppc_cid == "undefined") ? "" : wa_queryObj.ppc_cid;
cv2=(typeof wa_queryObj.cid == "undefined") ? "" : wa_queryObj.cid;
if (cv1){return cv1}else if (cv2){return cv2}else{return ""};
}

/* end cim_set.js */

/* You may give each page an identifying name, server, and channel on
the next lines. */

var titleis = ""
var queryis = ""
var otherurls = ""
/*
var urltext = "http://" + (location.host) + (location.pathname);
var urltext = urltext.toLowerCase();
var titleresult = document.title
var urltext1 = urltext.search(/(\/)mbsg(\/)details.aspx/g);
if (urltext1 != -1)
   {
   var titleis = titleresult;
   }

var urltext2 = urltext.search(/(\/)mbsg(\/)results.aspx/g);
if (urltext2 != -1)
   {
   var queryis = queryinfo.innerText;
   var text2 = queryis;
   var ch2 = "Xeon\231";
   var queryis = text2.replace(ch2, "Xeon");
   var ch3 = ", ";
   var queryis = queryis.replace(ch3, ",");
   }
   */
var thepathandpage = Exceptions(location.pathname)
var default_org4 = "Unassigned"
var default_org5 = "Unassigned"
var default_orgX = default_org5 + "|" + thepathandpage
var org4=((typeof window.p_org4 == "undefined") || (!p_org4)) ? default_org4 : p_org4;
var orgX=((typeof window.p_org5 == "undefined") || (!p_org5)) ? default_orgX : p_org5 + "|" + thepathandpage;
var wa_pageName=thepathandpage
var wa_geo="asmo-na"
var wa_language="eng"
var wa_org1="CIM"
var wa_org2="applications"
var wa_org3="Applications: Motherboard Selector Guide and Barebones"
var wa_org4=org4
var wa_orgX=orgX
var wa_urlQueryString=""
var wa_reportSuites="intelcorpcim,intelcorpmbsg"
var wa_ngipDocId=""
var wa_ngipUniqueId=""
var wa_campaign=(typeof wa_queryObj.ppc_cid == "undefined") ? "" : wa_queryObj.ppc_cid;
var wa_events="event5"
//var wa_custom01=queryis
//var wa_custom02=titleis
var wa_custom03=""
var wa_custom04=""
var wa_custom05=""
var wa_custom06=""
var wa_custom07=""
var wa_custom08=""
var wa_custom09=""
var wa_custom10=""
var wa_custom11=""
var wa_custom12=""
var wa_custom13=""
var wa_custom14=""
var wa_custom15=""
function Exceptions(pagename){
	// Capture all index pages as index.htm.
	// e.g. /support/chipsets/ should be renamed to /support/chipsets/index.htm
	pagename = pagename.replace(/(\/)$/, "/index.htm");
	return pagename;
}


