function metrixlab_onready(el, func){
 this.args = new Array(el, func);
 this.doTry = function(){
  try{
   var el = eval(this.args[0]);
   el.onloading = this.args[1];
   el.onloading();
   clearInterval(this.args[2]);
  }
  catch(e){}
 }
 this.doTry.bind = function(object){
  var method = this;
  return function(){
   method.apply(object);
  }
 }
 this.args[2] = setInterval(this.doTry.bind(this), 250);
 return this;
}
 
new metrixlab_onready("document.body", function(){
 var metrixlab_body = top.document.getElementsByTagName('body').item(0);
 var metrixlab_script = top.document.createElement('script');
 metrixlab_script.setAttribute('defer','defer');
 metrixlab_script.src='http://invitation.opinionbar.com/popups/p08095us_wpm/overlay.js';
 metrixlab_script.type='text/javascript';
 metrixlab_body.insertBefore(metrixlab_script, metrixlab_body.childNodes[0]);
});

// Conversion Name: TomTom Homepage
// INSTRUCTIONS 
// The Conversion Tags should be placed at the top of the <BODY> section of the HTML page. 
// In case you want to ensure that the full page loads as a prerequisite for a conversion 
// being recorded, place the tag at the bottom of the page. Note, however, that this may 
// skew the data in the case of slow-loading pages and in general not recommended. 
//
// NOTE: It is possible to test if the tags are working correctly before campaign launch 
// as follows:  Browse to http://bs.serving-sys.com/BurstingPipe/adServer.bs?cn=at, which is 
// a page that lets you set your local machine to 'testing' mode.  In this mode, when 
// visiting a page that includes an conversion tag, a new window will open, showing you 
// the data sent by the conversion tag to the MediaMind servers. 
// 
// END of instructions (These instruction lines can be deleted from the actual HTML)
var ebRand = Math.random()+'';
ebRand = ebRand * 1000000;
//<![CDATA[ 
document.write('<scr'+'ipt src="HTTP://bs.serving-sys.com/BurstingPipe/ActivityServer.bs?cn=as&amp;ActivityID=121120&amp;rnd=' + ebRand + '"></scr' + 'ipt>');
//]]>
