$(document).ready(function()
{
    $('a[rel="external"]').click(function()
    {
        window.open($(this).attr('href'));

        return false;
    });
});

Cufon.replace("h1",
{
    fontFamily: 'roman'
});

Cufon.replace("h2, h3, p, ul",
{
    fontFamily: 'light',
    hover: true
});
