// JavaScript Document

<script>
  ns4 = document.layers && true;
  msie = document.all && true;
  function init() {
    center();
  }
  function getPageWidth() {
    if (ns4)
      return window.innerWidth;
    else
      return document.body.clientWidth;
  }

  function move(e, x) {
    if (msie)
      document.all[e].style.left = x;
    else if (ns4)
      document.layers[e].left = x;
    else if (document.getElementById)
      document.getElementById(e).style.left = x;
  }

  function center() {
    move('e0', Math.max(getPageWidth() - 825, 0) / 2 + 21);
    move('e1', Math.max(getPageWidth() - 825, 0) / 2 + 1);
    move('e2', Math.max(getPageWidth() - 825, 0) / 2 + 24);
    move('e3', Math.max(getPageWidth() - 825, 0) / 2 + 29);
    move('e4', Math.max(getPageWidth() - 825, 0) / 2 + 1);
    move('e5', Math.max(getPageWidth() - 825, 0) / 2 + 1);
    move('e6', Math.max(getPageWidth() - 825, 0) / 2 + 1);
    move('e7', Math.max(getPageWidth() - 825, 0) / 2 + 1);
    move('e8', Math.max(getPageWidth() - 825, 0) / 2 + 1);
    move('e9', Math.max(getPageWidth() - 825, 0) / 2 + 154);
    move('e10', Math.max(getPageWidth() - 825, 0) / 2 + 1);
  }
  
  <script type="text/javascript">
google_ad_client = "pub-0708230540974001";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_channel ="5059065876";
google_page_url = document.location;
google_color_border = "6699CC";
google_color_bg = "003366";
google_color_link = "FFFFFF";
google_color_url = "AECCEB";
google_color_text = "AECCEB";
//--></script>
                <script type="text/javascript"
  src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
                </script>
</script>

