var $j = jQuery.noConflict(); // # Assigns jquery calls to $j

$j(document).ready(function() {

});
