function jump(url,i) {
var jump=(i)?'<html><head><title>Redirect<\/title><meta http-equiv="Refresh" content="'+i+'; URL='+url+'"><\/head><body><center><big>Redirect to: '+url+'<\/big><br />in '+i+' seconds... <a href="http://get.nu/'+url+'">Cancel<\/a><\/center><\/body><\/html>':'<html><head><meta http-equiv="Refresh" content="0; URL='+url+'"><\/head><\/html>';
var jump2='<html><head><title>Redirect<\/title><meta http-equiv="Refresh" content="5; URL='+url+'"><\/head><body><center><big>Redirect to: '+url+'<\/big><br />in 5 seconds... <a href="http://get.nu/'+url+'">Cancel<\/a><\/center><br /><small>We\'re sorry but a HTTP referrer removing tool does not work late versions of Opera.<br />In case you need to remove HTTP referrer, try <a href="data:text/html;charset=utf-8,'+encodeURIComponent(jump)+'">this link</a> (it will work with old Opera) or type the URL.<\/small><\/body><\/html>';
document.open();
document.write((!window.opera)?jump:jump2);
document.close();
}
