// JavaScript Document

function homePortfText(strText){
	document.getElementById("home-portf-text").innerHTML = strText;
}
