if ($('.leftColBlueBox h1') != null) {
    Cufon.replace('.leftColBlueBox h1', { fontFamily: 'OldSansBlack' });
}
if ($('#rightColumn h1') != null) {
    Cufon.replace('#rightColumn h1', { fontFamily: 'OldSansBlack' });
}
if ($('#rightColumn h2') != null) {
    Cufon.replace('#rightColumn h2', { fontFamily: 'OldSansBlack' });
}
if ($('#rightColumn h4') != null) {
    Cufon.replace('#rightColumn h4', { fontFamily: 'OldSansBlack' });
}
if ($('#intLeftColumn h4') != null) {
    Cufon.replace('#intLeftColumn h4', { fontFamily: 'OldSansBlack' });
}
if ($('.homeNewsItem ul li') != null) {
    Cufon.replace('.homeNewsItem ul li', { fontFamily: 'OldSansBlack' });
}
if ($('newsItem h1') != null) {
    Cufon.replace('.newsItem h1', { fontFamily: 'OldSansBlack' });
}
if ($('.moreNews li') != null) {
    Cufon.replace('.moreNews li', { fontFamily: 'OldSansBlack' });
}
if ($('#footerMap h1') != null) {
    Cufon.replace('#footerMap h1', { fontFamily: 'OldSansBlack' });
}
if ($('#intRightColumn h1') != null) {
    Cufon.replace('#intRightColumn h1', { fontFamily: 'OldSansBlack' });
}
