/**
 * Scriptloader...
 *
 */

// loading external scripts.
// document.writeln('<script type="text/javascript" src="/addon/x/x_core.js"></script>');
// document.writeln('<script type="text/javascript" src="/addon/x/x_event.js"></script>');

// function ajustLayout() {
//   lHeight = xHeight('wrapper')/2;
//   cHeight = xClientHeight()/2;
//   xHeight('container',xClientHeight());
//   xTop('wrapper', (cHeight - lHeight));
//   document.getElementById('container').style.display='block';
// }

// window.onload = function () {
//   xAddEventListener(window, "resize", ajustLayout, false);
//   ajustLayout();
// }

