$(document).ready(function(){
	$("#SProfile").load("/profile.html");
	$("#SSearch").load("/search.html");
	$("#SRecent").load("/recententries.html");
	$("#SCategory").load("/categories.html");
});

