function doCufon()
{
	//Cufon.replace('#clientWork div.clientWork_first',{ fontFamily: 'Verdana' });
	//Cufon.replace('#clientWork div.clientWork_first h2',{ fontFamily: 'Times New Roman' });

	// now show the cufon, since we are all loaded up
	//$('#clientWork div.clientWork_first, #clientWork div.clientWork_first h2').css('visibility','visible');


	//Cufon.replace('.noteworthy',{ fontFamily: 'Verdana-Bold' });
	//Cufon.replace('#clientWork div.clientWork_notfirst',{ fontFamily: 'Verdana' });
	//Cufon.replace('#clientWork div.clientWork_notfirst h2, h1, #bannerText, .pullquote, #bioName',{ fontFamily: 'Times New Roman' });

	// now show the cufon, since we are all loaded up
	//$('#clientWork div.clientWork_notfirst, h1, #bannerText, .pullquote, #bioName, .noteworthy').css('visibility','visible');

	Cufon.replace('h1',{ fontFamily: 'Times New Roman' });
	Cufon.replace('h2',{ fontFamily: 'Times New Roman' });
	Cufon.replace('h3',{ fontFamily: 'Verdana' });
	Cufon.replace('h5',{ fontFamily: 'Times New Roman' });

	Cufon.now();

}

doCufon();
