Blame | Last modification | View Log | RSS feed
<html><!--Static page for redirecting to a separate page.This changes the HTTP-Referer so that the original page ishidden.Copyright (c) 2014 by Jim Lawlessjimbo@radiks.netSee MIT/X11 license athttp://www.mailsend-online.com/license2014.php--><head><title>Ditch your HTTP-Referer</title><script type="text/javascript">function pass_it_on() {var l=window.location+"";var dsp=document.getElementById("display");var qsloc=l.indexOf("?");if(qsloc>=0) {var query_string=unescape(l.substring(qsloc+1));dsp.innerHTML="Redirecting to " + query_string;window.location=query_string;}}</script></head><body onload="pass_it_on();"><div id="display"></div></body></html>