
function header(title,path) {
	document.write('<br>');
	document.write('<center>');
	document.write('<h2><img src="',path,'image/heart20.gif" alt="heart20" width="20" height="20"><font color="#006d6c"> ',title,'</font></h2>');
	document.write('</center>');
}


