
	dojo.require("dojo.widget.Dialog");

var dlg;

function init(e) {
	dlg = dojo.widget.byId("DialogContent");
}
dojo.addOnLoad(init);

