
var currentURL = document.location.href;
var filterURL = 'https://www.comhem.se/appmanager/portal/comhem?_nfpb=true&T1201171471160994411622_actionOverride=/order/main/order/sendOrder&_windowLabel=T1201171471160994411622&_pageLabel=bestall_grundtjanst';

var filterURL2 = 'https://www.comhem.se/appmanager/portal/comhem?_nfpb=true&T1201171471160994411622_actionOverride=%2Forder%2Fmain%2Forder%2FsendOrder&_windowLabel=T1201171471160994411622&_pageLabel=bestall_grundtjanst';

if (currentURL==filterURL || currentURL==filterURL2)
  {
  
  }
else
  {
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
}