(function () {
  var widget = document.getElementById ('cxloginwidget');
  var frame = document.createElement ('iframe');
  var url = 'https://login.groupsite.com/CWAAGreenInfrastructureTaskForce/login/frame?bg=off&___ts='+(new Date ().getTime ());

    widget.style.margin = '9px 20px';
    widget.style.width = '270px';
    frame.setAttribute ('height', 115);
  frame.setAttribute ('width', 270);
  frame.setAttribute ('frameBorder', '0');
  frame.setAttribute ('scrolling', 'no');
  frame.setAttribute ('src', 'javascript:""');
  frame.setAttribute ('style', 'overflow: hidden; margin: 0; padding: 0; border: none;');
  widget.innerHTML = '';
  widget.appendChild (frame);
  if (frame.contentWindow && frame.contentWindow.location)
    frame.contentWindow.location.href = url;
  else
    frame.src = url;
}) ();

