// Common website-specific functions
function write_tagline() {
	// Set the message and location to link to
	var tagline = "Software that adapts to your business, not the other way around";
	var linkto  = "/technology/index.html";

	// Print the tagline
	document.write( "<a href=\"" + linkto + "\">" + tagline + "</a>" );
}
