$().ready(function() {
	$("#targetDiv").autocomplete("templates/include/mysql.php", {
		width: 427,
		selectFirst: true
	});
	
});

