<!--

				<!-- Begin
					var how_many_ads = 5;
					var now = new Date()
					var sec = now.getSeconds()
					var ad = sec % how_many_ads;
					ad +=1;
					
				if (ad==1) {
					alt="Neil O'Brien";
					banner="/newnew/subpagepics/neil.jpg";
					width="320";
					height="240";
					}
									
				if (ad==2) {
					alt="porkchop";
					banner="/newnew/subpagepics/porkchop.jpg";
					width="320";
					height="240";
					}
					
				if (ad==3) {
					alt="burt dodge";
					banner="/newnew/subpagepics/burt.jpg";
					width="320";
					height="240";
					}
					
				if (ad==4) {
					alt="leon rainbow";
					banner="/newnew/subpagepics/leon.jpg";
					width="320";
					height="240";
					}
					
				if (ad==5) {
					alt="tadashi";
					banner="/newnew/subpagepics/tadashi.jpg";
					width="320";
					height="240";
					}
					
	
					document.write('<center>');
					document.write('<img src=\"' + banner + '\" width=' + width + ' height=' + height + ' ')
					document.write('alt=\"' + alt + '\" border=0></a><br>');
					document.write('</center>');
					
// -->