// +----------------------------------------------+ //
// |  Copyright©2009, Steven Douglas Huddleston   | //
// |             All Rights Reserved              | //
// | No portion of this code can be copied, used, | //
// | published or reproduced in any way without   | //
// | the expressed written consent of the author. | //
// +----------------------------------------------+ //
// |                WebMail Gizmos                | //
// +----------------------------------------------+ //

function getrecipient(eType) {
     switch (eType) {
        case  0: return('we' + 'b' + 'mast' + 'er' + '@k' + 'onga' + 'lo' + 'id.' + 'or' + 'g'); break;
        default: return('&#119;&#101;&#098;&#109;&#097;&#115;&#116;&#101;&#114;&#064;&#107;&#111;&#110;&#103;&#097;&#108;&#111;&#105;&#100;&#046;&#111;&#114;&#103;');
        }
     }

function KongaBuzz(sText) {
     execlnk = 'ma' + 'il' + 'to:' + getrecipient(IEBrowser) + '?' + 'sub' + 'j' + 'ect=' + encodeURIComponent(sText);
     window.location = execlnk;
     }

// +------------+ //
// | C'est Fini | //
// +------------+ //

