for (int i = 0; i < _scripts.size(); i++)
{
String scriptURL = _scripts.get(i);
body.elementAt(i, "script", "src", scriptURL, "type", "text/javascript");
}
if (_scriptBlock.length() > 0)
{
Element e = body.element("script", "type", "text/javascript", "language", "javascript");