// tips loader for home page
$(document).ready(function(){
	$('#articles').load('data/articles.html .article:first');
	});