$(document).ready(function() {
   // find all the input elements with title attributes
   $("input.hint").ezpz_hint();
});


$(function () {


    try {

        //<![CDATA[

        $(".sort-select-box").selectbox().bind('change', function () {

            $('<div>Value of .sort-select-box changed to: ' + $(this).val() + '</div>').appendTo('.sort-select-box').fadeOut(5000, function () {

                $(this).remove();

            });

        });

        //]]>

    }

    catch (err) { }


});

Cufon.replace('h1');
Cufon.replace('h2');
Cufon.replace('#smoothmenu1 li a', { hover: true });
Cufon.replace('.sidemenu ul li a', { hover: true });
