// JavaScript Documentvar undefined;var linkcheck = 0;function LinkAlert(URL,target)	{	MSG = "You are about to leave www.gostatebank.com\n\nFor your convenience, this site includes links to other 3rd parties. Your Financial Institution does not guarantee the 3rd party sites. The products and services offered on 3rd party sites, including investment and insurance products, are NOT products of your Financial Institution and are NOT insured by the FDIC.";	if (linkcheck==0) { // check for a double-link from the javascript drop-down menus.		myTarget = "_blank";		if (target!=undefined) myTarget = target;		if (confirm(MSG)) window.open(URL,myTarget);		linkcheck = 1;	} else linkcheck = 0;	}function LaunchCalc(URL)	{	window.open(URL,'myCalc','width=600,height=400,scrollbars=yes,resizable=yes');	}core = 1;	function RandomImage(img,seed) 	{ 	if (seed==undefined || seed=="") seed = 3;	core = Math.floor(Math.random()*seed)+1;	document [img].src = 'images/Splash'+core+'.jpg';	setTimeout('RandomImage("' +img+'")',5000);	}