function get_advert_200x200() {
var page_index = null;
  document.writeln('<div>');
  if (Get_Cookie('amsession_data')) page_index = Get_Cookie('amsession_data').replace(/pi=/, '');
  page_index = 1;
  if (page_index && (page_index >= 6) && (page_index <= 10)) {
    document.writeln('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="200" height="200" id="fireheart" align="middle">');
    document.writeln('<param name="allowScriptAccess" value="sameDomain">');
    document.writeln('<param name="allowFullScreen" value="false">');
    document.writeln('<param name="movie" value="fireheart.swf">');
    document.writeln('<param name="quality" value="high">');
    document.writeln('<param name="bgcolor" value="#000000">');
    document.writeln('<embed src="/fireheart.swf" quality="high" bgcolor="#000000" width="200" height="200" name="FireHeartSoft" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
    document.writeln('</object>');
  }
  else {
    document.writeln('<script type="text/javascript"><!--');
    document.writeln('google_ad_client = "pub-3213069945109465"; google_ad_slot = "3376515311"; google_ad_width = 200; google_ad_height = 200; ');
    document.writeln('//--></script>');
    document.writeln('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
  }
  document.writeln('</div>');
}

function get_advert_468x60() {
  document.writeln('<div style="margin: 1px; width: 480px; clear: both;">');
  document.writeln('<script type="text/javascript"><!--');
  document.writeln('google_ad_client = "pub-3213069945109465"; google_ad_slot = "3206149229"; google_ad_width = 468; google_ad_height = 60; ');
  document.writeln('//--></script>');
  document.writeln('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
  document.writeln('</div>');
}

function get_advert_728x90() {
  document.writeln('<div style="margin: 5px 1px 1px 1px; clear: both; text-align: center;">');
  document.writeln('<script type="text/javascript"><!--');
  document.writeln('google_ad_client = "pub-3213069945109465"; google_ad_slot = "1706319888"; google_ad_width = 728; google_ad_height = 90; ');
  document.writeln('//--></script>');
  document.writeln('<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></script>');
  document.writeln('</div>');
}
