function changeAboutLeafContaint_init(answar)
{
	document.getElementById("aboutLeafContaintHeaderDiv").innerHTML ="<img src=\"./images/do-i-need-gutter-guards_header.png\">";
	document.getElementById("aboutLeafContaintDiv").innerHTML =answar;
}

function changeAboutLeafContaint()
{
	
	ajax_changeAboutLeafContaint(changeAboutLeafContaint_init)
}