function getCookie(c_name) { if (document.cookie.length>0) { c_start=document.cookie.indexOf(c_name + "="); if (c_start!=-1) { c_start=c_start + c_name.length+1; c_end=document.cookie.indexOf(";",c_start); if (c_end==-1) c_end=document.cookie.length; return unescape(document.cookie.substring(c_start,c_end)); } } return ""; }
function opCreativeSetCookieA(n, v, d, e){var de = new Date;de.setTime(de.getTime() + e * 1000);document.cookie = n +
 "=" + escape(v) + ((e==null) ? "" : ("; expires=" + de.toGMTString())) + "; path=/" + ((d==null) ? "" : (";domain=" + d));}
function opCreativeGetDocumentSLD(){var sld = document.domain;var dp = sld.split(".");var l = dp.length;if (l < 2)
sld = null;else if (!isNaN(dp[l-1]) && !isNaN(dp[l-2])) sld = null;else sld = "." + dp[l-2] + "." + dp[l-1];return sld;}

var url = location.href.toLowerCase();
if (url.indexOf('displayproductdetailspage') != -1) { // check for only product details page


    /**** old 2009 pids if ( (url.indexOf('105547500') != -1) ||
        (url.indexOf('105548000') != -1) ||
        (url.indexOf('81884500') != -1) ||
        (url.indexOf('116911600') != -1) ) {*/

    if ( (url.indexOf('133081300') != -1) || // nav 2010
        (url.indexOf('142711600') != -1) || // nis 2010
        (url.indexOf('81884500') != -1) || // n360 v2
        (url.indexOf('116911600') != -1) ) { // n360 v3
        
/*
    Portfolio: Default
    Subject: symnahho Global NAV/NIS/N360 PD Pages
    Note: This code is the fullscaled combination of the nav/nis/360 pd page tests
    Path: http://drh.img.digitalriver.com/DRHM/Storefront/Site/symnahho/cm/multimedia/OT_files/symnahho_ProductDetailsPage_contentBody.js
*/

        (function(){var _o=ptomodule;_o.U="http://pto.digitalriver.com/trial/399/p/symnahhoglobalnavnisn360pdpages./135/content.js";
        _o.ST="script";_o.SA={"type":"text/javascript"};_o.B();_o.A["optest"]=_o.C["optest"];_o.R(1000,null,null,null);})();


        }
}


/*
**** old code for mulitple subjects

    if (url.indexOf('105547500') != -1 || url.indexOf('105548000') != -1) { // check for only NAV or NIS
        if (!getCookie('opEnterTest')) {
            opCreativeSetCookieA('opEnterTest', 'navnis', opCreativeGetDocumentSLD(), 2592000);
        }
        (function(){var _o=ptomodule;_o.U="http://pto.digitalriver.com/trial/399/p/symnahho_nav_nis_pd.1a0/92/content.js";
        _o.ST="script";_o.SA={"type":"text/javascript"};_o.B();_o.R(1000,null,null,null);})();
    } else if (url.indexOf('81884500') != -1 || url.indexOf('116911600') != -1) { // check for only N360v2 or N360v3
        if (!getCookie('opEnterTest')) {
            opCreativeSetCookieA('opEnterTest', 'n360', opCreativeGetDocumentSLD(), 2592000);
        }
        // Subject: symnahho ProductDetailsPage N360 (81884500)
        (function(){var _o=ptomodule;_o.U="http://pto.digitalriver.com/trial/399/p/symnahhoproductdetailspagen36081/98/content.js";
        _o.ST="script";_o.SA={"type":"text/javascript"};_o.B();_o.R(1000,null,null,null);})();
    }

*/