$(document).ready
(function(){$('#plan li input[type=button]').click
(function(){$('li[class]').removeAttr('class');$(this).parent().attr('class','checked');$('#host_plan').val(($(this).parent().attr('id')));});});$(document).ready
(function(){$('#submitForm').mouseover
(function(){controlPlan=false;$('.host_plan').each
(function(i){if($(this).is(':checked')){controlPlan=true;}});controlRegister=false;$('.register').each
(function(i){if($(this).is(':checked')){controlRegister=true;}});if(controlPlan==false){$('#validationSo').html('É necessário selecionar o <strong>sistema operacional de sua hospedagem</strong>!').attr('class','msgError');}else
{$('#validationSo').html('').attr('class','hidden');}if(controlRegister==false){$('#validationRegister').html('É importante que nos informe se seu  <strong>domínio já está registrado ou não</strong>!').attr('class','msgError');}else
{$('#validationRegister').html('').attr('class','hidden');}});});
