// JavaScript Document

function displaymessage()
{
confirm("Communitites of Abilene Federal Credit (CoAFCU) is NOT RESPONSIBLE for the products, services or overall content available on this third-party site. CoAFCU DOES NOT REPRESENT either the third-party or member if the two shall enter into a transaction. Before divulging PERSONAL INFORMATION, please consult the third-party privacy disclosure, as they may differ from those practiced by CoAFCU.")
}

function MM_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

var now = new Date();
	monthNum = now.getMonth();
	dateNum = now.getDate();
	year= now.getFullYear();
	
	switch(monthNum)
	{
		case 0 :
			month = "January "
			break;
			
		case 1 :
			month = "February "
			break;
			
		case 2 :
			month = "March "
			break;
			
		case 3 :
			month = "April "
			break;
			
		case 4 :
			month = "May "
			break;
			
		case 5 :
			month = "June "
			break;
			
		case 6 :
			month = "July "
			break;
			
		case 7 :
			month = "August "
			break;
			
		case 8 :
			month = "September "
			break;
			
		case 9 :
			month = "October "
			break;
			
		case 10 :
			month = "November "
			break;
			
		case 11 :
			month = "December "
			break;
	}
