Random Horizontal Ad Display
Refresh/reload this page to see ads in random load
The
Code to build this script
Note this script will not spider links but load faster. This is good
for repetitious ads which display on every page. The first page a visitor
visits this code will load once and run each time for every page they
visit in your site.
Since the code is an external code links will not count by web spiders. to
make it code the JS code must be in your html code in full. Down fall
if you have many ads in your script pasted inside your html code, your
page will drag the more ads you have.
Pro's small list pasted in your html, quick load and links could count by
spiders.
Con's large list as an external js no links will count but page will load
once for all pages and page loads increased speed next page load.
<script type="text/javascript" src="random_ads.js"></script>
<p>
<script>
randomorder(adblock, ' ')
</script>
</p>
|