ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/web/www/footer.inc
Revision: 1.5
Committed: Wed Mar 8 13:32:39 2006 UTC (18 years ago) by tdb
Branch: MAIN
Changes since 1.4: +18 -0 lines
Log Message:
Use Google AdSense. I'm not really a fan of advertising on webpages,
but I could do with some cash to help run the server. I've tried to keep
the adverts as unobstructive as possible.

File Contents

# Content
1 <div id="footer">
2 <script type="text/javascript">
3 <!--
4 google_ad_client = "pub-4199687771151670";
5 google_ad_width = 728;
6 google_ad_height = 90;
7 google_ad_format = "728x90_as";
8 google_ad_type = "text_image";
9 google_ad_channel ="";
10 google_color_border = "000066";
11 google_color_bg = "EEEEFF";
12 google_color_link = "0000FF";
13 google_color_url = "008000";
14 google_color_text = "000000";
15 //-->
16 </script>
17 <script type="text/javascript"
18 src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
19 </script>
20 <p>
21 &copy; 2000-2006 i-scream &#187;
22 <a href="http://www.i-scream.org/">http://www.i-scream.org/</a> &#171;
23 support@i-scream.org
24 </p>
25 </div>