window.addEvent('domready', function(){
$('registerForm').addEvent('submit', function(e) {

new Event(e).stop();
var log = $('log_res').empty().addClass('ajax-loading');
this.send({
update: log,
onComplete: function (text) {
if(text.contains('success')) 
{
window.location = 'contact-thanks.php';	
} else {
log.removeClass('ajax-loading');
}
}

});
});
});
				
function stitle() {
document.getElementById('siteTitle').innerHTML = "Hello, lkjlkjlkjlkj world!";
}
function MM_setTextOfLayer(objId,x,newText) { //v9.0
with (document) if (getElementById && ((obj=getElementById(objId))!=null))
with (obj) innerHTML = unescape(newText);
}
