function google_ad_request_done(google_ads) 
{
if (google_position == 'top')
{
var s = '';
var i;
if (google_ads.length == 0) {
return;
}
if (google_ads[0].type == "html")
{
s += google_ads[0].snippet;
}
else
{
if (google_ads.length == 1)
{
s += '<div class="q4 m4 p7 p10 gbg"><P CLASS="p1 f1 bo p10">Ads by Google</p><p class="p1 q5 f2"><a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true"  class="bo f3">' + google_ads[0].line1 + '</a> <br>' + google_ads[0].line2 + '&nbsp;' + google_ads[0].line3 + '&nbsp;<a  class="grn f1 bo" href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true">' + google_ads[0].visible_url + '</a></p>';
}
else if(google_ads.length > 1)
{


s += '<div class="q4 p7 m4 p10 gbg"><P CLASS="p1 f1 bo p10">Ads by Google</p>'


for(i = 0; i < google_ads.length; ++i)
{
s += '<p class="p1 q5 f2"><a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true" class="bo f3">' + google_ads[i].line1 + '</a><br>' + google_ads[i].line2 + ' ' + google_ads[i].line3 + ' - <a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true" class="grn f1 bo">' + google_ads[i].visible_url + '</a></p>';
}
}
s += '</div>'
}
document.write(s);
return;
}

if (google_position == 'bottom')
{
var s = '';
var i;
if (google_ads.length == 0) {
return;
}
if (google_ads[0].type == "html")
{
s += google_ads[0].snippet;
}
else
{
if (google_ads.length == 1)
{
s += '<TABLE CELLSPACING="0" CELLPADDING="0" BORDER="0" WIDTH="68%"  ALIGN="CENTER" ><TR><td valign="top" width="100%" align="center" colspan="3"><P CLASS="ads_g" ALIGN="right">Ads by Google</p></td></tr><tr><td valign="top" CLASS="google_ad1" align="center"><div><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="MARGIN-BOTTOM:3PX;"><TR><TD VALIGN="TOP" STYLE="BORDER-BOTTOM:1PX SOLID #0000ff;  PADDING-BOTTOM:1PX;"><b class="w"><a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true"><b>' + google_ads[0].line1 + '</b></a></b></TD></TR></TABLE>' + google_ads[0].line2 + '&nbsp;' + google_ads[0].line3 + '&nbsp;<a style="color:#008000; text-decoration:none" href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true">' + google_ads[0].visible_url + '</span></a></div></td></tr></table></TD></TR></TABLE>';
}
else if(google_ads.length > 1)
{

s += '<TABLE WIDTH="68%" BORDER="0" CELLPADDING="0" CELLSPACING="0" ALIGN="CENTER" HEIGHT="107" ><TR><TD VALIGN="TOP"><TABLE CELLSPACING="0" CELLPADDING="0" ALIGN="center" BORDER="0" WIDTH="100%"><TR><td valign="top" width="100%" align="center" colspan="3"><P CLASS="ads_g" ALIGN="right">Ads by Google</p></td></tr><tr>'

for(i = 0; i < google_ads.length; ++i)
{
s += '<td valign="top" CLASS="google_ad1" width="33%" align="center"><div><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="0" STYLE="MARGIN-BOTTOM:3PX;"><TR><TD VALIGN="TOP" STYLE="BORDER-BOTTOM:1PX SOLID #0000ff; PADDING-BOTTOM:1PX;"><b class="w"><a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true"><b>' + google_ads[i].line1 + '</b><br></a></b></TD></TR></TABLE>' + google_ads[i].line2 + '<br>' + google_ads[i].line3 + '<br><a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true">' + google_ads[i].visible_url + '</a></div></td>';
}
}
s += '</tr></table></TD></TR></TABLE>'
}
document.write(s);
return;
}


if (google_position == 'right')
{	

var s = '';
var i;
if (google_ads.length == 0)
{
return;
}
if (google_ads[0].type == "html") 
{
s += google_ads[0].snippet;
}
else
{
if (google_ads.length == 1)
{
s += '<div style="border-left:1px solid #f0f0f0;" class="p2"><p class="f1 p4">Ads by Google</p><p class="p7 f2"><a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true" class="f3 bo">' + google_ads[0].line1 + '</a><br>' + google_ads[0].line2 + '&nbsp;' + google_ads[0].line3 + '<br><a href="' + google_ads[0].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[0].visible_url + '\';return true" class="grn f1 bo">' + google_ads[0].visible_url + '</a></p></div><br>'; 
} 
else if (google_ads.length > 1)
{
s += '<div class="p2" style="border-left:1px solid #f0f0f0;"><p align="right" class="f1 p4">Ads by Google</p>'

for(i = 0; i < google_ads.length; ++i) 
{
s += '<p class="p7 f2"><a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true" class="f3 bo">' + google_ads[i].line1 + '</a><br>' + google_ads[i].line2 + ' ' + google_ads[i].line3 + '<br><a href="' + google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' + google_ads[i].visible_url + '\';return true" class="grn f1 bo">' + google_ads[i].visible_url + '</a></p><br>';
}
s += '</div><br>';
}
}
document.write(s);
return;
}
}
google_ad_client = 'pub-8525015516580200'; // substitute your client_id (pub-#)
google_ad_channel = '9859496155';
google_ad_output = 'js';
google_ad_type = 'text';
google_image_size = '728x90';
google_feedback = 'on';


