		/***************************************************
		* This script is Copyrighted!!!                    *
		* ==============================                   *
		* Do not use this script unless you have asked me  *
		* first and also have it approved!                 *
		* If approved, also leave the text as it is.       *
		*                                                  *
		* Copyright - Mattias Isene - www.evoliq.com       *
		***************************************************/

		var arrayMax = 18; // zero to max = max + 1
    
    var ahref = "<a href=\"http://";
		var img = "\" target=_blank><img src=\"";
		var alt = "\" border=\"0\" alt=\"";
		var ending = "\"></a><br>";
		var isOK = 0;
		var check = 0;
		var currentBanner = 0;
		var checkBanner = 0;
				
		bannerArray	= new Array(5)

		for (var i = 0; i < 5; i++) {
			var rndNum = 0;
			rndNum += Math.floor(Math.random()*arrayMax);
			bannerArray[i] = rndNum;		
			
			if (i>0) {
				check = (i-1);
				for (check ; check>-1 ; check--) {
					currentBanner = parseInt(bannerArray[i], arrayMax);
					checkBanner = parseInt(bannerArray[check], arrayMax);
					if (currentBanner != checkBanner) {
						isOK=1;
					}
					else {
						isOK = 0;
						check = 0;
					}
				}
			}
			else {
				isOK=1;
			}
			
											
			if (isOK==1) {
				
				if (bannerArray[i] == "0") {
					document.write(ahref+ "www.fisherart.se" +img+ "images/bannerlinks/88times31/fisherart_lust.jpg" +alt+ "Visit FisherArt..." +ending);
				}
				if (bannerArray[i] == "1") {
					document.write(ahref+ "www.grafisktforum.org" +img+ "images/bannerlinks/88times31/grafisktforum.gif" +alt+ "Visit Grafiskt Forum (Swedish)..." +ending);
				}
				if (bannerArray[i] == "2") {
					document.write(ahref+ "www.itchstudios.com/psg" +img+ "images/bannerlinks/80times31/psg6mini.jpg" +alt+ "Visit Prometheus Spawning Grounds (PSG)..." +ending);
				}
				if (bannerArray[i] == "3") {
					document.write(ahref+ "www.phong.com" +img+ "images/bannerlinks/88times31/phong6.gif" +alt+ "Visit Phong..." +ending);
				}
				if (bannerArray[i] == "4") {
					document.write(ahref+ "www.machine9.net" +img+ "images/bannerlinks/88times31/machine9net.gif" +alt+ "Visit Machine9..." +ending);
				}
				if (bannerArray[i] == "5") {
					document.write(ahref+ "www.furiae.com/" +img+ "images/bannerlinks/88times31/furiae4.jpg" +alt+ "Visit Furiae (Linda Bergkvist)..." +ending);
				}
				if (bannerArray[i] == "6") {
					document.write(ahref+ "misanthropia.net/" +img+ "images/bannerlinks/88times31/back_ban.gif" +alt+ "Visit Back (misanthropia.net)..." +ending);
				}
				if (bannerArray[i] == "7") {
					document.write(ahref+ "www.polykarbon.com" +img+ "images/bannerlinks/88times31/polykarbon.gif" +alt+ "Visit Polykarbon..." +ending);
				}
				if (bannerArray[i] == "8") {
					document.write(ahref+ "www.gfxartist.com" +img+ "images/bannerlinks/88times31/gfxbutton.gif" +alt+ "Visit GFXartist..." +ending);
				}
				if (bannerArray[i] == "9") {
					document.write(ahref+ "webhome.idirect.com/%7Edarkchyld/index.html" +img+ "images/bannerlinks/88times31/darkchyld.gif" +alt+ "Visit Darkchyld..." +ending);
				}
				if (bannerArray[i] == "10") {
					document.write(ahref+ "www.nitzdesign.com" +img+ "images/bannerlinks/88times31/nitzdesign_8831.gif" +alt+ "Visit NitzDesign..." +ending);
				}
				if (bannerArray[i] == "11") {
					document.write(ahref+ "www.rhedman.net" +img+ "images/bannerlinks/88times31/rhedman.jpg" +alt+ "Visit Rhedman..." +ending);
				}
				if (bannerArray[i] == "12") {
					document.write(ahref+ "www.webdesignskolan.com" +img+ "images/bannerlinks/88times31/wds_logo_ani.bmp" +alt+ "Visit WebDesignskolan [SWE]..." +ending);
				}
				if (bannerArray[i] == "13") {
					document.write(ahref+ "www.phpportalen.net/" +img+ "images/bannerlinks/88times31/php_portalen.bmp" +alt+ "Visit PHP Portalen [SWE]..." +ending);
				}
				if (bannerArray[i] == "14") {
					document.write(ahref+ "www.stephenlynch.com" +img+ "images/bannerlinks/88times31/8831lynch.jpg" +alt+ "Visit Stand Up comedian: STEPHEN LYNCH!!..." +ending);
				}
				if (bannerArray[i] == "15") {
					document.write(ahref+ "www.mattiassnygg.com" +img+ "images/bannerlinks/88times31/snyggbanner.jpg" +alt+ "Visit Mattias Snygg..." +ending);
				}
			  if (bannerArray[i] == "16") {
					document.write(ahref+ "www.pspad.com" +img+ "images/bannerlinks/88times31/pspad_6.gif" +alt+ "PSPAD, the freeware editor...(which I have built this site with)." +ending);
				}
			  if (bannerArray[i] == "17") {
					document.write(ahref+ "www.filezilla.net" +img+ "images/bannerlinks/88times31/filezilla_88x31.jpg" +alt+ "Filezilla, the freeware FTP program..." +ending);
				}
			
			}
			if (isOK==0) {
				--i;
			}
		}
