// -------------------------------------------------------
// Links In Javascript
//
// $Id: linksIn.js,v 1.1 2009/01/24 11:53:32 steve Exp $
//
// -------------------------------------------------------

function init_linksIn() {

    $('a.reciprocalLink').each(
        function() {
            $(this).attr('href', 'mailto:info@hogsmill.com?Subject=Reciprocal%20Link%20To%20NoVATOnThat')
        })
}
