<script>
$(function(){
//Replace .element with the class or ID of your target text
$("#typed").typed({
//Replace placeholder text with your own text
strings: [ "Groceries", "Pet Food", "Sports Equipment", "Gifts",],
//change speed
typeSpeed: 100,
// time before typing starts
startDelay: 100,
//loop the animation
loop: true
});
});
</script>
<script type="text/javascript">
adroll_adv_id = "D4XSTH23UNFEFNP7T4FDPX";
adroll_pix_id = "X5SMEBMXSVFENHZAHVMVER";
(function () {
var _onload = function(){
if (document.readyState && !/loaded|complete/.test(document.readyState)){setTimeout(_onload, 10);return}
if (!window.__adroll_loaded){__adroll_loaded=true;setTimeout(_onload, 50);return}
var scr = document.createElement("script");
var host = (("https:" == document.location.protocol) ? "https://s.adroll.com" : "http://a.adroll.com");
scr.setAttribute('async', 'true');
scr.type = "text/javascript";
scr.src = host + "/j/roundtrip.js";
((document.getElementsByTagName('head') || [null])[0] ||
document.getElementsByTagName('script')[0].parentNode).appendChild(scr);
};
if (window.addEventListener) {window.addEventListener('load', _onload, false);}
else {window.attachEvent('onload', _onload)}
}());
</script>