Showing related tags and posts accross the entire site.
Sorry, but there are no more tags available to filter with.
-
This script allows you to rotate ads every x/1000 of a second: <script language="JavaScript" type="text/JavaScript"> <!-- var linkArray = new Array(4); var imageArray = new Array(4); var counter = 1; var url = " http://area51.mn "; linkArray[0] = " http://area51...
-
Here is an example of a simple Javascript you can use to add banner ads in Community Server: <SCRIPT LANGUAGE="JavaScript"> <!-- var rotate = 3; var now = new Date() var sec = now.getSeconds() var ad = sec % rotate; ad +=1; if (ad==1) { txt="Professional Web Hosting"; url...