
function callGoogle() { document.write('<scr'+'ipt language="JavaScript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"></scr'+'ipt>'); }
var bot_out = '';

function create_html(ad) {
  var s = '';
	s+= "<A class=ggl target=_top href=\""+ ad.url +"\">";
	s+= "<span class=ggl1>" + ad.line1 + "</span> &nbsp;";
	s+= "<span class=ggl2>"+ ad.visible_url +"</span></a>";		
	s+= "<br><span class=ggl3>" +ad.line2 + "&nbsp;" + ad.line3 + "</span>";
	return s;
}

google_ad_client = "pub-8609593373143699";
google_ad_slot = "5089956997";
google_ad_width = 468;
google_ad_height = 15;
callGoogle();
