﻿function SetTitle(sPage)
{
	document.title = "The Cake Stand - " + sPage;
}
