//adsense

afs(keywords)


function afs(keywords){
var pageOptions = {
'pubId' : 'pub-2523235350161021',
'query' : keywords,
'hl' : 'en_US',
'titleBold' : true,
'rolloverLinkUnderline' : true,
'rolloverLinkColor' : '#D50000',
'channel' : '6451601573'
}

var options1 = {
'container' : '_Adsense_ads_wide_1',
'number' : 4,
'width' : 'auto',
'lines' : 2,
'linkTarget':'_blank',
'fontFamily' : 'arial',
'colorTitleLink' : '#00e',
'colorDomainLink' : '#00e',
'fontSizeTitle' : '14px',
'fontSizeDescription' : '14px',
'fontSizeDomainLink' : '12px'
}

var options2 = {
		'container' : '_Adsense_ads_wide_2',
		'number' : 5,
		'width' : 'auto',
		'lines' : 2,
		'linkTarget':'_blank',
		'fontFamily' : 'arial',
		'colorTitleLink' : '#00e',
		'colorDomainLink' : '#00e',
		'fontSizeTitle' : '14px',
		'fontSizeDescription' : '14px',
		'fontSizeDomainLink' : '12px'
		}

new google.ads.search.Ads(pageOptions, options1,options2);
}

