// 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(4)-1
			
			if (number == 0) {
			document.write("<a href=http://www.netins.net/residential/ebob/index.htm target=_new>") 
			document.write("<img src=/common/images/ads/w_eBob.gif width=158 height=149 vspace=10 alt=\"Ask eBob. netINS Internet Trainer.\" border=0></a>")
			}
			
			if (number == 1) {
			document.write("<a href=http://support.demo.netins.net/pop_up/index.htm>") 
			document.write("<img src=/common/images/ads/w_popupBlocking.gif width=158 height=149 vspace=10 alt=\"Tired of pop up windows? Find out how to block them using netINS pop up blocking\" border=0></a>")
			}
			
			if (number == 2) {
			document.write("<a href=http://supportourtroops.netins.net target=_new>") 
			document.write("<img src=/common/images/ads/w_troops.gif width=158 height=149 vspace=10 alt=\"Support Our Troops\" border=0></a>")
			}
			
			
			if (number == 3) {
			//document.write("<a href=http://www.websitecompass.com/0-netinsnet target=_new>") 
			document.write("<img src=/common/images/ads/w_nospam4.gif width=158 height=146 vspace=10 alt=\"netINS Spam Filters\" border=0></a>")
			}
			