optrial = new Object();
optrial.myProperty = getCookie('dateDiff');

if (!getCookie('SeenOTTest')) {
  optrial.myTest = '-';
}
if (getCookie('SeenOTTest')) {
  optrial.myTest = getCookie('SeenOTTest');
}


if ((/Redirector_TRANSID=.+/.test(document.cookie))  && (/Redirector_PSN=.+/.test(document.cookie)) && (/LAPI_SSKU=.+/.test(document.cookie)) && (/API4=.+/.test(document.cookie))){
	if(getCookie('InTestOT')) {
		var inTest = getCookie('InTestOT');
		if (inTest.indexOf('true') > -1) {
			//HP early Renewal Test MVT - this trial code on landing page AND shopping cart page
			
			// Portfolio: Default -- Subject: 40586 HP Early Renewal Messaging
				(function(){var _o=ptomodule;_o.U="https://ssl.pto.digitalriver.com/by/trial/399/p/40586hpearlyrenewalmessaging1.58/104/content.js";_o.ST="script";_o.SA={"type":"text/javascript"};_o.B();_o.R(1000,null,null,null);})();			
		}
	}
}