// JavaScript Document

function including(link)

{
		document.getElementById('contentin').write("<? include('"+link+.html');?>");
}
