function secure(url,mode)
{
document.formname.httpcallurl.value = url;
document.formname.httpcallidx.value = "";
document.formname.mode.value = mode;
document.formname.submit();
}
document.open();
document.write('<form name="formname" action="https://withclub.net/secureindex.php" method="post"><input type="hidden" name="httpcallidx"><input type="hidden" name="httpcallurl"><input type="hidden" name="mode"></form>');
document.close();
