/*
	This script is used to select a banner for the top on an index page
*/
document.write 
(
	"<script type='text/javascript'><!--\n"
	+ "google_ad_client = 'pub-4685471597147267';\n"
	+ "google_ad_width = 468;\n"
	+ "google_ad_height = 60;\n"
	+ "google_ad_format = '468x60_as';\n"
	+ "google_ad_channel ='';\n"
	+ "google_ad_type = 'text';\n"
	+ "google_color_border = '000000';\n"
	+ "google_color_bg = 'F0F0F0';\n"
	+ "google_color_link = '0000FF';\n"
	+ "google_color_url = '008000';\n"
	+ "google_color_text = '000000';\n"
	+ "//--></script>\n"
	+ "<script type='text/javascript'\n"
	+ "  src='http://pagead2.googlesyndication.com/pagead/show_ads.js'>\n"
	+ "</script>\n"
);

