$('#show').cycle({ 
    fx:      'fade'
    });

 $(function () {
              $("a[rel=popover]")
                .popover({
                  offset: 10
                })
                .click(function(e) {
                  e.preventDefault()
                })
            })
