// Place your application-specific JavaScript functions and classes here
// This file is automatically included by javascript_include_tag :defaults
function recordOutboundLink(link, category, action, label) { 
    try { 
        _gaq.push(['_trackEvent', category, action, label]); 
        setTimeout('document.location = "' + link.href + '"', 100); 
    } catch ( err ) {
    }
} 

