var i;
if (google_ads.length > 2) {
    document.write('<div class="btmAds">');
    document.write('<h3><img src="/images/ads_ttl.gif" alt="Ads by Google" width="105" height="17" /></h3>');
    document.write('<dl>');
    for (i = 2; i < google_ads.length; i ++) {
	document.write('<dt>');
	document.write('<span class="ttl"><a href="'+google_ads[i].url+'" target="_blank">'+google_ads[i].line1+'</a></span>');
	document.write('<a href="'+google_ads[i].url+'" target="_blank" style="text-decoration:none;"><span class="urlTxt">'+google_ads[i].visible_url+'</span></a>');
	document.write('</dt>');
	document.write('<dd><a href="'+google_ads[i].url+'" target="_blank" style="text-decoration:none; color:black;">');

	var dictxt = google_ads[i].line2+'&nbsp;'+google_ads[i].line3;
	document.write(dictxt);
	document.write('</a></dd>');
    }
    document.write('<br clear="all">');
    document.write('</div>');
}
