$(document).ready(function(){
	$.get('teller.php', function(data) {
		$('#teller').html(data);
	});
});
