<!--
function linkTo(loc){
self.location = loc;
}
//-->


<!--
function vertSpacer(spacerName,siteRoot)	{
	var myHeight = new Array('20',			'5',			'8',			'15',			'17',			'1',			'10',		'5');
	//						auxiliary,		smallOne,		lessThanP,		moreThanP,		otherThanP,		pageHeader,	   buttonz,	  formz
	var selectHeight = 0;
	if (spacerName == 'auxiliary')			selectHeight = 0;
	if (spacerName == 'smallOne')			selectHeight = 0;
	if (spacerName == 'lessThanP')			selectHeight = 0;
	if (spacerName == 'moreThanP')			selectHeight = 0;
	if (spacerName == 'otherThanP')			selectHeight = 0;
	if (spacerName == 'pageHeader')			selectHeight = 0;
	if (spacerName == 'buttonz')			selectHeight = 0;
	if (spacerName == 'formz')				selectHeight = 0;
		document.writeln('<table border="0" cellspacing="0" cellpadding="0"><tr><td><img src="/'+ siteRoot + '/sitewide/images/pix.gif" width="1" height="'+myHeight[selectHeight]+'" border="0"></td></tr></table>');
}
-->
