<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -422,10 +422,19 @@
 	[textView setEditable:NO];
 	[textView setFont:[UIFont systemFontOfSize:14.0f]];
 
+#if !TARGET_IPHONE_SIMULATOR
 	AdMobView *ad = [AdMobView requestAdWithDelegate:self]; 
     ad.frame = CGRectMake(0, 432, 320, 48); 
 	ad.center = CGPointMake(160.0f, 416.0f - 24.0f);
 	[textView addSubview:ad];
+#else
+	UILabel *ad = [[UILabel alloc] initWithFrame:CGRectMake(0, 432, 320, 48)];
+	ad.backgroundColor = [UIColor clearColor];
+	ad.textAlignment = UITextAlignmentCenter;
+	ad.text = @&quot;[AdMob ad skipped for simulator]&quot;;
+	ad.center = CGPointMake(160.0f, 416.0f - 24.0f);
+	[textView addSubview:ad];
+#endif
 	
 	UILabel *label = [[UILabel alloc] initWithFrame:CGRectMake(0.0f, 0.0f, 320.0f, 40.0f)];
 	label.backgroundColor = [UIColor clearColor];</diff>
      <filename>ShareController.m</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>445545169923b9ca384ad815c3d68bb3ce940d4a</id>
    </parent>
  </parents>
  <author>
    <name>Erica Sadun</name>
    <email>erica@mindspring.com</email>
  </author>
  <url>http://github.com/erica/ibrowser/commit/cb18e2b8b5b9f0e43f73f2aa9ef6800e3d172b98</url>
  <id>cb18e2b8b5b9f0e43f73f2aa9ef6800e3d172b98</id>
  <committed-date>2009-03-20T10:51:22-07:00</committed-date>
  <authored-date>2009-03-20T10:51:22-07:00</authored-date>
  <message>Ads are no longer served on simulator</message>
  <tree>1411035d47adb8dadc5a780057036ec762925b7e</tree>
  <committer>
    <name>Erica Sadun</name>
    <email>erica@mindspring.com</email>
  </committer>
</commit>
