When I remove or comment out the alert statement it fails.
$(document).ready(function(){
$('#div_db, #div_tables, #div_data, #div_nav').hide();
$("#div_db").load("generic_get_dbs.php");
$('#div_db').show();
alert('line 5');
});