﻿(function() {
    
    var JsHost = (("https:" == document.location.protocol) ? "https://app." : "http://app.");

    var sPage = location.href;
    setTimeout(function() {
        var loc = JsHost + 'buyitsellit.com/public/atracker.aspx?page=' + sPage;

        new Image().src = loc;
    }, 1);
} ());