function headernew(path)
{
	if(path == null)
		{
			path="./";
		}

document.write('');
}
