/**
*	This file must be included AFTER jQuery.js, since it relies on functions from jQuery
*/
if(typeof($)=='undefined') alert("jQuery not included. Must be included before including private.js");

function includeWidget(widgetName)
{
	var url = SERIA_VARS.HTTP_ROOT + "/seria/widgets/" + widgetName + "/" + widgetName + ".js";
	document.write("<script type='text/javascript' src='" + url + "'></scrip" + "t>");
}

includeWidget("datepicker");
includeWidget("fileselect");
includeWidget("tinymce");
