// JavaScript Document
function showWelcomeFSB(url){
	if(url=="http://www.fsbindiana.com/"){
		var content = new Array();
		var index = 0;
		content[index++] = "<div align=\"center\"><img src=\"images/BankToOurBank.jpg\" border=\"0\" /></div>You have been redirected to the home page of First Federal Savings Bank.<br /><br />Please be sure to update this new location in any bookmarks or favorites you have saved.<br /><br />For more information, please contact First Federal at (800) 314-2265 or stop by our locations in Corydon, Elizabeth, Georgetown, and Lanesville.";
		//content[index++] = "You have been redirected to the home page of First Federal Savings Bank.<br />Please be sure to update this new location in any bookmarks or favorites you have saved.<br />For more information, please contact First Federal at (800) 314-2265 or stop by our locations in Corydon, Elizabeth, Georgetown, and Lanesville.";
		//content[index++] = "<div align=\"center\"><img src=\"https://www.ffsbkyonline.com/images/logo.gif\" border=\"0\" /><h2 style=\"margin-top: 0px;\">Third Party Site Disclaimer</h2></div>You have been redirected to the home page of First Federal Savings Bank.<br />Please be sure to update this new location in any bookmarks or favorites you have saved.<br />For more information, please contact First Federal at (800) 314-2265 or stop by our locations in Corydon, Elizabeth, Georgetown, and Lanesville.";
		//content[index++] = "<div align=\"center\"><a href=\"javascript:void('0');\" onclick=\"window.open('"+url+"');document.getElementById('welcome_fsb').style.visibility = 'hidden'\">Continue</a> &nbsp;&nbsp; <a href=\"javascript:void('0');\" onclick=\"document.getElementById('welcome_fsb').style.visibility = 'hidden'\">Decline</a></div></div>";
		content[index++] = "<div align=\"center\"><input type='button' href=\"javascript:void('0');\" onclick=\"window.location.href='http://www.ffsbky.com';document.getElementById('welcome_fsb').style.visibility = 'hidden'\" value='Continue'></div></div>";	
		document.getElementById("welcome_fsb").innerHTML = content.join("");
		document.getElementById("welcome_fsb").style.visibility = "visible";
		scrollTo(0, 0);
	}
}
document.write('<div id="welcome_fsb" style="background-color: #FFFFFF; font-family: Arial, Helvetica, sans-serif; font-size: 8pt; font-weight: normal; color: #000000; text-align: left; position:absolute; top:50px; left:300px; border: thin solid #1A448E; padding: 15px; visibility: hidden;z-index: 3000; width:600px;"></div>');