// JavaScript Document

function settitle(title) 
{
	document.title = "Chris Kinard & Sons LLC - " + title;
}
