Random Image JS Script, refresh/reloads 4 image w/rotation to next Ad Box
Hello All,
To no avail can I find a script that would fit my site.
The script I need must have the following:
1) Load 4 random images on to 4 ad boxes at the top
2) Images changes on page reload or refresh
3) On page reload/refresh, a new image is loaded in ad box 1, image in ad box 1 moves into ad box 2, image on ad box 2 moves into ad box 4 ... and so forth.
4) The script must be an external script
5) The images must have a text, href link to site, on mouse over/click
6) The html code in the ad boxes must be keep to a minimum or refer to the external js script.
7) All image info such as URL, Text, image size are on the external js.script.
The above sounds complicated but I cannot find any script like it. I have tried others but they don't rotate on to the next ad box.
Here's a site that does what I am looking for:
http://www.runryder.com/?do=start&to...bot=1221226682
My webpage will have 4 image box at the top and another 4 image box at the footer. Refer to the html code below as to how I have the page layout:
HTML Code:
<head>
<script type="text/javascript" src="http://nogocom/ads.js"> </script>
</head>
<Body>
<div id="ad-wrapper">
<div class="ad-1"> </div>
<div class="ad-2"> </div>
<div class="ad-3"> </div>
<div class="ad-4"> </div>
</div>
<div id="maincontent">
<p>Some Text Here</p>
</div>
<div id="ad-wrapper">
<div class="ad-a"> </div>
<div class="ad-b"> </div>
<div class="ad-c"> </div>
<div class="ad-d"> </div>
</div>
</body>
Script, refresh/reloads 4 image w/rotation to next Ad Box
Hello All,
To no avail can I find a script that would fit my site.
The script I need must have the following:
1) Load 4 random images on to 4 ad boxes at the top
2) Images changes on page reload or refresh
3) On page reload/refresh, a new image is loaded in ad box 1, image in ad box 1 moves into ad box 2, image on ad box 2 moves into ad box 4 ... and so forth.
4) The script must be an external script
5) The images must have a text, href link to site, on mouse over/click
6) The html code in the ad boxes must be keep to a minimum or refer to the external js script.
7) All image info such as URL, Text, image size are on the external js.script.
The above sounds complicated but I cannot find any script like it. I have tried others but they don't rotate on to the next ad box.
:o