<!-- // Hide

// hardcoding 'scriptCategory' variable to 31032322 for all prods per ticket #242030.

var scriptCategory = '31032322'; // default is the retail category


// upgrade products
//manually update
var upgradePIDArray = new Array('590088','590089','590246','590247','590248','590249','590250','616185'); 

for (u=0; u<upgradePIDArray.length; u++){
	if (window.location.href.indexOf(upgradePIDArray[u]) != -1){
		scriptCategory = '31032322';  // upgrade category (used most of the time)
		break;
	}
}


document.write('<scr'+'ipt language="javascript" src="ec_MAIN.Entry16?SP=10024&PN=29&xid='+site_id+'&V1='+scriptCategory+'&V2='+scriptCategory+'&V3=1&V4=&V5=&S1=&S2=&S3=&S4=&S5="></scr'+'ipt>');



// -->