// Splat 2 Tracker Module
window.setTimeout(function() {
  var img = new Image(1, 1);
  img.src = (('https:' == document.location.protocol) ? 'https://' : 'http://') + 'revelations.trovus.co.uk/tracker/100.gif?j=1&w=' + encodeURIComponent(screen.width) + '&r=' + encodeURIComponent(document.referrer) + '&t=' + encodeURIComponent(document.title) + '&u=' + encodeURIComponent(document.location) + '&wtf=' + encodeURIComponent(Math.round(new Date().getTime() / 1000));
  }, 1);