var google_adnum = 0; /* only insert this line for your first ad unit */

function google_ad_request_done(google_ads)
{
	var s = '';var s2 = '';
	var i;
	if (google_ads.length == 0)
	{
		return;
	}
	if (google_ads.length > 1)
	{
		s += '<div><a href=\"' + google_info.feedback_url + '\" style="color:#0066cc;" class="ad_adsbygoogle">Ads by Google</a></div><div class="cB"></div>' 
	
		for(i = 0; i < google_ads.length; ++i)
		{
			if(i==3)
			{
				s2 += '<div><a href=\"' + google_info.feedback_url + '\" style="color:#0066cc;" class="ad_adsbygoogle">Ads by Google</a></div><div class="cB"></div>';
			}
			if(i<3)
			{
				s += '<table><tr class="ad_table" ><td width="600"><div style="padding:5px 0px 5px 0px;"><div style="padding:0px 0px 5px 0px;"><a href="' + 
				google_ads[i].url + '" class="ad_title" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true"><span class="ad_title"> <b>' + 
				google_ads[i].line1 + '</b><br></span></a></div> <span class="ad_desc">' +
				google_ads[i].line2 + '&nbsp;' +
				google_ads[i].line3 + '<br></span><div style="padding:5px 0px 0px 0px;"><a style="color:#424242;text-decoration:none;" href="' + 
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true"><span>' + 
				google_ads[i].visible_url + '</span></a></div></div></td></tr></table>';
			}
			else
			{
				s2 += '<table><tr class="ad_table" ><td width="600"><div style="padding:5px 0px 5px 0px;"><div style="padding:0px 0px 5px 0px;"><a href="' + 
				google_ads[i].url + '" class="ad_title" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true"><span class="ad_title"> <b>' + 
				google_ads[i].line1 + '</b><br></span></a></div> <span class="ad_desc">' +
				google_ads[i].line2 + '&nbsp;' +
				google_ads[i].line3 + '<br></span><div style="padding:5px 0px 0px 0px;"><a style="color:#424242;text-decoration:none;" href="' + 
				google_ads[i].url + '" onmouseout="window.status=\'\'" onmouseover="window.status=\'go to ' +
				google_ads[i].visible_url + '\';return true"><span>' + 
				google_ads[i].visible_url + '</span></a></div></div></td></tr></table>';
			}
		}
	}

    

	if (google_ads[0].bidtype == "CPC") { /* insert this snippet for each ad call */
	google_adnum = google_adnum + google_ads.length;
	}

	document.getElementById("ad_unit1").innerHTML += s;
	document.getElementById("ad_unit2").innerHTML += s2;
	return;
}

google_ad_client = 'pub-3456548686527698'; /* substitute your client_id (pub-#) */
google_ad_channel = '5475754383';
google_ad_output = 'js';
google_max_num_ads = '6';
google_ad_type = 'text';
google_image_size = '728x90';
google_feedback = 'off';
google_skip = google_adnum; /* to skip for multiple units, insert this snippet for each ad call */

