function homeCode() {
	$("#anDiv div").css("padding","10px 0px 10px 0px");
	$(".tblTtl").css("background-color","#c93");
	if (onIPH) { runIPH(); }
	/*
	else if (onIPD) { runIPD(); }
	*/
	else { runPC() }
}
