﻿var RetargetingPixelManager =
{
    RenderPixel: function(trackingId) {
        var rpHost = (("https:" == document.location.protocol) ? "https://secure." : "http://smp.");
        document.write('<img src="' + rpHost + 'adviva.net/track/v=4;m=1;t=' + trackingId + ';ts=<' + (new Date()).getTime() + '>" width="0" height="1" border="0" />');
    }
};