// JavaScript Document				  
			rnd.today=new Date();
			rnd.seed=rnd.today.getTime();
			
			function rnd(){
				rnd.seed = (rnd.seed*9301+49297) % 233280;
				return rnd.seed/(233280.0);
				};
			
			function rand(number){
				return Math.ceil(rnd()*number);
				};
			
			var number=rand(3)-1
			

			if (number == 0) {
			document.write("<a href=http://showcase.netins.net>") 
			document.write("<img src=/shared_data/images/ads/w_showcase.gif width=158 height=149 vspace=10 alt=\"Free webspace with dial up accounts\" border=0></a>")
			}
			
			if (number == 1) {
			document.write("<a href=http://netins.healthology.com/nip_v2.asp?f=nip_default&c=general target=_new>") 
			document.write("<img src=/shared_data/images/ads/w_health.gif width=158 height=149 vspace=10 alt=\"netINS Health Information provides the latest health related information by means of HEALTHOLOGY \" border=0></a>")
			}
			
			if (number == 2) {
			document.write("<a href=http://webhosting.netins.net/index.htm>") 
			document.write("<img src=/shared_data/images/ads/w_hosting04.gif width=158 height=146 vspace=10 border=0></a>")
			}

			
			