$(function(){
if(location.href.search('utm_source') > 0) {
$.cookie('google', 'ad', {expires: 1});
}


if(location.href.search('gclid') > 0) {
$.cookie('google', 'ad', {expires: 1});
}

if($.cookie('google')) {
$('#masthead').css("background-image", "url(/images/a-zrentals/site/template/masthead-adwords.png)");
$('.local').text('910 338-9613');
}
}); 
