/* -- global javascript - should be in the <head> on every page of joblo.com -- */

// get the popup code via ajax and append it to the body
$(document).ready(function(){
/*
  $.get('/get-popup.php', function(data){
    //$('body').append(data);
    $('#lastDiv').html(data);
  });
*/
});

