$(document).ready(function(){
setTimeout("timo.imageSwitcher()",1000);
timo.mainPage();
jQuery("#form").validate({
submitHandler: function(form){
jQuery(form).ajaxSubmit({
success: replace
});
}
});
});
function replace(){
var html = "
Thanks! You\'ve been added to our mailing list.
";
jQuery('#mail-inside-wrap').html(html);
}