function getWigetCode()
{
	document.getElementById("divCode").style.display = "";
}

function getWidgetCode1()
{
	document.getElementById("divMom").style.display = "none";
	document.getElementById("divBlog").style.display = "";
}

function funClose()
{
	document.getElementById("divMom").style.display = "";
	document.getElementById("divBlog").style.display = "none";
}
