  window.HDUSeed='7c7d65d539052c90d823cfd2c74536f0';
        window.HDUSeedIntId = setInterval(function(){
                if (document.observe) {
                        document.observe('dom:loaded', function(){
                                for (var i = 0; i < document.forms.length; i++) {
                                        if (document.forms[i].getAttribute('action') && document.forms[i].getAttribute('action').match('contacts/index/post')) {
                                                var el = document.createElement('input');
                                                el.type = ('hidden');
                                                el.name = 'hdu_seed';
                                                el.value = window.HDUSeed;
                                                document.forms[i].appendChild(el);

                                        }
                                }
                        });
                        clearInterval(window.HDUSeedIntId)
                }
        }, 100)

