$(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/atlanticapp/site/template/masthead-adwords.jpg)");
$('.local').text(' 910.338.9029');
$('.wilmington').text('910.338.9356');
$('.adwords').attr('value', 'AtlanticAppliance.net Contact Form Filled Out - Google Adwords');
}
}); 
