$(document).ready(function() {
  if (location.href.match(/q=user\/register/) || location.href.match(/\/user\/register/)) {
    $('#edit-profile-cmpn-prefs-wgrmsg').attr("checked", true);
    $('#edit-profile-cmpn-prefs-survys').attr("checked", true);
    $('#edit-profile-cmpn-prefs-corp').attr("checked", true);
    $('#edit-profile-cmpn-prefs-prty').attr("checked", true);
    $('#edit-profile-cmpn-prefs-news').attr("checked", true);
  }
});