Subscribe to our mailing list
Please note that we only send periodic (ie once every few months or so) emails to our subscribers. Your personal details and email address will NOT be sold or passed on to any spammers, Christian fundamentalists, llama wranglers, zombies, space bureaucrats, undertakers, vanity publishers, yodellers, bushrangers, bushpoets, Sting impersonators, Republicans, people who say “a nonsense”, pharmaceutical companies, reality TV show contestants, mime artists, liturgical dancers, bird smugglers, U2 fans, Nigerian hoaxers, stock and station agents, whittlers, hobbyists, sole traders, intermediaries, justices of the peace, troublemakers, loons, ‘real’ characters, fictional characters, method actors, ballistics experts, military recruiters, revisionists, apologists, apoplexies, sea monkeys or fans of Chris de Burgh. That’s our promise, and Cordite’s commitment to you.
function checkform() {
for (i=0;i if(! compareEmail())
{
alert("Email Addresses you entered do not match");
return false;
}
return true;
} var fieldstocheck = new Array();
var fieldnames = new Array();
function addFieldToCheck(value,name) {
fieldstocheck[fieldstocheck.length] = value;
fieldnames[fieldnames.length] = name;
}
var groupstocheck = new Array();
var groupnames = new Array();
function addGroupToCheck(value,name) {
groupstocheck[groupstocheck.length] = value;
groupnames[groupnames.length] = name;
} function compareEmail()
{
return (document.subscribeform.elements["email"].value == document.subscribeform.elements["emailconfirm"].value);
}
function checkGroup(name,value) {
option = -1;
for (i=0;i