// JavaScript Document

$(document).ready(
				  
	function()
	{
		$('#footer').load('index-footer.html');
	}
	
)