// 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(5)-1
			

			
			if (number == 0) {
			document.write("<a href=http://support.netins.net/parental.htm>") 
			document.write("<img src=/shared_data/images/ads/L_cyber_police.gif width=158 height=250 vspace=10 alt=\"Learn how to protect your children while they surf online\" border=0></a>")
			}
			
	
				if (number == 1) {
			document.write("<a href=http://showcase.netins.net>") 
			document.write("<img src=/shared_data/images/ads/L_showcase.gif width=158 height=250 vspace=10 alt=\"Free Showcase webspace with dial up accounts\" border=0></a>")
			}
			
				if (number == 2) {
			document.write("<a href=http://www.netins.com/colo/index.htm>") 
			document.write("<img src=/shared_data/images/ads/L_colo.jpg width=158 height=250 vspace=10 alt=\" Providing multi-homed Internet connectivity in multiple methods. Check out netINS Co-Location today!\" border=0></a>")
			}
			
			if (number == 3) {
			document.write("<a href=http://webhosting.netins.net/index.htm>") 
			document.write("<img src=/shared_data/images/ads/L_hosting04.gif width=158 height=250 vspace=10 alt=\"First Month's Hosting FREE and One Year Free Domain Registration \" border=0></a>")
			}
			