// main tips loads articles.html into the #articles div tag
$(document).ready(function(){
	$('#articles').load('data/articles.html');
});
