$(document).ready(function(){
   // Your code here
   
   $("#callout-text").load('/cgi-bin/random-home-text.cgi');
   
});
