/*
# $Id: widget-content.js 18 2010-03-11 14:41:59Z john $
#
# By using the "html->addJavascripts(...)" method for adding this external
# source to the template you can be sure that this script will only be added to
# the HTML page once, even if there are multiple widgets of this class on the page.
*/

// Init all widget's of this class once page is ready
$(document).ready(function() {
	var instances = $('.widgetclass-static-html');
});