A Great text ad rotator for blogspot blogs and other websites. use this code to rotate text ads on your website.
<script language=javascript> /* +---------------------------------------------------------+ | Ads For Blogger Copyright : www.oxaus.com | +---------------------------------------------------------+ | This Copyright Notice Must Remains intact. | +---------------------------------------------------------+ */ var adtxt=new Array() //insert here your text adtxt[0]='Free Advertising For Your Website'; adtxt[1]='AUTO SURF SEO Exchange'; adtxt[2]='Banner Exchange Get 2000 Free Impressions'; var adlinks=new Array() //insert here your links adlinks[0]='http://www.funneledafiliate.com'; adlinks[1]='http://www.autoviewz.com'; adlinks[2]='https://www.sharemyads.com'; var xy=Math.floor(Math.random()*adtxt.length); document.write('[Ad] <a href="'+adlinks[xy]+'" target="_blank">'+adtxt[xy]+'</a>'); </script>
View script on pastebin : https://pastebin.com/EeB46QYF