Discover our new line of
Cannabis friendly RV and
Campgrounds
[home-stock-inv]
');
});*/
jQuery('.menu-main-menu-container ul.nav li a').click(function(){
/*alert(jQuery(this).attr('href'));alert(get);*/
var value = $(this).attr('href');
window.location.href = value;/*alert(window.location.href);*/
return false;
});
});
function scroll7(element, parent){
jQuery('html,body').animate({ scrollTop: jQuery(parent).offset().top }, { duration: 1000, easing: 'swing'});
jQuery(parent).animate({ scrollTop: jQuery(parent).scrollTop() + jQuery(element).offset().top - jQuery(parent).offset().top }, { duration: 'slow', easing: 'swing'});
}