Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script language="JavaScript">
- <!-- Begin
- var total_banner = 3;
- var actual_time = new Date()
- var second = actual_time.getSeconds()
- var show_the_banner = second % total_banner;
- show_the_banner +=1;
- if (show_the_banner==1) {
- txt="Replace with your 1st Text Banner";
- url="Replace with your 1st URL Link Banner";
- alt="Replace with your 1st Text Banner";
- banner="Replace with your 1st URL Banner's Image";
- width="468";
- height="60";
- }
- if (show_the_banner==2) {
- txt="Replace with your 2nd Text Banner";
- url="Replace with your 2nd URL Link Banner";
- alt="Replace with your 2nd Text Banner";
- banner="Replace with your 2nd URL Banner's Image";
- width="468";
- height="60";
- }
- if (show_the_banner==3) {
- txt="Replace with your 3rd Text Banner";
- url="Replace with your 3rd URL Link Banner";
- alt="Replace with your 3rd Text Banner";
- banner="Replace with your 3rd URL Banner's Image";
- width="468";
- height="60";
- }
- document.write('<center>');
- document.write('<a href=\"' + url + '\" target=\"_top\">');
- document.write('<img src=\"' + banner + '\" width=')
- document.write(width + ' height=' + height + ' ');
- document.write('alt=\"' + alt + '\" border=0><br>');
- document.write('<small>' + txt + '</small></a>');
- document.write('</center>');
- // End -->
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement