var joinArray = new Array()
joinArray[0] = '<a href="../site/atm.html" class="segPageTopic">We\'re With You</a>At home or on the road, we\'re there - access Affinity from our branch locations, or from our shared branching and ATM networks.';
joinArray[1] = '<a href="../site/personal_creditcards.html" class="segPageTopic">Get More from Your Credit Cards</a>Great rates. Worldwide acceptance. Rewards. And no surprise fees! Get it all with an Affinity Credit Card.';
joinArray[2] = '<a href="../site/personal_online.html" class="segPageTopic">Anytime, Anywhere</a>With features such as Online Banking, Online Statements, Online Bill Pay and Online Deposit, accessing your Affinity accounts has never been easier.';
joinArray[3] = '<a href="../site/loans_realestate.html" class="segPageTopic">Real Estate Programs</a>Affinity has the options you\'re looking for, whether you need a home loan for something new or want to take advantage of the equity in your home.';
joinArray[4] = '<a href="../site/personal_online.html" class="segPageTopic">Easy Online Access</a>Stay in control of your money no matter where you are with Affinity\'s Online Banking.  Review transactions, receive online statements, open accounts, and even pay your bills with Online Bill Pay.';
joinArray[5] = '<a href="../site/loans_lugnutz.html" class="segPageTopic">Affinity LugNutz</a>Make your next car buying experience the easiest you\'ve ever had. Whether it\'s new or used you\'re looking for, we have the tools to help you find the car you want.';
joinArray[6] = '<a href="../site/personal_checking.html" class="segPageTopic">Direct Deposit</a>Avoid the hassle and risk of check cashing services by having your paycheck deposited directly into your Affinity account.';
joinArray[7] = '<a href="../site/about.html" class="segPageTopic">Member Service and Satisfaction</a>Member service and satisfaction is our number one priority. This has made us the largest credit union in New Jersey and one of the largest in the United States.';
joinArray[8] = '<a href="../site/atm.html" class="segPageTopic">Convenient Access to your Accounts</a>With Affinity, you have access to more than 50,000 surcharge-free ATMs, 4,100 shared branches, 24/7 Online Banking and more.';
joinArray[9] = '<a href="../site/personal.html" class="segPageTopic">High Interest Accounts</a>Instead of maximizing profits, we pass them on to you in the form of high-yielding accounts such as Premium Plus Savings and Green Rewards Checking.';
joinArray[10] = '<a href="../site/forms.html" class="segPageTopic">Online Applications</a>Don\'t get bogged down in paperwork. With Affinity you can apply online for just about anything, from membership to credit cards to home equity loans!';
joinArray[11] = '<a href="../site/advice_bases.html" class="segPageTopic">Manage Your Budget &amp; Improve Your Credit Score</a>With Affinity\'s Budget &amp; Score Enhancement Service, you will receive personalized coaching to help improve your credit rating and help create a budget to meet your needs.';
var joinHTML = '<table cellpadding="2" cellspacing="0" class="contentTable"><tr>';
var arrLength = (joinArray.length)-2;
var arrStart = Math.floor(Math.random()*arrLength);
for (i=0;i<=2;i++)
	{
	arrPosition = arrStart + i;
	if ((i == 0) || (i == 2)) {tblClass = 2}
	else {tblClass = 1}
	joinHTML += '<td class="tablecontent'+tblClass+'" width="33%">'+joinArray[arrPosition]+'</td>';
	}
joinHTML += '</tr></table>';
document.write(joinHTML);