
var log$via = /\{via\}/g;
var log$html = '<div></div>';
log$html = log$html.replace(log$via, (window.location.href != null) ? window.location.href : '');
document.write(log$html);
