function Addjs()
{   
   var spos = document.URL.lastIndexOf("/");
   if (spos != -1)
   {
      var pagePart = document.URL.substring(0,spos);
      var dpos = pagePart.lastIndexOf("-");
      if (dpos != -1)
      {
         var v = pagePart.substring(dpos+1);
         if (v==="p") {
			document.write('<script language="JavaScript" src="http://chanalytics.merchantadvantage.com/inchannel/maq.js">')
            document.write('</script>'); }
      }
   }
}
{
	var sPath = window.location.pathname;
	var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
	if (sPage === "ProductDetails.asp") {
	   document.write('<script language="JavaScript" src="http://chanalytics.merchantadvantage.com/inchannel/maq.js">')
	   document.write('</script>'); }
}

Addjs();
