$(document).ready(function() {
	$('#logindiv').load('php/login.php');
	$('#articles').load('php/articlelist.php');
});
