// 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(6)-1
			
			if (number == 0) {
			document.write("<a href=http://webhosting.demo.netins.net/esw/index.htm>") 
			document.write("<img src=/shared_data/images/ads/L_buildyourown.gif width=158 height=250 vspace=10 alt=\"Build your own website with EasySite Wizard\" border=0></a>")
			}
			
			if (number == 1) {
			document.write("<a href=http://support.demo.netins.net/parental/index.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 == 2) {
			document.write("<a href=http://link.mindleaders.com/e-learn/fdpsu/courseprice.jsp?associd=netins001dum target=_new>") 
			document.write("<img src=/shared_data/images/ads/L_pcfordummies.gif width=158 height=250 vspace=10 alt=\"Interactive  Training\" border=0></a>")
			}
			
				if (number == 3) {
			document.write("<a href=http://showcase.demo.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 == 4) {
			document.write("<a href=http://www.demo.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 == 5) {
			document.write("<a href=http://webhosting.demo.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>")
			}
			