$(function()
{
	$("#header").load("header.inc.html");
	$("#footer").load("footer.inc.html");
	$("#login").load("login.inc.html");
	$("#faq").load("faq.inc.html");
});