function initCufon() {
	Cufon.replace('#content #middle h1', { fontFamily: 'MrsEavesItalic', hover: true });
	Cufon.replace('#content #middle h3', { fontFamily: 'MrsEavesItalic', hover: true });
	Cufon.replace('#photoframe #slideshow #grad h3', { fontFamily: 'verdana', hover: true });
	Cufon.replace('#photoframe-sub', { fontFamily: 'verdana', hover: true });
	Cufon.replace('.ssnotes1', { fontFamily: 'verdana', hover: true });
	Cufon.replace('.ssnotes2', { fontFamily: 'verdana', hover: true });
}

initCufon();
anylinkcssmenu.init("anchorclass");

function clearText(thefield){
if (thefield.defaultValue==thefield.value)
thefield.value = ""
} 



