$(document).ready(function(){

    $(" #results-list .item").setupSnippets();
    
    // The search page encounters an IE problem - the dropdown
    //  is obscured by the select box. We need to utilize an
    //  iframe hack to work around that.
    $("#header div[@id^=cn]").bgiframe();
    
});