// Set Recipient's Email Address
// Used by asp email form scripts
// Intention is to hide this form variable from view
//     to prevent spammers from attempting to post to
//     the asp script using their own form.
//
document.write('<input type="hidden" name="recipient" value="arlen@innovativemachines.com">');
//
// Th-th-th-that's all folks!

