1
/* Copyright 2012 Cedexis Inc. */
2
3
(function() {
4
var s = new Date();
5
if ('object' === typeof window.radar) {
6
window.radar.stoppedAt = s;
7
}
8
})();