Well.....I was looking at the HTML code created from my iphot exports and I always see a string of code written in gray refering to google ads. Here is a copy of some of my code:
<div id="mainlayer" style="visibility: visible; position:absolute; top: 0; left: 0; width: 100%; height: 100%; z-index:1;">
<table style="width:100%;height:100%;" border="0" cellpadding="0" cellspacing="0">
<tr style="height:3ex">
<td colspan="3" align="center"><div id="heading">
<!-- Place your heading here. -->
</div></td>
</tr>
<tr>
<td colspan="3" align="center">
<!-- <script type="text/javascript">
google_ad_client = "";
google_alternate_ad_url = "";
google_ad_width = 728;
google_ad_[color=darkred]height = 15;
google_ad_format = "728x15_0ads_al_s";
google_ad_channel ="";
google_color_border = "000000";
google_color_bg = "F0F0F0";
google_color_link = "0000FF";
google_color_url = "008000";
google_color_text = "000000";
</script> [/color]
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
-->
</td></tr>
<tr>
<td>
<img src="space.png" width="1" height="826" alt="">
</td>
<td valign="middle" align="center">
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="100%" height="100%" align="middle">
<param name="movie" value="viewer.swf" />
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="BGCOLOR" value="#181818" />
<embed src="viewer.swf" width="100%" height="100%" align="middle" quality="high" scale="noscale" bgcolor="#181818" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</td>
<td>
<img src="space.png" width="1" height="826" alt="">
</td>
</tr>
<tr style="height:1px;">
<td></td>
<td align="center">
<img src="space.png" width="983" height="1" alt="">
</td>
<td></td>
</tr>
<tr style="height:3ex;">
<td colspan="3" align="right">
<div id="footer"><a target="_blank" href='http://www.hagus.net/taxonomy/term/14'>Generated by iPhoto Export</a></div>
</tr>
</table>
</div>
</body>
</html>