(function() {
    YAHOO.util.Event.onContentReady("FinancePreview", function() {
        var select = YAHOO.util.Selector.query("select", "FinancePreview", true);
        YAHOO.util.Event.addListener(select, "change", function(e) {
            var url = select.options[select.selectedIndex].value;
            if (url != '')
                window.location.href = 'http://finance.townhall.com/news/' + url;
        });
    });
})();
