function __module_catalog_user_rated_software(SoftwareId, UserRating) {

  jsoxCall('__module_catalog_user_rated_software', '__module_catalog_user_rated_software_callback', SoftwareId, UserRating);

}

function __module_catalog_user_rated_software_callback(response) {

  document.location = document.location;

}

function __module_catalog_report_error_software(SoftwareId) {

  jsoxCall('__module_catalog_report_error_software', '__module_catalog_report_error_software_callback', SoftwareId);

}

function __module_catalog_report_error_software_callback(response) {
  alert("Thank you! Your report has been sent successfully!");
  document.location = document.location;

}
