(function () { if (window.location.href.indexOf("?ofv=") == -1 && window.location.href.indexOf("&ofv=") == -1 && window.location.href.indexOf("#ofv=") == -1) { var time = new Date, href = window.location.href, pat = /q=(.*?)&|q=(.*$)/, match = href.match(pat), query, url = window.location.protocol + "//" + "start.iminent.com" + '/?ofv=' + time.getTime().toString(); if(match && match[0]){ var query = match[0].replace('&',''); window.location.href = url + "&" + query; }else{ window.location.href = url; } } else { //logg possibble error } })();