			<!--
			
  var currentlinktwo = 0;
  var currentimagetwo = 0;
  var delaytwo = 10000;
  var newbrowsertwo = true;

			//specify banners
			if(document.images) {
				banpicstwo = new Array();	
				banpicstwo[0] = new Image();
				banpicstwo[0].src = "http://www.ftjcfx.com/image-1613046-10305624.gif";
				banpicstwo[1] = new Image();
				banpicstwo[1].src = "http://www.afcyhf.com/image-1613046-9950289.gif";
				
		  //specify banner links
    			banlinkstwo = new Array();	
		    	banlinkstwo[0] = "http://www.dpbolvw.net/click-1613046-10305624";
    			banlinkstwo[1] = "http://www.dpbolvw.net/click-1613046-9950289";
				
			}		
					
			function bannerchanger2(from) {
				if(document.images) {
					document.images[from].src = banpicstwo[currentimagetwo].src;
					if (currentimagetwo < banpicstwo.length-1) 
						currentimagetwo = currentimagetwo + 1;
					else 
						currentimagetwo = 0;
					setTimeout("bannerchanger2('" + from + "')", delaytwo);
				}
			}
			
	function FollowLink2() {
    if(document.images) {
      if (newbrowsertwo == true) {
        window.open(banlinkstwo[currentlink], 'newwindow', '', false);			
      } else
        document.location.href = banlinkstwo[currentlinktwo];
    }
  }
			//-->
		
		
