<html>


<body>


<h1>Building 3rd Party Widgets with JavaScript</h1>


<p>You own this website, and you want the widget on this page.</p>




<!-- load the widget code -->


<script src="http://jonathanjulian.com/widgets/widget.js"></script>


<script>


BaltJS.Widget({


buttonText: 'Click Me!'


});


</script>




</body>


</html>