// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults

$(document).ready(function(){
  $("a[rel='email']").defuscate();
  $("form.simple_form .radio input").before("<br/>");
  $("form.simple_form .check_boxes input[type=checkbox]").before("<br/>");
});

$.trackPage('UA-2701528-14');
