
        $(document).ready(function() {
            $(".tt").each(function(){
                    $(this).simpletip({
                       fixed: true,
                        content: $(this).attr('rel')

                    });
                });


        });

