ready


        document.ready(function(){
          // $('a').bt('<img src="graphic-canvas-util-beautytips-demo-demofiles-beautytips.png" height="122" width="181" />', {
          $('a').bt('<iframe style="border:0;position:relative;top:10px; left:76px;" align=left src="sample-js-bubbles.htm" height="250" width="250" />', {
            cssClass: 'tipclass',
            strokeStyle: '#666',
            strokeWidth: 1,
            cornerRadius: 25,
            padding: 2,
            positions: 'top',
            spikeLength: 30,
            spikeGirth: 15,
            fill: 'rgba(0, 0, 0, .8)',
            centerPointX: 2.0
          });
        });
      </script>
    </head>