// JavaScript Document

/* MY PORTION */

$(document).ready(function() {
     $("#sortMe").sortable();
   });
