// onclick inputbox clear/reset function doClear(theText) {     if (theText.value == theText.defaultValue) {         theText.value = ""     }}function doReset(theText) {     if (theText.value == "") {         theText.value = theText.defaultValue     }}// tracker field resetfunction doHardReset(theText) {     theText.value = theText.defaultValue}// cufonCufon.replace('#mainnav .menu', { 	fontFamily: 'FrutigiarniqHeavyCn', 	textShadow: '#0076cf 0px 1px', 	hover: { color: '#e1f3ff' },	ignore: { span: true }});Cufon.replace('#specials a', { 	fontFamily: 'FrutigiarniqHeavyCn', 	textShadow: '#c14a06 0px 1px', 	hover: { color: '#fff3d3' }});Cufon.replace('.quicklinkshead', { 	fontFamily: 'FrutigiarniqHeavyCn',	color: '#fff',	textShadow: '#0076cf 0px 1px'});Cufon.replace('#page h1', { fontFamily: 'Frutigiarniq' });Cufon.replace('#sidebar h1', { fontFamily: 'FrutigiarniqMed' });Cufon.replace('#page h6', { fontFamily: 'Frutigiarniq' });
