Cufon.replace('h1', { fontFamily: 'Gotham-ExtraLight' });
Cufon.replace('h2', { fontFamily: 'Gotham-Light' });
Cufon.replace('big', { fontFamily: 'Gotham-Book' });
Cufon.replace('.cufon-gotham-light', { fontFamily: 'Gotham-Light', hover: true });
Cufon.replace('.cufon-gotham-extralight', { fontFamily: 'Gotham-ExtraLight', hover: true });
Cufon.replace('.cufon-gotham-bold', { fontFamily: 'Gotham-Bold', hover: true });
Cufon.replace('.cufon-gotham-book', { fontFamily: 'Gotham-Book', hover: true });
Cufon.replace('.cufon-gotham-medium', { fontFamily: 'Gotham-Medium', hover: true });
