<html>
<head>
<script type="text/javascript" src="jquery.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$(".region").load('getRecords.php?start=regions');
});
</script>
</head>
<body>
<select>
<div class="region"></div>
</select>
</body>
</html>
<html>
<head>
<script type="text/javascript" sr