$(function() {

// open whitepaper link in a new window 
$("a.whitepaper").attr({"target":"_blank"});

// enable tooltip for "privacy" element 
$("#privacy p").tooltip().dynamic( { bottom: { direction: 'left',  bounce: true } } );  

})

