 
            function Validate()
            {
                var lbError = false;
                var lsAlert = '';
                var loFocusControl;

                var loTxtfirstname_First_Name_50 = document.getElementById('_tdmcontrolfirstname_First_Name_50');
if(jsTrim(loTxtfirstname_First_Name_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into First Name.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtfirstname_First_Name_50);
lbError = true;
}
var loTxtlastname_Last_Name_50 = document.getElementById('_tdmcontrollastname_Last_Name_50');
if(jsTrim(loTxtlastname_Last_Name_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Last Name.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtlastname_Last_Name_50);
lbError = true;
}
var loTxtemail_Email_Address_50 = document.getElementById('_tdmcontrolemail_Email_Address_50');
if(jsTrim(loTxtemail_Email_Address_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into E-mail Address.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtemail_Email_Address_50);
lbError = true;
}
var loTxtstreet1_Street_Address_1_50 = document.getElementById('_tdmcontrolstreet1_Street_Address_1_50');
if(jsTrim(loTxtstreet1_Street_Address_1_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Street Address 1.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtstreet1_Street_Address_1_50);
lbError = true;
}
var loTxtcity_City_50 = document.getElementById('_tdmcontrolcity_City_50');
if(jsTrim(loTxtcity_City_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into City.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtcity_City_50);
lbError = true;
}
var loListstate_list_Strayer_Online = document.getElementById('_tdmcontrolstate_list_Strayer_Online');
if(loListstate_list_Strayer_Online.selectedIndex == 0 || loListstate_list_Strayer_Online.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for State.');
loFocusControl = fnValidateFocus(loFocusControl, loListstate_list_Strayer_Online);
lbError = true;
}
				var jsArrstate_list_Strayer_Online = new Array(51);
				jsArrstate_list_Strayer_Online[0] = new Array(2);
				jsArrstate_list_Strayer_Online[0][0] = "AK";
				jsArrstate_list_Strayer_Online[0][1] = "1";
				jsArrstate_list_Strayer_Online[1] = new Array(2);
				jsArrstate_list_Strayer_Online[1][0] = "AL";
				jsArrstate_list_Strayer_Online[1][1] = "1";
				jsArrstate_list_Strayer_Online[2] = new Array(2);
				jsArrstate_list_Strayer_Online[2][0] = "AR";
				jsArrstate_list_Strayer_Online[2][1] = "1";
				jsArrstate_list_Strayer_Online[3] = new Array(2);
				jsArrstate_list_Strayer_Online[3][0] = "AZ";
				jsArrstate_list_Strayer_Online[3][1] = "1";
				jsArrstate_list_Strayer_Online[4] = new Array(2);
				jsArrstate_list_Strayer_Online[4][0] = "CA";
				jsArrstate_list_Strayer_Online[4][1] = "1";
				jsArrstate_list_Strayer_Online[5] = new Array(2);
				jsArrstate_list_Strayer_Online[5][0] = "CO";
				jsArrstate_list_Strayer_Online[5][1] = "1";
				jsArrstate_list_Strayer_Online[6] = new Array(2);
				jsArrstate_list_Strayer_Online[6][0] = "CT";
				jsArrstate_list_Strayer_Online[6][1] = "1";
				jsArrstate_list_Strayer_Online[7] = new Array(2);
				jsArrstate_list_Strayer_Online[7][0] = "DC";
				jsArrstate_list_Strayer_Online[7][1] = "1";
				jsArrstate_list_Strayer_Online[8] = new Array(2);
				jsArrstate_list_Strayer_Online[8][0] = "DE";
				jsArrstate_list_Strayer_Online[8][1] = "1";
				jsArrstate_list_Strayer_Online[9] = new Array(2);
				jsArrstate_list_Strayer_Online[9][0] = "FL";
				jsArrstate_list_Strayer_Online[9][1] = "1";
				jsArrstate_list_Strayer_Online[10] = new Array(2);
				jsArrstate_list_Strayer_Online[10][0] = "GA";
				jsArrstate_list_Strayer_Online[10][1] = "1";
				jsArrstate_list_Strayer_Online[11] = new Array(2);
				jsArrstate_list_Strayer_Online[11][0] = "HI";
				jsArrstate_list_Strayer_Online[11][1] = "1";
				jsArrstate_list_Strayer_Online[12] = new Array(2);
				jsArrstate_list_Strayer_Online[12][0] = "IA";
				jsArrstate_list_Strayer_Online[12][1] = "1";
				jsArrstate_list_Strayer_Online[13] = new Array(2);
				jsArrstate_list_Strayer_Online[13][0] = "ID";
				jsArrstate_list_Strayer_Online[13][1] = "1";
				jsArrstate_list_Strayer_Online[14] = new Array(2);
				jsArrstate_list_Strayer_Online[14][0] = "IL";
				jsArrstate_list_Strayer_Online[14][1] = "1";
				jsArrstate_list_Strayer_Online[15] = new Array(2);
				jsArrstate_list_Strayer_Online[15][0] = "IN";
				jsArrstate_list_Strayer_Online[15][1] = "1";
				jsArrstate_list_Strayer_Online[16] = new Array(2);
				jsArrstate_list_Strayer_Online[16][0] = "KS";
				jsArrstate_list_Strayer_Online[16][1] = "1";
				jsArrstate_list_Strayer_Online[17] = new Array(2);
				jsArrstate_list_Strayer_Online[17][0] = "KY";
				jsArrstate_list_Strayer_Online[17][1] = "1";
				jsArrstate_list_Strayer_Online[18] = new Array(2);
				jsArrstate_list_Strayer_Online[18][0] = "LA";
				jsArrstate_list_Strayer_Online[18][1] = "1";
				jsArrstate_list_Strayer_Online[19] = new Array(2);
				jsArrstate_list_Strayer_Online[19][0] = "MA";
				jsArrstate_list_Strayer_Online[19][1] = "1";
				jsArrstate_list_Strayer_Online[20] = new Array(2);
				jsArrstate_list_Strayer_Online[20][0] = "MD";
				jsArrstate_list_Strayer_Online[20][1] = "1";
				jsArrstate_list_Strayer_Online[21] = new Array(2);
				jsArrstate_list_Strayer_Online[21][0] = "ME";
				jsArrstate_list_Strayer_Online[21][1] = "1";
				jsArrstate_list_Strayer_Online[22] = new Array(2);
				jsArrstate_list_Strayer_Online[22][0] = "MI";
				jsArrstate_list_Strayer_Online[22][1] = "1";
				jsArrstate_list_Strayer_Online[23] = new Array(2);
				jsArrstate_list_Strayer_Online[23][0] = "MN";
				jsArrstate_list_Strayer_Online[23][1] = "1";
				jsArrstate_list_Strayer_Online[24] = new Array(2);
				jsArrstate_list_Strayer_Online[24][0] = "MO";
				jsArrstate_list_Strayer_Online[24][1] = "1";
				jsArrstate_list_Strayer_Online[25] = new Array(2);
				jsArrstate_list_Strayer_Online[25][0] = "MS";
				jsArrstate_list_Strayer_Online[25][1] = "1";
				jsArrstate_list_Strayer_Online[26] = new Array(2);
				jsArrstate_list_Strayer_Online[26][0] = "MT";
				jsArrstate_list_Strayer_Online[26][1] = "1";
				jsArrstate_list_Strayer_Online[27] = new Array(2);
				jsArrstate_list_Strayer_Online[27][0] = "NC";
				jsArrstate_list_Strayer_Online[27][1] = "1";
				jsArrstate_list_Strayer_Online[28] = new Array(2);
				jsArrstate_list_Strayer_Online[28][0] = "ND";
				jsArrstate_list_Strayer_Online[28][1] = "1";
				jsArrstate_list_Strayer_Online[29] = new Array(2);
				jsArrstate_list_Strayer_Online[29][0] = "NE";
				jsArrstate_list_Strayer_Online[29][1] = "1";
				jsArrstate_list_Strayer_Online[30] = new Array(2);
				jsArrstate_list_Strayer_Online[30][0] = "NH";
				jsArrstate_list_Strayer_Online[30][1] = "1";
				jsArrstate_list_Strayer_Online[31] = new Array(2);
				jsArrstate_list_Strayer_Online[31][0] = "NJ";
				jsArrstate_list_Strayer_Online[31][1] = "1";
				jsArrstate_list_Strayer_Online[32] = new Array(2);
				jsArrstate_list_Strayer_Online[32][0] = "NM";
				jsArrstate_list_Strayer_Online[32][1] = "1";
				jsArrstate_list_Strayer_Online[33] = new Array(2);
				jsArrstate_list_Strayer_Online[33][0] = "NV";
				jsArrstate_list_Strayer_Online[33][1] = "1";
				jsArrstate_list_Strayer_Online[34] = new Array(2);
				jsArrstate_list_Strayer_Online[34][0] = "NY";
				jsArrstate_list_Strayer_Online[34][1] = "1";
				jsArrstate_list_Strayer_Online[35] = new Array(2);
				jsArrstate_list_Strayer_Online[35][0] = "OH";
				jsArrstate_list_Strayer_Online[35][1] = "1";
				jsArrstate_list_Strayer_Online[36] = new Array(2);
				jsArrstate_list_Strayer_Online[36][0] = "OK";
				jsArrstate_list_Strayer_Online[36][1] = "1";
				jsArrstate_list_Strayer_Online[37] = new Array(2);
				jsArrstate_list_Strayer_Online[37][0] = "OR";
				jsArrstate_list_Strayer_Online[37][1] = "1";
				jsArrstate_list_Strayer_Online[38] = new Array(2);
				jsArrstate_list_Strayer_Online[38][0] = "PA";
				jsArrstate_list_Strayer_Online[38][1] = "1";
				jsArrstate_list_Strayer_Online[39] = new Array(2);
				jsArrstate_list_Strayer_Online[39][0] = "RI";
				jsArrstate_list_Strayer_Online[39][1] = "1";
				jsArrstate_list_Strayer_Online[40] = new Array(2);
				jsArrstate_list_Strayer_Online[40][0] = "SC";
				jsArrstate_list_Strayer_Online[40][1] = "1";
				jsArrstate_list_Strayer_Online[41] = new Array(2);
				jsArrstate_list_Strayer_Online[41][0] = "SD";
				jsArrstate_list_Strayer_Online[41][1] = "1";
				jsArrstate_list_Strayer_Online[42] = new Array(2);
				jsArrstate_list_Strayer_Online[42][0] = "TN";
				jsArrstate_list_Strayer_Online[42][1] = "1";
				jsArrstate_list_Strayer_Online[43] = new Array(2);
				jsArrstate_list_Strayer_Online[43][0] = "TX";
				jsArrstate_list_Strayer_Online[43][1] = "1";
				jsArrstate_list_Strayer_Online[44] = new Array(2);
				jsArrstate_list_Strayer_Online[44][0] = "UT";
				jsArrstate_list_Strayer_Online[44][1] = "1";
				jsArrstate_list_Strayer_Online[45] = new Array(2);
				jsArrstate_list_Strayer_Online[45][0] = "VA";
				jsArrstate_list_Strayer_Online[45][1] = "1";
				jsArrstate_list_Strayer_Online[46] = new Array(2);
				jsArrstate_list_Strayer_Online[46][0] = "VT";
				jsArrstate_list_Strayer_Online[46][1] = "1";
				jsArrstate_list_Strayer_Online[47] = new Array(2);
				jsArrstate_list_Strayer_Online[47][0] = "WA";
				jsArrstate_list_Strayer_Online[47][1] = "1";
				jsArrstate_list_Strayer_Online[48] = new Array(2);
				jsArrstate_list_Strayer_Online[48][0] = "WI";
				jsArrstate_list_Strayer_Online[48][1] = "1";
				jsArrstate_list_Strayer_Online[49] = new Array(2);
				jsArrstate_list_Strayer_Online[49][0] = "WV";
				jsArrstate_list_Strayer_Online[49][1] = "1";
				jsArrstate_list_Strayer_Online[50] = new Array(2);
				jsArrstate_list_Strayer_Online[50][0] = "WY";
				jsArrstate_list_Strayer_Online[50][1] = "1";

				var loTxtstate_list_Strayer_Online = document.getElementById('_tdmcontrolstate_list_Strayer_Online');
				ctr = document.frmContactForm._tdmcontrolstate_list_Strayer_Online.selectedIndex;
				if (ctr > 0){
				 if (jsArrstate_list_Strayer_Online[ctr - 1][0] == document.frmContactForm._tdmcontrolstate_list_Strayer_Online.options[ctr].text && jsArrstate_list_Strayer_Online[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for State.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtstate_list_Strayer_Online);
				lbError = true;
				}}
var loTxtzip_Zip_Code_5 = document.getElementById('_tdmcontrolzip_Zip_Code_5');
if(jsTrim(loTxtzip_Zip_Code_5.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Zip Code.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtzip_Zip_Code_5);
lbError = true;
}
var loTxtphone1_Home_Phone_10_ie123456789 = document.getElementById('_tdmcontrolphone1_Home_Phone_10_ie123456789');
if(jsTrim(loTxtphone1_Home_Phone_10_ie123456789.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Home Phone (Please Include Area Code, Numeric Value Only i.e.1234567890).');
loFocusControl = fnValidateFocus(loFocusControl, loTxtphone1_Home_Phone_10_ie123456789);
lbError = true;
}
var loTxtemployer_devry_50 = document.getElementById('_tdmcontrolemployer_devry_50');
if(jsTrim(loTxtemployer_devry_50.value) == '')
{
lsAlert += fnValidateAlert(lbError, 'Please, enter a value into Employer.');
loFocusControl = fnValidateFocus(loFocusControl, loTxtemployer_devry_50);
lbError = true;
}
var loListhighest_level_of_ed_Strayer = document.getElementById('_tdmcontrolhighest_level_of_ed_Strayer');
if(loListhighest_level_of_ed_Strayer.selectedIndex == 0 || loListhighest_level_of_ed_Strayer.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Highest Level of Education Completed.');
loFocusControl = fnValidateFocus(loFocusControl, loListhighest_level_of_ed_Strayer);
lbError = true;
}
				var jsArrhighest_level_of_ed_Strayer = new Array(8);
				jsArrhighest_level_of_ed_Strayer[0] = new Array(2);
				jsArrhighest_level_of_ed_Strayer[0][0] = "Associate degree";
				jsArrhighest_level_of_ed_Strayer[0][1] = "1";
				jsArrhighest_level_of_ed_Strayer[1] = new Array(2);
				jsArrhighest_level_of_ed_Strayer[1][0] = "Bachelors degree";
				jsArrhighest_level_of_ed_Strayer[1][1] = "1";
				jsArrhighest_level_of_ed_Strayer[2] = new Array(2);
				jsArrhighest_level_of_ed_Strayer[2][0] = "High school graduate";
				jsArrhighest_level_of_ed_Strayer[2][1] = "1";
				jsArrhighest_level_of_ed_Strayer[3] = new Array(2);
				jsArrhighest_level_of_ed_Strayer[3][0] = "Masters degree";
				jsArrhighest_level_of_ed_Strayer[3][1] = "1";
				jsArrhighest_level_of_ed_Strayer[4] = new Array(2);
				jsArrhighest_level_of_ed_Strayer[4][0] = "Not yet completed high school";
				jsArrhighest_level_of_ed_Strayer[4][1] = "0";
				jsArrhighest_level_of_ed_Strayer[5] = new Array(2);
				jsArrhighest_level_of_ed_Strayer[5][0] = "PhD or Professional";
				jsArrhighest_level_of_ed_Strayer[5][1] = "1";
				jsArrhighest_level_of_ed_Strayer[6] = new Array(2);
				jsArrhighest_level_of_ed_Strayer[6][0] = "Some college";
				jsArrhighest_level_of_ed_Strayer[6][1] = "1";
				jsArrhighest_level_of_ed_Strayer[7] = new Array(2);
				jsArrhighest_level_of_ed_Strayer[7][0] = "Some post graduate";
				jsArrhighest_level_of_ed_Strayer[7][1] = "1";

				var loTxthighest_level_of_ed_Strayer = document.getElementById('_tdmcontrolhighest_level_of_ed_Strayer');
				ctr = document.frmContactForm._tdmcontrolhighest_level_of_ed_Strayer.selectedIndex;
				if (ctr > 0){
				 if (jsArrhighest_level_of_ed_Strayer[ctr - 1][0] == document.frmContactForm._tdmcontrolhighest_level_of_ed_Strayer.options[ctr].text && jsArrhighest_level_of_ed_Strayer[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Highest Level of Education Completed.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxthighest_level_of_ed_Strayer);
				lbError = true;
				}}
var loListmilitary_Strayer = document.getElementById('_tdmcontrolmilitary_Strayer');
if(loListmilitary_Strayer.selectedIndex == 0 || loListmilitary_Strayer.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Are you an active member of the US military?.');
loFocusControl = fnValidateFocus(loFocusControl, loListmilitary_Strayer);
lbError = true;
}
				var jsArrmilitary_Strayer = new Array(2);
				jsArrmilitary_Strayer[0] = new Array(2);
				jsArrmilitary_Strayer[0][0] = "No";
				jsArrmilitary_Strayer[0][1] = "1";
				jsArrmilitary_Strayer[1] = new Array(2);
				jsArrmilitary_Strayer[1][0] = "Yes";
				jsArrmilitary_Strayer[1][1] = "1";

				var loTxtmilitary_Strayer = document.getElementById('_tdmcontrolmilitary_Strayer');
				ctr = document.frmContactForm._tdmcontrolmilitary_Strayer.selectedIndex;
				if (ctr > 0){
				 if (jsArrmilitary_Strayer[ctr - 1][0] == document.frmContactForm._tdmcontrolmilitary_Strayer.options[ctr].text && jsArrmilitary_Strayer[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Are you an active member of the US military?.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtmilitary_Strayer);
				lbError = true;
				}}
var loListdegree_of_interest_Strayer = document.getElementById('_tdmcontroldegree_of_interest_Strayer');
if(loListdegree_of_interest_Strayer.selectedIndex == 0 || loListdegree_of_interest_Strayer.selectedIndex == -1)
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Degree of Interest.');
loFocusControl = fnValidateFocus(loFocusControl, loListdegree_of_interest_Strayer);
lbError = true;
}
				var jsArrdegree_of_interest_Strayer = new Array(7);
				jsArrdegree_of_interest_Strayer[0] = new Array(2);
				jsArrdegree_of_interest_Strayer[0][0] = "Associate in Arts";
				jsArrdegree_of_interest_Strayer[0][1] = "1";
				jsArrdegree_of_interest_Strayer[1] = new Array(2);
				jsArrdegree_of_interest_Strayer[1][0] = "Bachelor of Business Administration";
				jsArrdegree_of_interest_Strayer[1][1] = "1";
				jsArrdegree_of_interest_Strayer[2] = new Array(2);
				jsArrdegree_of_interest_Strayer[2][0] = "Bachelor of Science";
				jsArrdegree_of_interest_Strayer[2][1] = "1";
				jsArrdegree_of_interest_Strayer[3] = new Array(2);
				jsArrdegree_of_interest_Strayer[3][0] = "Diploma";
				jsArrdegree_of_interest_Strayer[3][1] = "1";
				jsArrdegree_of_interest_Strayer[4] = new Array(2);
				jsArrdegree_of_interest_Strayer[4][0] = "Executive Graduate Certificate";
				jsArrdegree_of_interest_Strayer[4][1] = "1";
				jsArrdegree_of_interest_Strayer[5] = new Array(2);
				jsArrdegree_of_interest_Strayer[5][0] = "Masters";
				jsArrdegree_of_interest_Strayer[5][1] = "1";
				jsArrdegree_of_interest_Strayer[6] = new Array(2);
				jsArrdegree_of_interest_Strayer[6][0] = "Undergraduate Certificate";
				jsArrdegree_of_interest_Strayer[6][1] = "1";

				var loTxtdegree_of_interest_Strayer = document.getElementById('_tdmcontroldegree_of_interest_Strayer');
				ctr = document.frmContactForm._tdmcontroldegree_of_interest_Strayer.selectedIndex;
				if (ctr > 0){
				 if (jsArrdegree_of_interest_Strayer[ctr - 1][0] == document.frmContactForm._tdmcontroldegree_of_interest_Strayer.options[ctr].text && jsArrdegree_of_interest_Strayer[ctr - 1][1] != "1")
				{
				lsAlert += fnValidateAlert(lbError, 'Please select another value for Degree of Interest.');
				loFocusControl = fnValidateFocus(loFocusControl, loTxtdegree_of_interest_Strayer);
				lbError = true;
				}}
var loListprograminterest_Strayer_Online = document.getElementById('_tdmcontrolprograminterest_Strayer_Online');
if (loListprograminterest_Strayer_Online.selectedIndex == -1 || loListprograminterest_Strayer_Online[loListprograminterest_Strayer_Online.selectedIndex].value == '')
{
lsAlert += fnValidateAlert(lbError, 'Please select a value for Program of Interest.');
loFocusControl = fnValidateFocus(loFocusControl, loListprograminterest_Strayer_Online);
lbError = true;
}
Array.prototype.addDim = function(x,y,z) {
 for (var i = 0; i < x; i++) {
  this[i] = []
  for (var j = 0; j < y; j++) {
     this[i][j] = []
      for (var k = 0; k < z; k++) {
      this[i][j][k] = []
     }}}
 return this
}

				var jsArrprograminterest_Strayer_Online = [].addDim(51, 4965, 0)

				jsArrprograminterest_Strayer_Online[0][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[0][0][1] = "1";
				jsArrprograminterest_Strayer_Online[0][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[0][1][1] = "1";
				jsArrprograminterest_Strayer_Online[0][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[0][2][1] = "1";
				jsArrprograminterest_Strayer_Online[0][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[0][3][1] = "1";
				jsArrprograminterest_Strayer_Online[0][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[0][4][1] = "1";
				jsArrprograminterest_Strayer_Online[0][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[0][5][1] = "1";
				jsArrprograminterest_Strayer_Online[0][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[0][6][1] = "1";
				jsArrprograminterest_Strayer_Online[0][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[0][7][1] = "1";
				jsArrprograminterest_Strayer_Online[0][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[0][8][1] = "1";
				jsArrprograminterest_Strayer_Online[0][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[0][9][1] = "1";
				jsArrprograminterest_Strayer_Online[0][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[0][10][1] = "1";
				jsArrprograminterest_Strayer_Online[0][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[0][11][1] = "1";
				jsArrprograminterest_Strayer_Online[0][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[0][12][1] = "1";
				jsArrprograminterest_Strayer_Online[0][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[0][13][1] = "1";
				jsArrprograminterest_Strayer_Online[0][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[0][14][1] = "1";
				jsArrprograminterest_Strayer_Online[0][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[0][15][1] = "1";
				jsArrprograminterest_Strayer_Online[0][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[0][16][1] = "1";
				jsArrprograminterest_Strayer_Online[0][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[0][17][1] = "1";
				jsArrprograminterest_Strayer_Online[0][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[0][18][1] = "1";
				jsArrprograminterest_Strayer_Online[0][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[0][19][1] = "1";
				jsArrprograminterest_Strayer_Online[0][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[0][20][1] = "1";
				jsArrprograminterest_Strayer_Online[0][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[0][21][1] = "1";
				jsArrprograminterest_Strayer_Online[0][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[0][22][1] = "1";
				jsArrprograminterest_Strayer_Online[0][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[0][23][1] = "1";
				jsArrprograminterest_Strayer_Online[0][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[0][24][1] = "1";
				jsArrprograminterest_Strayer_Online[0][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[0][25][1] = "1";
				jsArrprograminterest_Strayer_Online[0][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[0][26][1] = "1";
				jsArrprograminterest_Strayer_Online[0][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[0][27][1] = "1";
				jsArrprograminterest_Strayer_Online[0][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[0][28][1] = "1";
				jsArrprograminterest_Strayer_Online[0][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[0][29][1] = "1";
				jsArrprograminterest_Strayer_Online[0][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[0][30][1] = "1";
				jsArrprograminterest_Strayer_Online[0][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[0][31][1] = "1";
				jsArrprograminterest_Strayer_Online[0][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[0][32][1] = "1";
				jsArrprograminterest_Strayer_Online[0][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[0][33][1] = "1";
				jsArrprograminterest_Strayer_Online[0][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[0][34][1] = "1";
				jsArrprograminterest_Strayer_Online[0][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[0][35][1] = "1";
				jsArrprograminterest_Strayer_Online[0][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[0][36][1] = "1";
				jsArrprograminterest_Strayer_Online[0][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[0][37][1] = "1";
				jsArrprograminterest_Strayer_Online[0][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[0][38][1] = "1";
				jsArrprograminterest_Strayer_Online[0][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[0][39][1] = "1";
				jsArrprograminterest_Strayer_Online[0][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[0][40][1] = "1";
				jsArrprograminterest_Strayer_Online[0][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[0][41][1] = "1";
				jsArrprograminterest_Strayer_Online[0][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[0][42][1] = "1";
				jsArrprograminterest_Strayer_Online[0][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[0][43][1] = "1";
				jsArrprograminterest_Strayer_Online[0][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[0][44][1] = "1";
				jsArrprograminterest_Strayer_Online[0][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[0][45][1] = "1";
				jsArrprograminterest_Strayer_Online[0][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[0][46][1] = "1";
				jsArrprograminterest_Strayer_Online[0][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[0][47][1] = "1";
				jsArrprograminterest_Strayer_Online[0][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[0][48][1] = "1";
				jsArrprograminterest_Strayer_Online[0][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[0][49][1] = "1";
				jsArrprograminterest_Strayer_Online[0][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[0][50][1] = "1";
				jsArrprograminterest_Strayer_Online[0][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[0][51][1] = "1";
				jsArrprograminterest_Strayer_Online[0][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[0][52][1] = "1";
				jsArrprograminterest_Strayer_Online[0][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[0][53][1] = "1";
				jsArrprograminterest_Strayer_Online[0][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[0][54][1] = "1";
				jsArrprograminterest_Strayer_Online[0][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[0][55][1] = "1";
				jsArrprograminterest_Strayer_Online[0][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[0][56][1] = "1";
				jsArrprograminterest_Strayer_Online[0][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[0][57][1] = "1";
				jsArrprograminterest_Strayer_Online[0][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[0][58][1] = "1";
				jsArrprograminterest_Strayer_Online[0][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[0][59][1] = "1";
				jsArrprograminterest_Strayer_Online[0][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[0][60][1] = "1";
				jsArrprograminterest_Strayer_Online[0][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[0][61][1] = "1";
				jsArrprograminterest_Strayer_Online[0][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[0][62][1] = "1";
				jsArrprograminterest_Strayer_Online[0][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[0][63][1] = "1";
				jsArrprograminterest_Strayer_Online[0][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[0][64][1] = "1";
				jsArrprograminterest_Strayer_Online[0][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[0][65][1] = "1";
				jsArrprograminterest_Strayer_Online[0][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[0][66][1] = "1";
				jsArrprograminterest_Strayer_Online[0][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[0][67][1] = "1";
				jsArrprograminterest_Strayer_Online[0][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[0][68][1] = "1";
				jsArrprograminterest_Strayer_Online[0][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[0][69][1] = "1";
				jsArrprograminterest_Strayer_Online[0][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[0][70][1] = "1";
				jsArrprograminterest_Strayer_Online[0][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[0][71][1] = "1";
				jsArrprograminterest_Strayer_Online[0][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[0][72][1] = "1";
				jsArrprograminterest_Strayer_Online[0][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[0][73][1] = "1";
				jsArrprograminterest_Strayer_Online[0][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[0][74][1] = "1";
				jsArrprograminterest_Strayer_Online[0][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[0][75][1] = "1";
				jsArrprograminterest_Strayer_Online[0][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[0][76][1] = "1";
				jsArrprograminterest_Strayer_Online[0][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[0][77][1] = "1";
				jsArrprograminterest_Strayer_Online[0][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[0][78][1] = "1";
				jsArrprograminterest_Strayer_Online[0][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[0][79][1] = "1";
				jsArrprograminterest_Strayer_Online[0][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[0][80][1] = "1";
				jsArrprograminterest_Strayer_Online[0][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[0][81][1] = "1";
				jsArrprograminterest_Strayer_Online[0][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[0][82][1] = "1";
				jsArrprograminterest_Strayer_Online[0][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[0][83][1] = "1";
				jsArrprograminterest_Strayer_Online[0][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[0][84][1] = "1";
				jsArrprograminterest_Strayer_Online[0][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[0][85][1] = "1";
				jsArrprograminterest_Strayer_Online[0][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[0][86][1] = "1";
				jsArrprograminterest_Strayer_Online[0][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[0][87][1] = "1";
				jsArrprograminterest_Strayer_Online[0][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[0][88][1] = "1";
				jsArrprograminterest_Strayer_Online[0][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[0][89][1] = "1";
				jsArrprograminterest_Strayer_Online[0][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[0][90][1] = "1";
				jsArrprograminterest_Strayer_Online[0][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[0][91][1] = "1";
				jsArrprograminterest_Strayer_Online[0][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[0][92][1] = "1";
				jsArrprograminterest_Strayer_Online[0][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[0][93][1] = "1";
				jsArrprograminterest_Strayer_Online[0][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[0][94][1] = "1";
				jsArrprograminterest_Strayer_Online[0][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[0][95][1] = "1";
				jsArrprograminterest_Strayer_Online[0][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[0][96][1] = "1";
				jsArrprograminterest_Strayer_Online[0][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[0][97][1] = "1";
				jsArrprograminterest_Strayer_Online[0][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[0][98][1] = "1";
				jsArrprograminterest_Strayer_Online[0][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[0][99][1] = "1";
				jsArrprograminterest_Strayer_Online[0][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[0][100][1] = "1";
				jsArrprograminterest_Strayer_Online[0][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[0][101][1] = "1";
				jsArrprograminterest_Strayer_Online[0][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[0][102][1] = "1";
				jsArrprograminterest_Strayer_Online[1][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[1][0][1] = "1";
				jsArrprograminterest_Strayer_Online[1][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[1][1][1] = "1";
				jsArrprograminterest_Strayer_Online[1][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[1][2][1] = "1";
				jsArrprograminterest_Strayer_Online[1][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[1][3][1] = "1";
				jsArrprograminterest_Strayer_Online[1][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[1][4][1] = "1";
				jsArrprograminterest_Strayer_Online[1][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[1][5][1] = "1";
				jsArrprograminterest_Strayer_Online[1][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[1][6][1] = "1";
				jsArrprograminterest_Strayer_Online[1][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[1][7][1] = "1";
				jsArrprograminterest_Strayer_Online[1][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[1][8][1] = "1";
				jsArrprograminterest_Strayer_Online[1][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[1][9][1] = "1";
				jsArrprograminterest_Strayer_Online[1][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[1][10][1] = "1";
				jsArrprograminterest_Strayer_Online[1][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[1][11][1] = "1";
				jsArrprograminterest_Strayer_Online[1][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[1][12][1] = "1";
				jsArrprograminterest_Strayer_Online[1][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[1][13][1] = "1";
				jsArrprograminterest_Strayer_Online[1][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[1][14][1] = "1";
				jsArrprograminterest_Strayer_Online[1][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[1][15][1] = "1";
				jsArrprograminterest_Strayer_Online[1][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[1][16][1] = "1";
				jsArrprograminterest_Strayer_Online[1][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[1][17][1] = "1";
				jsArrprograminterest_Strayer_Online[1][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[1][18][1] = "1";
				jsArrprograminterest_Strayer_Online[1][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[1][19][1] = "1";
				jsArrprograminterest_Strayer_Online[1][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[1][20][1] = "1";
				jsArrprograminterest_Strayer_Online[1][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[1][21][1] = "1";
				jsArrprograminterest_Strayer_Online[1][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[1][22][1] = "1";
				jsArrprograminterest_Strayer_Online[1][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[1][23][1] = "1";
				jsArrprograminterest_Strayer_Online[1][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[1][24][1] = "1";
				jsArrprograminterest_Strayer_Online[1][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[1][25][1] = "1";
				jsArrprograminterest_Strayer_Online[1][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[1][26][1] = "1";
				jsArrprograminterest_Strayer_Online[1][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[1][27][1] = "1";
				jsArrprograminterest_Strayer_Online[1][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[1][28][1] = "1";
				jsArrprograminterest_Strayer_Online[1][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[1][29][1] = "1";
				jsArrprograminterest_Strayer_Online[1][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[1][30][1] = "1";
				jsArrprograminterest_Strayer_Online[1][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[1][31][1] = "1";
				jsArrprograminterest_Strayer_Online[1][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[1][32][1] = "1";
				jsArrprograminterest_Strayer_Online[1][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[1][33][1] = "1";
				jsArrprograminterest_Strayer_Online[1][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[1][34][1] = "1";
				jsArrprograminterest_Strayer_Online[1][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[1][35][1] = "1";
				jsArrprograminterest_Strayer_Online[1][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[1][36][1] = "1";
				jsArrprograminterest_Strayer_Online[1][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[1][37][1] = "1";
				jsArrprograminterest_Strayer_Online[1][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[1][38][1] = "1";
				jsArrprograminterest_Strayer_Online[1][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[1][39][1] = "1";
				jsArrprograminterest_Strayer_Online[1][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[1][40][1] = "1";
				jsArrprograminterest_Strayer_Online[1][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[1][41][1] = "1";
				jsArrprograminterest_Strayer_Online[1][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[1][42][1] = "1";
				jsArrprograminterest_Strayer_Online[1][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[1][43][1] = "1";
				jsArrprograminterest_Strayer_Online[1][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[1][44][1] = "1";
				jsArrprograminterest_Strayer_Online[1][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[1][45][1] = "1";
				jsArrprograminterest_Strayer_Online[1][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[1][46][1] = "1";
				jsArrprograminterest_Strayer_Online[1][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[1][47][1] = "1";
				jsArrprograminterest_Strayer_Online[1][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[1][48][1] = "1";
				jsArrprograminterest_Strayer_Online[1][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[1][49][1] = "1";
				jsArrprograminterest_Strayer_Online[1][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[1][50][1] = "1";
				jsArrprograminterest_Strayer_Online[1][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[1][51][1] = "1";
				jsArrprograminterest_Strayer_Online[1][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[1][52][1] = "1";
				jsArrprograminterest_Strayer_Online[1][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[1][53][1] = "1";
				jsArrprograminterest_Strayer_Online[1][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[1][54][1] = "1";
				jsArrprograminterest_Strayer_Online[1][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[1][55][1] = "1";
				jsArrprograminterest_Strayer_Online[1][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[1][56][1] = "1";
				jsArrprograminterest_Strayer_Online[1][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[1][57][1] = "1";
				jsArrprograminterest_Strayer_Online[1][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[1][58][1] = "1";
				jsArrprograminterest_Strayer_Online[1][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[1][59][1] = "1";
				jsArrprograminterest_Strayer_Online[1][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[1][60][1] = "1";
				jsArrprograminterest_Strayer_Online[1][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[1][61][1] = "1";
				jsArrprograminterest_Strayer_Online[1][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[1][62][1] = "1";
				jsArrprograminterest_Strayer_Online[1][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[1][63][1] = "1";
				jsArrprograminterest_Strayer_Online[1][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[1][64][1] = "1";
				jsArrprograminterest_Strayer_Online[1][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[1][65][1] = "1";
				jsArrprograminterest_Strayer_Online[1][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[1][66][1] = "1";
				jsArrprograminterest_Strayer_Online[1][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[1][67][1] = "1";
				jsArrprograminterest_Strayer_Online[1][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[1][68][1] = "1";
				jsArrprograminterest_Strayer_Online[1][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[1][69][1] = "1";
				jsArrprograminterest_Strayer_Online[1][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[1][70][1] = "1";
				jsArrprograminterest_Strayer_Online[1][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[1][71][1] = "1";
				jsArrprograminterest_Strayer_Online[1][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[1][72][1] = "1";
				jsArrprograminterest_Strayer_Online[1][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[1][73][1] = "1";
				jsArrprograminterest_Strayer_Online[1][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[1][74][1] = "1";
				jsArrprograminterest_Strayer_Online[1][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[1][75][1] = "1";
				jsArrprograminterest_Strayer_Online[1][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[1][76][1] = "1";
				jsArrprograminterest_Strayer_Online[1][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[1][77][1] = "1";
				jsArrprograminterest_Strayer_Online[1][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[1][78][1] = "1";
				jsArrprograminterest_Strayer_Online[1][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[1][79][1] = "1";
				jsArrprograminterest_Strayer_Online[1][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[1][80][1] = "1";
				jsArrprograminterest_Strayer_Online[1][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[1][81][1] = "1";
				jsArrprograminterest_Strayer_Online[1][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[1][82][1] = "1";
				jsArrprograminterest_Strayer_Online[1][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[1][83][1] = "1";
				jsArrprograminterest_Strayer_Online[1][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[1][84][1] = "1";
				jsArrprograminterest_Strayer_Online[1][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[1][85][1] = "1";
				jsArrprograminterest_Strayer_Online[1][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[1][86][1] = "1";
				jsArrprograminterest_Strayer_Online[1][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[1][87][1] = "1";
				jsArrprograminterest_Strayer_Online[1][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[1][88][1] = "1";
				jsArrprograminterest_Strayer_Online[1][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[1][89][1] = "1";
				jsArrprograminterest_Strayer_Online[1][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[1][90][1] = "1";
				jsArrprograminterest_Strayer_Online[1][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[1][91][1] = "1";
				jsArrprograminterest_Strayer_Online[1][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[1][92][1] = "1";
				jsArrprograminterest_Strayer_Online[1][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[1][93][1] = "1";
				jsArrprograminterest_Strayer_Online[1][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[1][94][1] = "1";
				jsArrprograminterest_Strayer_Online[1][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[1][95][1] = "1";
				jsArrprograminterest_Strayer_Online[1][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[1][96][1] = "1";
				jsArrprograminterest_Strayer_Online[1][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[1][97][1] = "1";
				jsArrprograminterest_Strayer_Online[1][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[1][98][1] = "1";
				jsArrprograminterest_Strayer_Online[1][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[1][99][1] = "1";
				jsArrprograminterest_Strayer_Online[1][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[1][100][1] = "1";
				jsArrprograminterest_Strayer_Online[1][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[1][101][1] = "1";
				jsArrprograminterest_Strayer_Online[1][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[1][102][1] = "1";
				jsArrprograminterest_Strayer_Online[2][0][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[2][0][1] = "1";
				jsArrprograminterest_Strayer_Online[2][1][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[2][1][1] = "1";
				jsArrprograminterest_Strayer_Online[2][2][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[2][2][1] = "1";
				jsArrprograminterest_Strayer_Online[2][3][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[2][3][1] = "1";
				jsArrprograminterest_Strayer_Online[2][4][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[2][4][1] = "1";
				jsArrprograminterest_Strayer_Online[2][5][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[2][5][1] = "1";
				jsArrprograminterest_Strayer_Online[2][6][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[2][6][1] = "1";
				jsArrprograminterest_Strayer_Online[2][7][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[2][7][1] = "1";
				jsArrprograminterest_Strayer_Online[2][8][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[2][8][1] = "1";
				jsArrprograminterest_Strayer_Online[2][9][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[2][9][1] = "1";
				jsArrprograminterest_Strayer_Online[2][10][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[2][10][1] = "1";
				jsArrprograminterest_Strayer_Online[2][11][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[2][11][1] = "1";
				jsArrprograminterest_Strayer_Online[2][12][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[2][12][1] = "1";
				jsArrprograminterest_Strayer_Online[2][13][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[2][13][1] = "1";
				jsArrprograminterest_Strayer_Online[2][14][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[2][14][1] = "1";
				jsArrprograminterest_Strayer_Online[2][15][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[2][15][1] = "1";
				jsArrprograminterest_Strayer_Online[2][16][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[2][16][1] = "1";
				jsArrprograminterest_Strayer_Online[2][17][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[2][17][1] = "1";
				jsArrprograminterest_Strayer_Online[2][18][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[2][18][1] = "1";
				jsArrprograminterest_Strayer_Online[2][19][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[2][19][1] = "1";
				jsArrprograminterest_Strayer_Online[2][20][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[2][20][1] = "1";
				jsArrprograminterest_Strayer_Online[2][21][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[2][21][1] = "1";
				jsArrprograminterest_Strayer_Online[2][22][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[2][22][1] = "1";
				jsArrprograminterest_Strayer_Online[2][23][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[2][23][1] = "1";
				jsArrprograminterest_Strayer_Online[2][24][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[2][24][1] = "1";
				jsArrprograminterest_Strayer_Online[2][25][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[2][25][1] = "1";
				jsArrprograminterest_Strayer_Online[2][26][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[2][26][1] = "1";
				jsArrprograminterest_Strayer_Online[2][27][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[2][27][1] = "1";
				jsArrprograminterest_Strayer_Online[2][28][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[2][28][1] = "1";
				jsArrprograminterest_Strayer_Online[2][29][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[2][29][1] = "1";
				jsArrprograminterest_Strayer_Online[2][30][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[2][30][1] = "1";
				jsArrprograminterest_Strayer_Online[2][31][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[2][31][1] = "1";
				jsArrprograminterest_Strayer_Online[2][32][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[2][32][1] = "1";
				jsArrprograminterest_Strayer_Online[2][33][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[2][33][1] = "1";
				jsArrprograminterest_Strayer_Online[2][34][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[2][34][1] = "1";
				jsArrprograminterest_Strayer_Online[2][35][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[2][35][1] = "1";
				jsArrprograminterest_Strayer_Online[2][36][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[2][36][1] = "1";
				jsArrprograminterest_Strayer_Online[2][37][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[2][37][1] = "1";
				jsArrprograminterest_Strayer_Online[2][38][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[2][38][1] = "1";
				jsArrprograminterest_Strayer_Online[2][39][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[2][39][1] = "1";
				jsArrprograminterest_Strayer_Online[2][40][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[2][40][1] = "1";
				jsArrprograminterest_Strayer_Online[2][41][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[2][41][1] = "1";
				jsArrprograminterest_Strayer_Online[2][42][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[2][42][1] = "1";
				jsArrprograminterest_Strayer_Online[3][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[3][0][1] = "1";
				jsArrprograminterest_Strayer_Online[3][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[3][1][1] = "1";
				jsArrprograminterest_Strayer_Online[3][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[3][2][1] = "1";
				jsArrprograminterest_Strayer_Online[3][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[3][3][1] = "1";
				jsArrprograminterest_Strayer_Online[3][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[3][4][1] = "1";
				jsArrprograminterest_Strayer_Online[3][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[3][5][1] = "1";
				jsArrprograminterest_Strayer_Online[3][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[3][6][1] = "1";
				jsArrprograminterest_Strayer_Online[3][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[3][7][1] = "1";
				jsArrprograminterest_Strayer_Online[3][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[3][8][1] = "1";
				jsArrprograminterest_Strayer_Online[3][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[3][9][1] = "1";
				jsArrprograminterest_Strayer_Online[3][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[3][10][1] = "1";
				jsArrprograminterest_Strayer_Online[3][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[3][11][1] = "1";
				jsArrprograminterest_Strayer_Online[3][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[3][12][1] = "1";
				jsArrprograminterest_Strayer_Online[3][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[3][13][1] = "1";
				jsArrprograminterest_Strayer_Online[3][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[3][14][1] = "1";
				jsArrprograminterest_Strayer_Online[3][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[3][15][1] = "1";
				jsArrprograminterest_Strayer_Online[3][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[3][16][1] = "1";
				jsArrprograminterest_Strayer_Online[3][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[3][17][1] = "1";
				jsArrprograminterest_Strayer_Online[3][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[3][18][1] = "1";
				jsArrprograminterest_Strayer_Online[3][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[3][19][1] = "1";
				jsArrprograminterest_Strayer_Online[3][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[3][20][1] = "1";
				jsArrprograminterest_Strayer_Online[3][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[3][21][1] = "1";
				jsArrprograminterest_Strayer_Online[3][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[3][22][1] = "1";
				jsArrprograminterest_Strayer_Online[3][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[3][23][1] = "1";
				jsArrprograminterest_Strayer_Online[3][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[3][24][1] = "1";
				jsArrprograminterest_Strayer_Online[3][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[3][25][1] = "1";
				jsArrprograminterest_Strayer_Online[3][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[3][26][1] = "1";
				jsArrprograminterest_Strayer_Online[3][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[3][27][1] = "1";
				jsArrprograminterest_Strayer_Online[3][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[3][28][1] = "1";
				jsArrprograminterest_Strayer_Online[3][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[3][29][1] = "1";
				jsArrprograminterest_Strayer_Online[3][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[3][30][1] = "1";
				jsArrprograminterest_Strayer_Online[3][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[3][31][1] = "1";
				jsArrprograminterest_Strayer_Online[3][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[3][32][1] = "1";
				jsArrprograminterest_Strayer_Online[3][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[3][33][1] = "1";
				jsArrprograminterest_Strayer_Online[3][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[3][34][1] = "1";
				jsArrprograminterest_Strayer_Online[3][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[3][35][1] = "1";
				jsArrprograminterest_Strayer_Online[3][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[3][36][1] = "1";
				jsArrprograminterest_Strayer_Online[3][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[3][37][1] = "1";
				jsArrprograminterest_Strayer_Online[3][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[3][38][1] = "1";
				jsArrprograminterest_Strayer_Online[3][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[3][39][1] = "1";
				jsArrprograminterest_Strayer_Online[3][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[3][40][1] = "1";
				jsArrprograminterest_Strayer_Online[3][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[3][41][1] = "1";
				jsArrprograminterest_Strayer_Online[3][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[3][42][1] = "1";
				jsArrprograminterest_Strayer_Online[3][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[3][43][1] = "1";
				jsArrprograminterest_Strayer_Online[3][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[3][44][1] = "1";
				jsArrprograminterest_Strayer_Online[3][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[3][45][1] = "1";
				jsArrprograminterest_Strayer_Online[3][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[3][46][1] = "1";
				jsArrprograminterest_Strayer_Online[3][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[3][47][1] = "1";
				jsArrprograminterest_Strayer_Online[3][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[3][48][1] = "1";
				jsArrprograminterest_Strayer_Online[3][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[3][49][1] = "1";
				jsArrprograminterest_Strayer_Online[3][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[3][50][1] = "1";
				jsArrprograminterest_Strayer_Online[3][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[3][51][1] = "1";
				jsArrprograminterest_Strayer_Online[3][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[3][52][1] = "1";
				jsArrprograminterest_Strayer_Online[3][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[3][53][1] = "1";
				jsArrprograminterest_Strayer_Online[3][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[3][54][1] = "1";
				jsArrprograminterest_Strayer_Online[3][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[3][55][1] = "1";
				jsArrprograminterest_Strayer_Online[3][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[3][56][1] = "1";
				jsArrprograminterest_Strayer_Online[3][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[3][57][1] = "1";
				jsArrprograminterest_Strayer_Online[3][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[3][58][1] = "1";
				jsArrprograminterest_Strayer_Online[3][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[3][59][1] = "1";
				jsArrprograminterest_Strayer_Online[3][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[3][60][1] = "1";
				jsArrprograminterest_Strayer_Online[3][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[3][61][1] = "1";
				jsArrprograminterest_Strayer_Online[3][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[3][62][1] = "1";
				jsArrprograminterest_Strayer_Online[3][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[3][63][1] = "1";
				jsArrprograminterest_Strayer_Online[3][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[3][64][1] = "1";
				jsArrprograminterest_Strayer_Online[3][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[3][65][1] = "1";
				jsArrprograminterest_Strayer_Online[3][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[3][66][1] = "1";
				jsArrprograminterest_Strayer_Online[3][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[3][67][1] = "1";
				jsArrprograminterest_Strayer_Online[3][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[3][68][1] = "1";
				jsArrprograminterest_Strayer_Online[3][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[3][69][1] = "1";
				jsArrprograminterest_Strayer_Online[3][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[3][70][1] = "1";
				jsArrprograminterest_Strayer_Online[3][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[3][71][1] = "1";
				jsArrprograminterest_Strayer_Online[3][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[3][72][1] = "1";
				jsArrprograminterest_Strayer_Online[3][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[3][73][1] = "1";
				jsArrprograminterest_Strayer_Online[3][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[3][74][1] = "1";
				jsArrprograminterest_Strayer_Online[3][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[3][75][1] = "1";
				jsArrprograminterest_Strayer_Online[3][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[3][76][1] = "1";
				jsArrprograminterest_Strayer_Online[3][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[3][77][1] = "1";
				jsArrprograminterest_Strayer_Online[3][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[3][78][1] = "1";
				jsArrprograminterest_Strayer_Online[3][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[3][79][1] = "1";
				jsArrprograminterest_Strayer_Online[3][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[3][80][1] = "1";
				jsArrprograminterest_Strayer_Online[3][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[3][81][1] = "1";
				jsArrprograminterest_Strayer_Online[3][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[3][82][1] = "1";
				jsArrprograminterest_Strayer_Online[3][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[3][83][1] = "1";
				jsArrprograminterest_Strayer_Online[3][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[3][84][1] = "1";
				jsArrprograminterest_Strayer_Online[3][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[3][85][1] = "1";
				jsArrprograminterest_Strayer_Online[3][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[3][86][1] = "1";
				jsArrprograminterest_Strayer_Online[3][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[3][87][1] = "1";
				jsArrprograminterest_Strayer_Online[3][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[3][88][1] = "1";
				jsArrprograminterest_Strayer_Online[3][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[3][89][1] = "1";
				jsArrprograminterest_Strayer_Online[3][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[3][90][1] = "1";
				jsArrprograminterest_Strayer_Online[3][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[3][91][1] = "1";
				jsArrprograminterest_Strayer_Online[3][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[3][92][1] = "1";
				jsArrprograminterest_Strayer_Online[3][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[3][93][1] = "1";
				jsArrprograminterest_Strayer_Online[3][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[3][94][1] = "1";
				jsArrprograminterest_Strayer_Online[3][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[3][95][1] = "1";
				jsArrprograminterest_Strayer_Online[3][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[3][96][1] = "1";
				jsArrprograminterest_Strayer_Online[3][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[3][97][1] = "1";
				jsArrprograminterest_Strayer_Online[3][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[3][98][1] = "1";
				jsArrprograminterest_Strayer_Online[3][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[3][99][1] = "1";
				jsArrprograminterest_Strayer_Online[3][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[3][100][1] = "1";
				jsArrprograminterest_Strayer_Online[3][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[3][101][1] = "1";
				jsArrprograminterest_Strayer_Online[3][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[3][102][1] = "1";
				jsArrprograminterest_Strayer_Online[4][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[4][0][1] = "1";
				jsArrprograminterest_Strayer_Online[4][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[4][1][1] = "1";
				jsArrprograminterest_Strayer_Online[4][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[4][2][1] = "1";
				jsArrprograminterest_Strayer_Online[4][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[4][3][1] = "1";
				jsArrprograminterest_Strayer_Online[4][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[4][4][1] = "1";
				jsArrprograminterest_Strayer_Online[4][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[4][5][1] = "1";
				jsArrprograminterest_Strayer_Online[4][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[4][6][1] = "1";
				jsArrprograminterest_Strayer_Online[4][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[4][7][1] = "1";
				jsArrprograminterest_Strayer_Online[4][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[4][8][1] = "1";
				jsArrprograminterest_Strayer_Online[4][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[4][9][1] = "1";
				jsArrprograminterest_Strayer_Online[4][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[4][10][1] = "1";
				jsArrprograminterest_Strayer_Online[4][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[4][11][1] = "1";
				jsArrprograminterest_Strayer_Online[4][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[4][12][1] = "1";
				jsArrprograminterest_Strayer_Online[4][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[4][13][1] = "1";
				jsArrprograminterest_Strayer_Online[4][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[4][14][1] = "1";
				jsArrprograminterest_Strayer_Online[4][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[4][15][1] = "1";
				jsArrprograminterest_Strayer_Online[4][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[4][16][1] = "1";
				jsArrprograminterest_Strayer_Online[4][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[4][17][1] = "1";
				jsArrprograminterest_Strayer_Online[4][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[4][18][1] = "1";
				jsArrprograminterest_Strayer_Online[4][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[4][19][1] = "1";
				jsArrprograminterest_Strayer_Online[4][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[4][20][1] = "1";
				jsArrprograminterest_Strayer_Online[4][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[4][21][1] = "1";
				jsArrprograminterest_Strayer_Online[4][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[4][22][1] = "1";
				jsArrprograminterest_Strayer_Online[4][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[4][23][1] = "1";
				jsArrprograminterest_Strayer_Online[4][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[4][24][1] = "1";
				jsArrprograminterest_Strayer_Online[4][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[4][25][1] = "1";
				jsArrprograminterest_Strayer_Online[4][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[4][26][1] = "1";
				jsArrprograminterest_Strayer_Online[4][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[4][27][1] = "1";
				jsArrprograminterest_Strayer_Online[4][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[4][28][1] = "1";
				jsArrprograminterest_Strayer_Online[4][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[4][29][1] = "1";
				jsArrprograminterest_Strayer_Online[4][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[4][30][1] = "1";
				jsArrprograminterest_Strayer_Online[4][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[4][31][1] = "1";
				jsArrprograminterest_Strayer_Online[4][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[4][32][1] = "1";
				jsArrprograminterest_Strayer_Online[4][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[4][33][1] = "1";
				jsArrprograminterest_Strayer_Online[4][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[4][34][1] = "1";
				jsArrprograminterest_Strayer_Online[4][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[4][35][1] = "1";
				jsArrprograminterest_Strayer_Online[4][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[4][36][1] = "1";
				jsArrprograminterest_Strayer_Online[4][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[4][37][1] = "1";
				jsArrprograminterest_Strayer_Online[4][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[4][38][1] = "1";
				jsArrprograminterest_Strayer_Online[4][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[4][39][1] = "1";
				jsArrprograminterest_Strayer_Online[4][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[4][40][1] = "1";
				jsArrprograminterest_Strayer_Online[4][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[4][41][1] = "1";
				jsArrprograminterest_Strayer_Online[4][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[4][42][1] = "1";
				jsArrprograminterest_Strayer_Online[4][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[4][43][1] = "1";
				jsArrprograminterest_Strayer_Online[4][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[4][44][1] = "1";
				jsArrprograminterest_Strayer_Online[4][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[4][45][1] = "1";
				jsArrprograminterest_Strayer_Online[4][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[4][46][1] = "1";
				jsArrprograminterest_Strayer_Online[4][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[4][47][1] = "1";
				jsArrprograminterest_Strayer_Online[4][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[4][48][1] = "1";
				jsArrprograminterest_Strayer_Online[4][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[4][49][1] = "1";
				jsArrprograminterest_Strayer_Online[4][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[4][50][1] = "1";
				jsArrprograminterest_Strayer_Online[4][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[4][51][1] = "1";
				jsArrprograminterest_Strayer_Online[4][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[4][52][1] = "1";
				jsArrprograminterest_Strayer_Online[4][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[4][53][1] = "1";
				jsArrprograminterest_Strayer_Online[4][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[4][54][1] = "1";
				jsArrprograminterest_Strayer_Online[4][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[4][55][1] = "1";
				jsArrprograminterest_Strayer_Online[4][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[4][56][1] = "1";
				jsArrprograminterest_Strayer_Online[4][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[4][57][1] = "1";
				jsArrprograminterest_Strayer_Online[4][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[4][58][1] = "1";
				jsArrprograminterest_Strayer_Online[4][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[4][59][1] = "1";
				jsArrprograminterest_Strayer_Online[4][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[4][60][1] = "1";
				jsArrprograminterest_Strayer_Online[4][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[4][61][1] = "1";
				jsArrprograminterest_Strayer_Online[4][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[4][62][1] = "1";
				jsArrprograminterest_Strayer_Online[4][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[4][63][1] = "1";
				jsArrprograminterest_Strayer_Online[4][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[4][64][1] = "1";
				jsArrprograminterest_Strayer_Online[4][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[4][65][1] = "1";
				jsArrprograminterest_Strayer_Online[4][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[4][66][1] = "1";
				jsArrprograminterest_Strayer_Online[4][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[4][67][1] = "1";
				jsArrprograminterest_Strayer_Online[4][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[4][68][1] = "1";
				jsArrprograminterest_Strayer_Online[4][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[4][69][1] = "1";
				jsArrprograminterest_Strayer_Online[4][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[4][70][1] = "1";
				jsArrprograminterest_Strayer_Online[4][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[4][71][1] = "1";
				jsArrprograminterest_Strayer_Online[4][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[4][72][1] = "1";
				jsArrprograminterest_Strayer_Online[4][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[4][73][1] = "1";
				jsArrprograminterest_Strayer_Online[4][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[4][74][1] = "1";
				jsArrprograminterest_Strayer_Online[4][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[4][75][1] = "1";
				jsArrprograminterest_Strayer_Online[4][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[4][76][1] = "1";
				jsArrprograminterest_Strayer_Online[4][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[4][77][1] = "1";
				jsArrprograminterest_Strayer_Online[4][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[4][78][1] = "1";
				jsArrprograminterest_Strayer_Online[4][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[4][79][1] = "1";
				jsArrprograminterest_Strayer_Online[4][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[4][80][1] = "1";
				jsArrprograminterest_Strayer_Online[4][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[4][81][1] = "1";
				jsArrprograminterest_Strayer_Online[4][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[4][82][1] = "1";
				jsArrprograminterest_Strayer_Online[4][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[4][83][1] = "1";
				jsArrprograminterest_Strayer_Online[4][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[4][84][1] = "1";
				jsArrprograminterest_Strayer_Online[4][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[4][85][1] = "1";
				jsArrprograminterest_Strayer_Online[4][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[4][86][1] = "1";
				jsArrprograminterest_Strayer_Online[4][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[4][87][1] = "1";
				jsArrprograminterest_Strayer_Online[4][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[4][88][1] = "1";
				jsArrprograminterest_Strayer_Online[4][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[4][89][1] = "1";
				jsArrprograminterest_Strayer_Online[4][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[4][90][1] = "1";
				jsArrprograminterest_Strayer_Online[4][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[4][91][1] = "1";
				jsArrprograminterest_Strayer_Online[4][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[4][92][1] = "1";
				jsArrprograminterest_Strayer_Online[4][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[4][93][1] = "1";
				jsArrprograminterest_Strayer_Online[4][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[4][94][1] = "1";
				jsArrprograminterest_Strayer_Online[4][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[4][95][1] = "1";
				jsArrprograminterest_Strayer_Online[4][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[4][96][1] = "1";
				jsArrprograminterest_Strayer_Online[4][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[4][97][1] = "1";
				jsArrprograminterest_Strayer_Online[4][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[4][98][1] = "1";
				jsArrprograminterest_Strayer_Online[4][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[4][99][1] = "1";
				jsArrprograminterest_Strayer_Online[4][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[4][100][1] = "1";
				jsArrprograminterest_Strayer_Online[4][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[4][101][1] = "1";
				jsArrprograminterest_Strayer_Online[4][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[4][102][1] = "1";
				jsArrprograminterest_Strayer_Online[5][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[5][0][1] = "1";
				jsArrprograminterest_Strayer_Online[5][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[5][1][1] = "1";
				jsArrprograminterest_Strayer_Online[5][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[5][2][1] = "1";
				jsArrprograminterest_Strayer_Online[5][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[5][3][1] = "1";
				jsArrprograminterest_Strayer_Online[5][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[5][4][1] = "1";
				jsArrprograminterest_Strayer_Online[5][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[5][5][1] = "1";
				jsArrprograminterest_Strayer_Online[5][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[5][6][1] = "1";
				jsArrprograminterest_Strayer_Online[5][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[5][7][1] = "1";
				jsArrprograminterest_Strayer_Online[5][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[5][8][1] = "1";
				jsArrprograminterest_Strayer_Online[5][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[5][9][1] = "1";
				jsArrprograminterest_Strayer_Online[5][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[5][10][1] = "1";
				jsArrprograminterest_Strayer_Online[5][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[5][11][1] = "1";
				jsArrprograminterest_Strayer_Online[5][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[5][12][1] = "1";
				jsArrprograminterest_Strayer_Online[5][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[5][13][1] = "1";
				jsArrprograminterest_Strayer_Online[5][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[5][14][1] = "1";
				jsArrprograminterest_Strayer_Online[5][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[5][15][1] = "1";
				jsArrprograminterest_Strayer_Online[5][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[5][16][1] = "1";
				jsArrprograminterest_Strayer_Online[5][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[5][17][1] = "1";
				jsArrprograminterest_Strayer_Online[5][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[5][18][1] = "1";
				jsArrprograminterest_Strayer_Online[5][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[5][19][1] = "1";
				jsArrprograminterest_Strayer_Online[5][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[5][20][1] = "1";
				jsArrprograminterest_Strayer_Online[5][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[5][21][1] = "1";
				jsArrprograminterest_Strayer_Online[5][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[5][22][1] = "1";
				jsArrprograminterest_Strayer_Online[5][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[5][23][1] = "1";
				jsArrprograminterest_Strayer_Online[5][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[5][24][1] = "1";
				jsArrprograminterest_Strayer_Online[5][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[5][25][1] = "1";
				jsArrprograminterest_Strayer_Online[5][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[5][26][1] = "1";
				jsArrprograminterest_Strayer_Online[5][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[5][27][1] = "1";
				jsArrprograminterest_Strayer_Online[5][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[5][28][1] = "1";
				jsArrprograminterest_Strayer_Online[5][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[5][29][1] = "1";
				jsArrprograminterest_Strayer_Online[5][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[5][30][1] = "1";
				jsArrprograminterest_Strayer_Online[5][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[5][31][1] = "1";
				jsArrprograminterest_Strayer_Online[5][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[5][32][1] = "1";
				jsArrprograminterest_Strayer_Online[5][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[5][33][1] = "1";
				jsArrprograminterest_Strayer_Online[5][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[5][34][1] = "1";
				jsArrprograminterest_Strayer_Online[5][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[5][35][1] = "1";
				jsArrprograminterest_Strayer_Online[5][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[5][36][1] = "1";
				jsArrprograminterest_Strayer_Online[5][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[5][37][1] = "1";
				jsArrprograminterest_Strayer_Online[5][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[5][38][1] = "1";
				jsArrprograminterest_Strayer_Online[5][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[5][39][1] = "1";
				jsArrprograminterest_Strayer_Online[5][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[5][40][1] = "1";
				jsArrprograminterest_Strayer_Online[5][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[5][41][1] = "1";
				jsArrprograminterest_Strayer_Online[5][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[5][42][1] = "1";
				jsArrprograminterest_Strayer_Online[5][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[5][43][1] = "1";
				jsArrprograminterest_Strayer_Online[5][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[5][44][1] = "1";
				jsArrprograminterest_Strayer_Online[5][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[5][45][1] = "1";
				jsArrprograminterest_Strayer_Online[5][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[5][46][1] = "1";
				jsArrprograminterest_Strayer_Online[5][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[5][47][1] = "1";
				jsArrprograminterest_Strayer_Online[5][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[5][48][1] = "1";
				jsArrprograminterest_Strayer_Online[5][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[5][49][1] = "1";
				jsArrprograminterest_Strayer_Online[5][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[5][50][1] = "1";
				jsArrprograminterest_Strayer_Online[5][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[5][51][1] = "1";
				jsArrprograminterest_Strayer_Online[5][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[5][52][1] = "1";
				jsArrprograminterest_Strayer_Online[5][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[5][53][1] = "1";
				jsArrprograminterest_Strayer_Online[5][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[5][54][1] = "1";
				jsArrprograminterest_Strayer_Online[5][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[5][55][1] = "1";
				jsArrprograminterest_Strayer_Online[5][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[5][56][1] = "1";
				jsArrprograminterest_Strayer_Online[5][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[5][57][1] = "1";
				jsArrprograminterest_Strayer_Online[5][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[5][58][1] = "1";
				jsArrprograminterest_Strayer_Online[5][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[5][59][1] = "1";
				jsArrprograminterest_Strayer_Online[5][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[5][60][1] = "1";
				jsArrprograminterest_Strayer_Online[5][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[5][61][1] = "1";
				jsArrprograminterest_Strayer_Online[5][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[5][62][1] = "1";
				jsArrprograminterest_Strayer_Online[5][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[5][63][1] = "1";
				jsArrprograminterest_Strayer_Online[5][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[5][64][1] = "1";
				jsArrprograminterest_Strayer_Online[5][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[5][65][1] = "1";
				jsArrprograminterest_Strayer_Online[5][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[5][66][1] = "1";
				jsArrprograminterest_Strayer_Online[5][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[5][67][1] = "1";
				jsArrprograminterest_Strayer_Online[5][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[5][68][1] = "1";
				jsArrprograminterest_Strayer_Online[5][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[5][69][1] = "1";
				jsArrprograminterest_Strayer_Online[5][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[5][70][1] = "1";
				jsArrprograminterest_Strayer_Online[5][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[5][71][1] = "1";
				jsArrprograminterest_Strayer_Online[5][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[5][72][1] = "1";
				jsArrprograminterest_Strayer_Online[5][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[5][73][1] = "1";
				jsArrprograminterest_Strayer_Online[5][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[5][74][1] = "1";
				jsArrprograminterest_Strayer_Online[5][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[5][75][1] = "1";
				jsArrprograminterest_Strayer_Online[5][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[5][76][1] = "1";
				jsArrprograminterest_Strayer_Online[5][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[5][77][1] = "1";
				jsArrprograminterest_Strayer_Online[5][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[5][78][1] = "1";
				jsArrprograminterest_Strayer_Online[5][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[5][79][1] = "1";
				jsArrprograminterest_Strayer_Online[5][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[5][80][1] = "1";
				jsArrprograminterest_Strayer_Online[5][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[5][81][1] = "1";
				jsArrprograminterest_Strayer_Online[5][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[5][82][1] = "1";
				jsArrprograminterest_Strayer_Online[5][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[5][83][1] = "1";
				jsArrprograminterest_Strayer_Online[5][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[5][84][1] = "1";
				jsArrprograminterest_Strayer_Online[5][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[5][85][1] = "1";
				jsArrprograminterest_Strayer_Online[5][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[5][86][1] = "1";
				jsArrprograminterest_Strayer_Online[5][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[5][87][1] = "1";
				jsArrprograminterest_Strayer_Online[5][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[5][88][1] = "1";
				jsArrprograminterest_Strayer_Online[5][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[5][89][1] = "1";
				jsArrprograminterest_Strayer_Online[5][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[5][90][1] = "1";
				jsArrprograminterest_Strayer_Online[5][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[5][91][1] = "1";
				jsArrprograminterest_Strayer_Online[5][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[5][92][1] = "1";
				jsArrprograminterest_Strayer_Online[5][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[5][93][1] = "1";
				jsArrprograminterest_Strayer_Online[5][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[5][94][1] = "1";
				jsArrprograminterest_Strayer_Online[5][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[5][95][1] = "1";
				jsArrprograminterest_Strayer_Online[5][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[5][96][1] = "1";
				jsArrprograminterest_Strayer_Online[5][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[5][97][1] = "1";
				jsArrprograminterest_Strayer_Online[5][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[5][98][1] = "1";
				jsArrprograminterest_Strayer_Online[5][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[5][99][1] = "1";
				jsArrprograminterest_Strayer_Online[5][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[5][100][1] = "1";
				jsArrprograminterest_Strayer_Online[5][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[5][101][1] = "1";
				jsArrprograminterest_Strayer_Online[5][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[5][102][1] = "1";
				jsArrprograminterest_Strayer_Online[6][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[6][0][1] = "1";
				jsArrprograminterest_Strayer_Online[6][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[6][1][1] = "1";
				jsArrprograminterest_Strayer_Online[6][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[6][2][1] = "1";
				jsArrprograminterest_Strayer_Online[6][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[6][3][1] = "1";
				jsArrprograminterest_Strayer_Online[6][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[6][4][1] = "1";
				jsArrprograminterest_Strayer_Online[6][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[6][5][1] = "1";
				jsArrprograminterest_Strayer_Online[6][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[6][6][1] = "1";
				jsArrprograminterest_Strayer_Online[6][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[6][7][1] = "1";
				jsArrprograminterest_Strayer_Online[6][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[6][8][1] = "1";
				jsArrprograminterest_Strayer_Online[6][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[6][9][1] = "1";
				jsArrprograminterest_Strayer_Online[6][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[6][10][1] = "1";
				jsArrprograminterest_Strayer_Online[6][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[6][11][1] = "1";
				jsArrprograminterest_Strayer_Online[6][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[6][12][1] = "1";
				jsArrprograminterest_Strayer_Online[6][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[6][13][1] = "1";
				jsArrprograminterest_Strayer_Online[6][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[6][14][1] = "1";
				jsArrprograminterest_Strayer_Online[6][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[6][15][1] = "1";
				jsArrprograminterest_Strayer_Online[6][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[6][16][1] = "1";
				jsArrprograminterest_Strayer_Online[6][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[6][17][1] = "1";
				jsArrprograminterest_Strayer_Online[6][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[6][18][1] = "1";
				jsArrprograminterest_Strayer_Online[6][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[6][19][1] = "1";
				jsArrprograminterest_Strayer_Online[6][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[6][20][1] = "1";
				jsArrprograminterest_Strayer_Online[6][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[6][21][1] = "1";
				jsArrprograminterest_Strayer_Online[6][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[6][22][1] = "1";
				jsArrprograminterest_Strayer_Online[6][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[6][23][1] = "1";
				jsArrprograminterest_Strayer_Online[6][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[6][24][1] = "1";
				jsArrprograminterest_Strayer_Online[6][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[6][25][1] = "1";
				jsArrprograminterest_Strayer_Online[6][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[6][26][1] = "1";
				jsArrprograminterest_Strayer_Online[6][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[6][27][1] = "1";
				jsArrprograminterest_Strayer_Online[6][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[6][28][1] = "1";
				jsArrprograminterest_Strayer_Online[6][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[6][29][1] = "1";
				jsArrprograminterest_Strayer_Online[6][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[6][30][1] = "1";
				jsArrprograminterest_Strayer_Online[6][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[6][31][1] = "1";
				jsArrprograminterest_Strayer_Online[6][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[6][32][1] = "1";
				jsArrprograminterest_Strayer_Online[6][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[6][33][1] = "1";
				jsArrprograminterest_Strayer_Online[6][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[6][34][1] = "1";
				jsArrprograminterest_Strayer_Online[6][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[6][35][1] = "1";
				jsArrprograminterest_Strayer_Online[6][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[6][36][1] = "1";
				jsArrprograminterest_Strayer_Online[6][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[6][37][1] = "1";
				jsArrprograminterest_Strayer_Online[6][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[6][38][1] = "1";
				jsArrprograminterest_Strayer_Online[6][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[6][39][1] = "1";
				jsArrprograminterest_Strayer_Online[6][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[6][40][1] = "1";
				jsArrprograminterest_Strayer_Online[6][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[6][41][1] = "1";
				jsArrprograminterest_Strayer_Online[6][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[6][42][1] = "1";
				jsArrprograminterest_Strayer_Online[6][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[6][43][1] = "1";
				jsArrprograminterest_Strayer_Online[6][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[6][44][1] = "1";
				jsArrprograminterest_Strayer_Online[6][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[6][45][1] = "1";
				jsArrprograminterest_Strayer_Online[6][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[6][46][1] = "1";
				jsArrprograminterest_Strayer_Online[6][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[6][47][1] = "1";
				jsArrprograminterest_Strayer_Online[6][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[6][48][1] = "1";
				jsArrprograminterest_Strayer_Online[6][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[6][49][1] = "1";
				jsArrprograminterest_Strayer_Online[6][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[6][50][1] = "1";
				jsArrprograminterest_Strayer_Online[6][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[6][51][1] = "1";
				jsArrprograminterest_Strayer_Online[6][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[6][52][1] = "1";
				jsArrprograminterest_Strayer_Online[6][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[6][53][1] = "1";
				jsArrprograminterest_Strayer_Online[6][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[6][54][1] = "1";
				jsArrprograminterest_Strayer_Online[6][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[6][55][1] = "1";
				jsArrprograminterest_Strayer_Online[6][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[6][56][1] = "1";
				jsArrprograminterest_Strayer_Online[6][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[6][57][1] = "1";
				jsArrprograminterest_Strayer_Online[6][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[6][58][1] = "1";
				jsArrprograminterest_Strayer_Online[6][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[6][59][1] = "1";
				jsArrprograminterest_Strayer_Online[6][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[6][60][1] = "1";
				jsArrprograminterest_Strayer_Online[6][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[6][61][1] = "1";
				jsArrprograminterest_Strayer_Online[6][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[6][62][1] = "1";
				jsArrprograminterest_Strayer_Online[6][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[6][63][1] = "1";
				jsArrprograminterest_Strayer_Online[6][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[6][64][1] = "1";
				jsArrprograminterest_Strayer_Online[6][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[6][65][1] = "1";
				jsArrprograminterest_Strayer_Online[6][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[6][66][1] = "1";
				jsArrprograminterest_Strayer_Online[6][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[6][67][1] = "1";
				jsArrprograminterest_Strayer_Online[6][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[6][68][1] = "1";
				jsArrprograminterest_Strayer_Online[6][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[6][69][1] = "1";
				jsArrprograminterest_Strayer_Online[6][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[6][70][1] = "1";
				jsArrprograminterest_Strayer_Online[6][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[6][71][1] = "1";
				jsArrprograminterest_Strayer_Online[6][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[6][72][1] = "1";
				jsArrprograminterest_Strayer_Online[6][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[6][73][1] = "1";
				jsArrprograminterest_Strayer_Online[6][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[6][74][1] = "1";
				jsArrprograminterest_Strayer_Online[6][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[6][75][1] = "1";
				jsArrprograminterest_Strayer_Online[6][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[6][76][1] = "1";
				jsArrprograminterest_Strayer_Online[6][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[6][77][1] = "1";
				jsArrprograminterest_Strayer_Online[6][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[6][78][1] = "1";
				jsArrprograminterest_Strayer_Online[6][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[6][79][1] = "1";
				jsArrprograminterest_Strayer_Online[6][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[6][80][1] = "1";
				jsArrprograminterest_Strayer_Online[6][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[6][81][1] = "1";
				jsArrprograminterest_Strayer_Online[6][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[6][82][1] = "1";
				jsArrprograminterest_Strayer_Online[6][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[6][83][1] = "1";
				jsArrprograminterest_Strayer_Online[6][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[6][84][1] = "1";
				jsArrprograminterest_Strayer_Online[6][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[6][85][1] = "1";
				jsArrprograminterest_Strayer_Online[6][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[6][86][1] = "1";
				jsArrprograminterest_Strayer_Online[6][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[6][87][1] = "1";
				jsArrprograminterest_Strayer_Online[6][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[6][88][1] = "1";
				jsArrprograminterest_Strayer_Online[6][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[6][89][1] = "1";
				jsArrprograminterest_Strayer_Online[6][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[6][90][1] = "1";
				jsArrprograminterest_Strayer_Online[6][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[6][91][1] = "1";
				jsArrprograminterest_Strayer_Online[6][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[6][92][1] = "1";
				jsArrprograminterest_Strayer_Online[6][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[6][93][1] = "1";
				jsArrprograminterest_Strayer_Online[6][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[6][94][1] = "1";
				jsArrprograminterest_Strayer_Online[6][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[6][95][1] = "1";
				jsArrprograminterest_Strayer_Online[6][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[6][96][1] = "1";
				jsArrprograminterest_Strayer_Online[6][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[6][97][1] = "1";
				jsArrprograminterest_Strayer_Online[6][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[6][98][1] = "1";
				jsArrprograminterest_Strayer_Online[6][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[6][99][1] = "1";
				jsArrprograminterest_Strayer_Online[6][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[6][100][1] = "1";
				jsArrprograminterest_Strayer_Online[6][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[6][101][1] = "1";
				jsArrprograminterest_Strayer_Online[6][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[6][102][1] = "1";
				jsArrprograminterest_Strayer_Online[7][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[7][0][1] = "1";
				jsArrprograminterest_Strayer_Online[7][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[7][1][1] = "1";
				jsArrprograminterest_Strayer_Online[7][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[7][2][1] = "1";
				jsArrprograminterest_Strayer_Online[7][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[7][3][1] = "1";
				jsArrprograminterest_Strayer_Online[7][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[7][4][1] = "1";
				jsArrprograminterest_Strayer_Online[7][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[7][5][1] = "1";
				jsArrprograminterest_Strayer_Online[7][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[7][6][1] = "1";
				jsArrprograminterest_Strayer_Online[7][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[7][7][1] = "1";
				jsArrprograminterest_Strayer_Online[7][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[7][8][1] = "1";
				jsArrprograminterest_Strayer_Online[7][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[7][9][1] = "1";
				jsArrprograminterest_Strayer_Online[7][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[7][10][1] = "1";
				jsArrprograminterest_Strayer_Online[7][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[7][11][1] = "1";
				jsArrprograminterest_Strayer_Online[7][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[7][12][1] = "1";
				jsArrprograminterest_Strayer_Online[7][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[7][13][1] = "1";
				jsArrprograminterest_Strayer_Online[7][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[7][14][1] = "1";
				jsArrprograminterest_Strayer_Online[7][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[7][15][1] = "1";
				jsArrprograminterest_Strayer_Online[7][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[7][16][1] = "1";
				jsArrprograminterest_Strayer_Online[7][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[7][17][1] = "1";
				jsArrprograminterest_Strayer_Online[7][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[7][18][1] = "1";
				jsArrprograminterest_Strayer_Online[7][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[7][19][1] = "1";
				jsArrprograminterest_Strayer_Online[7][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[7][20][1] = "1";
				jsArrprograminterest_Strayer_Online[7][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[7][21][1] = "1";
				jsArrprograminterest_Strayer_Online[7][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[7][22][1] = "1";
				jsArrprograminterest_Strayer_Online[7][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[7][23][1] = "1";
				jsArrprograminterest_Strayer_Online[7][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[7][24][1] = "1";
				jsArrprograminterest_Strayer_Online[7][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[7][25][1] = "1";
				jsArrprograminterest_Strayer_Online[7][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[7][26][1] = "1";
				jsArrprograminterest_Strayer_Online[7][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[7][27][1] = "1";
				jsArrprograminterest_Strayer_Online[7][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[7][28][1] = "1";
				jsArrprograminterest_Strayer_Online[7][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[7][29][1] = "1";
				jsArrprograminterest_Strayer_Online[7][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[7][30][1] = "1";
				jsArrprograminterest_Strayer_Online[7][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[7][31][1] = "1";
				jsArrprograminterest_Strayer_Online[7][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[7][32][1] = "1";
				jsArrprograminterest_Strayer_Online[7][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[7][33][1] = "1";
				jsArrprograminterest_Strayer_Online[7][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[7][34][1] = "1";
				jsArrprograminterest_Strayer_Online[7][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[7][35][1] = "1";
				jsArrprograminterest_Strayer_Online[7][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[7][36][1] = "1";
				jsArrprograminterest_Strayer_Online[7][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[7][37][1] = "1";
				jsArrprograminterest_Strayer_Online[7][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[7][38][1] = "1";
				jsArrprograminterest_Strayer_Online[7][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[7][39][1] = "1";
				jsArrprograminterest_Strayer_Online[7][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[7][40][1] = "1";
				jsArrprograminterest_Strayer_Online[7][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[7][41][1] = "1";
				jsArrprograminterest_Strayer_Online[7][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[7][42][1] = "1";
				jsArrprograminterest_Strayer_Online[7][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[7][43][1] = "1";
				jsArrprograminterest_Strayer_Online[7][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[7][44][1] = "1";
				jsArrprograminterest_Strayer_Online[7][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[7][45][1] = "1";
				jsArrprograminterest_Strayer_Online[7][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[7][46][1] = "1";
				jsArrprograminterest_Strayer_Online[7][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[7][47][1] = "1";
				jsArrprograminterest_Strayer_Online[7][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[7][48][1] = "1";
				jsArrprograminterest_Strayer_Online[7][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[7][49][1] = "1";
				jsArrprograminterest_Strayer_Online[7][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[7][50][1] = "1";
				jsArrprograminterest_Strayer_Online[7][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[7][51][1] = "1";
				jsArrprograminterest_Strayer_Online[7][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[7][52][1] = "1";
				jsArrprograminterest_Strayer_Online[7][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[7][53][1] = "1";
				jsArrprograminterest_Strayer_Online[7][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[7][54][1] = "1";
				jsArrprograminterest_Strayer_Online[7][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[7][55][1] = "1";
				jsArrprograminterest_Strayer_Online[7][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[7][56][1] = "1";
				jsArrprograminterest_Strayer_Online[7][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[7][57][1] = "1";
				jsArrprograminterest_Strayer_Online[7][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[7][58][1] = "1";
				jsArrprograminterest_Strayer_Online[7][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[7][59][1] = "1";
				jsArrprograminterest_Strayer_Online[7][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[7][60][1] = "1";
				jsArrprograminterest_Strayer_Online[7][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[7][61][1] = "1";
				jsArrprograminterest_Strayer_Online[7][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[7][62][1] = "1";
				jsArrprograminterest_Strayer_Online[7][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[7][63][1] = "1";
				jsArrprograminterest_Strayer_Online[7][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[7][64][1] = "1";
				jsArrprograminterest_Strayer_Online[7][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[7][65][1] = "1";
				jsArrprograminterest_Strayer_Online[7][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[7][66][1] = "1";
				jsArrprograminterest_Strayer_Online[7][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[7][67][1] = "1";
				jsArrprograminterest_Strayer_Online[7][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[7][68][1] = "1";
				jsArrprograminterest_Strayer_Online[7][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[7][69][1] = "1";
				jsArrprograminterest_Strayer_Online[7][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[7][70][1] = "1";
				jsArrprograminterest_Strayer_Online[7][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[7][71][1] = "1";
				jsArrprograminterest_Strayer_Online[7][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[7][72][1] = "1";
				jsArrprograminterest_Strayer_Online[7][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[7][73][1] = "1";
				jsArrprograminterest_Strayer_Online[7][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[7][74][1] = "1";
				jsArrprograminterest_Strayer_Online[7][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[7][75][1] = "1";
				jsArrprograminterest_Strayer_Online[7][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[7][76][1] = "1";
				jsArrprograminterest_Strayer_Online[7][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[7][77][1] = "1";
				jsArrprograminterest_Strayer_Online[7][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[7][78][1] = "1";
				jsArrprograminterest_Strayer_Online[7][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[7][79][1] = "1";
				jsArrprograminterest_Strayer_Online[7][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[7][80][1] = "1";
				jsArrprograminterest_Strayer_Online[7][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[7][81][1] = "1";
				jsArrprograminterest_Strayer_Online[7][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[7][82][1] = "1";
				jsArrprograminterest_Strayer_Online[7][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[7][83][1] = "1";
				jsArrprograminterest_Strayer_Online[7][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[7][84][1] = "1";
				jsArrprograminterest_Strayer_Online[7][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[7][85][1] = "1";
				jsArrprograminterest_Strayer_Online[7][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[7][86][1] = "1";
				jsArrprograminterest_Strayer_Online[7][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[7][87][1] = "1";
				jsArrprograminterest_Strayer_Online[7][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[7][88][1] = "1";
				jsArrprograminterest_Strayer_Online[7][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[7][89][1] = "1";
				jsArrprograminterest_Strayer_Online[7][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[7][90][1] = "1";
				jsArrprograminterest_Strayer_Online[7][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[7][91][1] = "1";
				jsArrprograminterest_Strayer_Online[7][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[7][92][1] = "1";
				jsArrprograminterest_Strayer_Online[7][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[7][93][1] = "1";
				jsArrprograminterest_Strayer_Online[7][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[7][94][1] = "1";
				jsArrprograminterest_Strayer_Online[7][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[7][95][1] = "1";
				jsArrprograminterest_Strayer_Online[7][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[7][96][1] = "1";
				jsArrprograminterest_Strayer_Online[7][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[7][97][1] = "1";
				jsArrprograminterest_Strayer_Online[7][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[7][98][1] = "1";
				jsArrprograminterest_Strayer_Online[7][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[7][99][1] = "1";
				jsArrprograminterest_Strayer_Online[7][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[7][100][1] = "1";
				jsArrprograminterest_Strayer_Online[7][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[7][101][1] = "1";
				jsArrprograminterest_Strayer_Online[7][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[7][102][1] = "1";
				jsArrprograminterest_Strayer_Online[8][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[8][0][1] = "1";
				jsArrprograminterest_Strayer_Online[8][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[8][1][1] = "1";
				jsArrprograminterest_Strayer_Online[8][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[8][2][1] = "1";
				jsArrprograminterest_Strayer_Online[8][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[8][3][1] = "1";
				jsArrprograminterest_Strayer_Online[8][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[8][4][1] = "1";
				jsArrprograminterest_Strayer_Online[8][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[8][5][1] = "1";
				jsArrprograminterest_Strayer_Online[8][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[8][6][1] = "1";
				jsArrprograminterest_Strayer_Online[8][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[8][7][1] = "1";
				jsArrprograminterest_Strayer_Online[8][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[8][8][1] = "1";
				jsArrprograminterest_Strayer_Online[8][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[8][9][1] = "1";
				jsArrprograminterest_Strayer_Online[8][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[8][10][1] = "1";
				jsArrprograminterest_Strayer_Online[8][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[8][11][1] = "1";
				jsArrprograminterest_Strayer_Online[8][12][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[8][12][1] = "1";
				jsArrprograminterest_Strayer_Online[8][13][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[8][13][1] = "1";
				jsArrprograminterest_Strayer_Online[8][14][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[8][14][1] = "1";
				jsArrprograminterest_Strayer_Online[8][15][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[8][15][1] = "1";
				jsArrprograminterest_Strayer_Online[8][16][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[8][16][1] = "1";
				jsArrprograminterest_Strayer_Online[8][17][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[8][17][1] = "1";
				jsArrprograminterest_Strayer_Online[8][18][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[8][18][1] = "1";
				jsArrprograminterest_Strayer_Online[8][19][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[8][19][1] = "1";
				jsArrprograminterest_Strayer_Online[8][20][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[8][20][1] = "1";
				jsArrprograminterest_Strayer_Online[8][21][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[8][21][1] = "1";
				jsArrprograminterest_Strayer_Online[8][22][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[8][22][1] = "1";
				jsArrprograminterest_Strayer_Online[8][23][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[8][23][1] = "1";
				jsArrprograminterest_Strayer_Online[8][24][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[8][24][1] = "1";
				jsArrprograminterest_Strayer_Online[8][25][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[8][25][1] = "1";
				jsArrprograminterest_Strayer_Online[8][26][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[8][26][1] = "1";
				jsArrprograminterest_Strayer_Online[8][27][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[8][27][1] = "1";
				jsArrprograminterest_Strayer_Online[8][28][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[8][28][1] = "1";
				jsArrprograminterest_Strayer_Online[8][29][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[8][29][1] = "1";
				jsArrprograminterest_Strayer_Online[8][30][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[8][30][1] = "1";
				jsArrprograminterest_Strayer_Online[8][31][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[8][31][1] = "1";
				jsArrprograminterest_Strayer_Online[8][32][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[8][32][1] = "1";
				jsArrprograminterest_Strayer_Online[8][33][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[8][33][1] = "1";
				jsArrprograminterest_Strayer_Online[8][34][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[8][34][1] = "1";
				jsArrprograminterest_Strayer_Online[8][35][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[8][35][1] = "1";
				jsArrprograminterest_Strayer_Online[8][36][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[8][36][1] = "1";
				jsArrprograminterest_Strayer_Online[8][37][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[8][37][1] = "1";
				jsArrprograminterest_Strayer_Online[8][38][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[8][38][1] = "1";
				jsArrprograminterest_Strayer_Online[8][39][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[8][39][1] = "1";
				jsArrprograminterest_Strayer_Online[8][40][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[8][40][1] = "1";
				jsArrprograminterest_Strayer_Online[8][41][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[8][41][1] = "1";
				jsArrprograminterest_Strayer_Online[8][42][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[8][42][1] = "1";
				jsArrprograminterest_Strayer_Online[8][43][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[8][43][1] = "1";
				jsArrprograminterest_Strayer_Online[8][44][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[8][44][1] = "1";
				jsArrprograminterest_Strayer_Online[8][45][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[8][45][1] = "1";
				jsArrprograminterest_Strayer_Online[8][46][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[8][46][1] = "1";
				jsArrprograminterest_Strayer_Online[8][47][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[8][47][1] = "1";
				jsArrprograminterest_Strayer_Online[8][48][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[8][48][1] = "1";
				jsArrprograminterest_Strayer_Online[8][49][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[8][49][1] = "1";
				jsArrprograminterest_Strayer_Online[8][50][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[8][50][1] = "1";
				jsArrprograminterest_Strayer_Online[8][51][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[8][51][1] = "1";
				jsArrprograminterest_Strayer_Online[8][52][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[8][52][1] = "1";
				jsArrprograminterest_Strayer_Online[8][53][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[8][53][1] = "1";
				jsArrprograminterest_Strayer_Online[8][54][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[8][54][1] = "1";
				jsArrprograminterest_Strayer_Online[8][55][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[8][55][1] = "1";
				jsArrprograminterest_Strayer_Online[8][56][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[8][56][1] = "1";
				jsArrprograminterest_Strayer_Online[8][57][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[8][57][1] = "1";
				jsArrprograminterest_Strayer_Online[8][58][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[8][58][1] = "1";
				jsArrprograminterest_Strayer_Online[8][59][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[8][59][1] = "1";
				jsArrprograminterest_Strayer_Online[8][60][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[8][60][1] = "1";
				jsArrprograminterest_Strayer_Online[8][61][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[8][61][1] = "1";
				jsArrprograminterest_Strayer_Online[8][62][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[8][62][1] = "1";
				jsArrprograminterest_Strayer_Online[8][63][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[8][63][1] = "1";
				jsArrprograminterest_Strayer_Online[8][64][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[8][64][1] = "1";
				jsArrprograminterest_Strayer_Online[8][65][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[8][65][1] = "1";
				jsArrprograminterest_Strayer_Online[8][66][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[8][66][1] = "1";
				jsArrprograminterest_Strayer_Online[8][67][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[8][67][1] = "1";
				jsArrprograminterest_Strayer_Online[8][68][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[8][68][1] = "1";
				jsArrprograminterest_Strayer_Online[8][69][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[8][69][1] = "1";
				jsArrprograminterest_Strayer_Online[8][70][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[8][70][1] = "1";
				jsArrprograminterest_Strayer_Online[8][71][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[8][71][1] = "1";
				jsArrprograminterest_Strayer_Online[8][72][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[8][72][1] = "1";
				jsArrprograminterest_Strayer_Online[8][73][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[8][73][1] = "1";
				jsArrprograminterest_Strayer_Online[8][74][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[8][74][1] = "1";
				jsArrprograminterest_Strayer_Online[8][75][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[8][75][1] = "1";
				jsArrprograminterest_Strayer_Online[8][76][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[8][76][1] = "1";
				jsArrprograminterest_Strayer_Online[8][77][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[8][77][1] = "1";
				jsArrprograminterest_Strayer_Online[8][78][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[8][78][1] = "1";
				jsArrprograminterest_Strayer_Online[8][79][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[8][79][1] = "1";
				jsArrprograminterest_Strayer_Online[8][80][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[8][80][1] = "1";
				jsArrprograminterest_Strayer_Online[8][81][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[8][81][1] = "1";
				jsArrprograminterest_Strayer_Online[8][82][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[8][82][1] = "1";
				jsArrprograminterest_Strayer_Online[8][83][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[8][83][1] = "1";
				jsArrprograminterest_Strayer_Online[8][84][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[8][84][1] = "1";
				jsArrprograminterest_Strayer_Online[8][85][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[8][85][1] = "1";
				jsArrprograminterest_Strayer_Online[8][86][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[8][86][1] = "1";
				jsArrprograminterest_Strayer_Online[8][87][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[8][87][1] = "1";
				jsArrprograminterest_Strayer_Online[8][88][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[8][88][1] = "1";
				jsArrprograminterest_Strayer_Online[8][89][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[8][89][1] = "1";
				jsArrprograminterest_Strayer_Online[8][90][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[8][90][1] = "1";
				jsArrprograminterest_Strayer_Online[8][91][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[8][91][1] = "1";
				jsArrprograminterest_Strayer_Online[8][92][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[8][92][1] = "1";
				jsArrprograminterest_Strayer_Online[8][93][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[8][93][1] = "1";
				jsArrprograminterest_Strayer_Online[8][94][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[8][94][1] = "1";
				jsArrprograminterest_Strayer_Online[8][95][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[8][95][1] = "1";
				jsArrprograminterest_Strayer_Online[8][96][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[8][96][1] = "1";
				jsArrprograminterest_Strayer_Online[8][97][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[8][97][1] = "1";
				jsArrprograminterest_Strayer_Online[9][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[9][0][1] = "1";
				jsArrprograminterest_Strayer_Online[9][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[9][1][1] = "1";
				jsArrprograminterest_Strayer_Online[9][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[9][2][1] = "1";
				jsArrprograminterest_Strayer_Online[9][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[9][3][1] = "1";
				jsArrprograminterest_Strayer_Online[9][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[9][4][1] = "1";
				jsArrprograminterest_Strayer_Online[9][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[9][5][1] = "1";
				jsArrprograminterest_Strayer_Online[9][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[9][6][1] = "1";
				jsArrprograminterest_Strayer_Online[9][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[9][7][1] = "1";
				jsArrprograminterest_Strayer_Online[9][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[9][8][1] = "1";
				jsArrprograminterest_Strayer_Online[9][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[9][9][1] = "1";
				jsArrprograminterest_Strayer_Online[9][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[9][10][1] = "1";
				jsArrprograminterest_Strayer_Online[9][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[9][11][1] = "1";
				jsArrprograminterest_Strayer_Online[9][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[9][12][1] = "1";
				jsArrprograminterest_Strayer_Online[9][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[9][13][1] = "1";
				jsArrprograminterest_Strayer_Online[9][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[9][14][1] = "1";
				jsArrprograminterest_Strayer_Online[9][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[9][15][1] = "1";
				jsArrprograminterest_Strayer_Online[9][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[9][16][1] = "1";
				jsArrprograminterest_Strayer_Online[9][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[9][17][1] = "1";
				jsArrprograminterest_Strayer_Online[9][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[9][18][1] = "1";
				jsArrprograminterest_Strayer_Online[9][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[9][19][1] = "1";
				jsArrprograminterest_Strayer_Online[9][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[9][20][1] = "1";
				jsArrprograminterest_Strayer_Online[9][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[9][21][1] = "1";
				jsArrprograminterest_Strayer_Online[9][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[9][22][1] = "1";
				jsArrprograminterest_Strayer_Online[9][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[9][23][1] = "1";
				jsArrprograminterest_Strayer_Online[9][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[9][24][1] = "1";
				jsArrprograminterest_Strayer_Online[9][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[9][25][1] = "1";
				jsArrprograminterest_Strayer_Online[9][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[9][26][1] = "1";
				jsArrprograminterest_Strayer_Online[9][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[9][27][1] = "1";
				jsArrprograminterest_Strayer_Online[9][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[9][28][1] = "1";
				jsArrprograminterest_Strayer_Online[9][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[9][29][1] = "1";
				jsArrprograminterest_Strayer_Online[9][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[9][30][1] = "1";
				jsArrprograminterest_Strayer_Online[9][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[9][31][1] = "1";
				jsArrprograminterest_Strayer_Online[9][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[9][32][1] = "1";
				jsArrprograminterest_Strayer_Online[9][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[9][33][1] = "1";
				jsArrprograminterest_Strayer_Online[9][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[9][34][1] = "1";
				jsArrprograminterest_Strayer_Online[9][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[9][35][1] = "1";
				jsArrprograminterest_Strayer_Online[9][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[9][36][1] = "1";
				jsArrprograminterest_Strayer_Online[9][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[9][37][1] = "1";
				jsArrprograminterest_Strayer_Online[9][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[9][38][1] = "1";
				jsArrprograminterest_Strayer_Online[9][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[9][39][1] = "1";
				jsArrprograminterest_Strayer_Online[9][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[9][40][1] = "1";
				jsArrprograminterest_Strayer_Online[9][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[9][41][1] = "1";
				jsArrprograminterest_Strayer_Online[9][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[9][42][1] = "1";
				jsArrprograminterest_Strayer_Online[9][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[9][43][1] = "1";
				jsArrprograminterest_Strayer_Online[9][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[9][44][1] = "1";
				jsArrprograminterest_Strayer_Online[9][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[9][45][1] = "1";
				jsArrprograminterest_Strayer_Online[9][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[9][46][1] = "1";
				jsArrprograminterest_Strayer_Online[9][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[9][47][1] = "1";
				jsArrprograminterest_Strayer_Online[9][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[9][48][1] = "1";
				jsArrprograminterest_Strayer_Online[9][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[9][49][1] = "1";
				jsArrprograminterest_Strayer_Online[9][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[9][50][1] = "1";
				jsArrprograminterest_Strayer_Online[9][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[9][51][1] = "1";
				jsArrprograminterest_Strayer_Online[9][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[9][52][1] = "1";
				jsArrprograminterest_Strayer_Online[9][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[9][53][1] = "1";
				jsArrprograminterest_Strayer_Online[9][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[9][54][1] = "1";
				jsArrprograminterest_Strayer_Online[9][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[9][55][1] = "1";
				jsArrprograminterest_Strayer_Online[9][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[9][56][1] = "1";
				jsArrprograminterest_Strayer_Online[9][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[9][57][1] = "1";
				jsArrprograminterest_Strayer_Online[9][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[9][58][1] = "1";
				jsArrprograminterest_Strayer_Online[9][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[9][59][1] = "1";
				jsArrprograminterest_Strayer_Online[9][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[9][60][1] = "1";
				jsArrprograminterest_Strayer_Online[9][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[9][61][1] = "1";
				jsArrprograminterest_Strayer_Online[9][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[9][62][1] = "1";
				jsArrprograminterest_Strayer_Online[9][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[9][63][1] = "1";
				jsArrprograminterest_Strayer_Online[9][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[9][64][1] = "1";
				jsArrprograminterest_Strayer_Online[9][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[9][65][1] = "1";
				jsArrprograminterest_Strayer_Online[9][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[9][66][1] = "1";
				jsArrprograminterest_Strayer_Online[9][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[9][67][1] = "1";
				jsArrprograminterest_Strayer_Online[9][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[9][68][1] = "1";
				jsArrprograminterest_Strayer_Online[9][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[9][69][1] = "1";
				jsArrprograminterest_Strayer_Online[9][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[9][70][1] = "1";
				jsArrprograminterest_Strayer_Online[9][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[9][71][1] = "1";
				jsArrprograminterest_Strayer_Online[9][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[9][72][1] = "1";
				jsArrprograminterest_Strayer_Online[9][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[9][73][1] = "1";
				jsArrprograminterest_Strayer_Online[9][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[9][74][1] = "1";
				jsArrprograminterest_Strayer_Online[9][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[9][75][1] = "1";
				jsArrprograminterest_Strayer_Online[9][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[9][76][1] = "1";
				jsArrprograminterest_Strayer_Online[9][77][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[9][77][1] = "1";
				jsArrprograminterest_Strayer_Online[9][78][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[9][78][1] = "1";
				jsArrprograminterest_Strayer_Online[9][79][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[9][79][1] = "1";
				jsArrprograminterest_Strayer_Online[9][80][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[9][80][1] = "1";
				jsArrprograminterest_Strayer_Online[9][81][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[9][81][1] = "1";
				jsArrprograminterest_Strayer_Online[9][82][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[9][82][1] = "1";
				jsArrprograminterest_Strayer_Online[9][83][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[9][83][1] = "1";
				jsArrprograminterest_Strayer_Online[9][84][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[9][84][1] = "1";
				jsArrprograminterest_Strayer_Online[9][85][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[9][85][1] = "1";
				jsArrprograminterest_Strayer_Online[9][86][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[9][86][1] = "1";
				jsArrprograminterest_Strayer_Online[9][87][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[9][87][1] = "1";
				jsArrprograminterest_Strayer_Online[9][88][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[9][88][1] = "1";
				jsArrprograminterest_Strayer_Online[9][89][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[9][89][1] = "1";
				jsArrprograminterest_Strayer_Online[9][90][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[9][90][1] = "1";
				jsArrprograminterest_Strayer_Online[9][91][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[9][91][1] = "1";
				jsArrprograminterest_Strayer_Online[9][92][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[9][92][1] = "1";
				jsArrprograminterest_Strayer_Online[9][93][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[9][93][1] = "1";
				jsArrprograminterest_Strayer_Online[9][94][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[9][94][1] = "1";
				jsArrprograminterest_Strayer_Online[9][95][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[9][95][1] = "1";
				jsArrprograminterest_Strayer_Online[9][96][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[9][96][1] = "1";
				jsArrprograminterest_Strayer_Online[9][97][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[9][97][1] = "1";
				jsArrprograminterest_Strayer_Online[9][98][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[9][98][1] = "1";
				jsArrprograminterest_Strayer_Online[9][99][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[9][99][1] = "1";
				jsArrprograminterest_Strayer_Online[9][100][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[9][100][1] = "1";
				jsArrprograminterest_Strayer_Online[10][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[10][0][1] = "1";
				jsArrprograminterest_Strayer_Online[10][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[10][1][1] = "1";
				jsArrprograminterest_Strayer_Online[10][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[10][2][1] = "1";
				jsArrprograminterest_Strayer_Online[10][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[10][3][1] = "1";
				jsArrprograminterest_Strayer_Online[10][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[10][4][1] = "1";
				jsArrprograminterest_Strayer_Online[10][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[10][5][1] = "1";
				jsArrprograminterest_Strayer_Online[10][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[10][6][1] = "1";
				jsArrprograminterest_Strayer_Online[10][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[10][7][1] = "1";
				jsArrprograminterest_Strayer_Online[10][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[10][8][1] = "1";
				jsArrprograminterest_Strayer_Online[10][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[10][9][1] = "1";
				jsArrprograminterest_Strayer_Online[10][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[10][10][1] = "1";
				jsArrprograminterest_Strayer_Online[10][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[10][11][1] = "1";
				jsArrprograminterest_Strayer_Online[10][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[10][12][1] = "1";
				jsArrprograminterest_Strayer_Online[10][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[10][13][1] = "1";
				jsArrprograminterest_Strayer_Online[10][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[10][14][1] = "1";
				jsArrprograminterest_Strayer_Online[10][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[10][15][1] = "1";
				jsArrprograminterest_Strayer_Online[10][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[10][16][1] = "1";
				jsArrprograminterest_Strayer_Online[10][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[10][17][1] = "1";
				jsArrprograminterest_Strayer_Online[10][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[10][18][1] = "1";
				jsArrprograminterest_Strayer_Online[10][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[10][19][1] = "1";
				jsArrprograminterest_Strayer_Online[10][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[10][20][1] = "1";
				jsArrprograminterest_Strayer_Online[10][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[10][21][1] = "1";
				jsArrprograminterest_Strayer_Online[10][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[10][22][1] = "1";
				jsArrprograminterest_Strayer_Online[10][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[10][23][1] = "1";
				jsArrprograminterest_Strayer_Online[10][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[10][24][1] = "1";
				jsArrprograminterest_Strayer_Online[10][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[10][25][1] = "1";
				jsArrprograminterest_Strayer_Online[10][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[10][26][1] = "1";
				jsArrprograminterest_Strayer_Online[10][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[10][27][1] = "1";
				jsArrprograminterest_Strayer_Online[10][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[10][28][1] = "1";
				jsArrprograminterest_Strayer_Online[10][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[10][29][1] = "1";
				jsArrprograminterest_Strayer_Online[10][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[10][30][1] = "1";
				jsArrprograminterest_Strayer_Online[10][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[10][31][1] = "1";
				jsArrprograminterest_Strayer_Online[10][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[10][32][1] = "1";
				jsArrprograminterest_Strayer_Online[10][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[10][33][1] = "1";
				jsArrprograminterest_Strayer_Online[10][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[10][34][1] = "1";
				jsArrprograminterest_Strayer_Online[10][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[10][35][1] = "1";
				jsArrprograminterest_Strayer_Online[10][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[10][36][1] = "1";
				jsArrprograminterest_Strayer_Online[10][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[10][37][1] = "1";
				jsArrprograminterest_Strayer_Online[10][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[10][38][1] = "1";
				jsArrprograminterest_Strayer_Online[10][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[10][39][1] = "1";
				jsArrprograminterest_Strayer_Online[10][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[10][40][1] = "1";
				jsArrprograminterest_Strayer_Online[10][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[10][41][1] = "1";
				jsArrprograminterest_Strayer_Online[10][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[10][42][1] = "1";
				jsArrprograminterest_Strayer_Online[10][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[10][43][1] = "1";
				jsArrprograminterest_Strayer_Online[10][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[10][44][1] = "1";
				jsArrprograminterest_Strayer_Online[10][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[10][45][1] = "1";
				jsArrprograminterest_Strayer_Online[10][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[10][46][1] = "1";
				jsArrprograminterest_Strayer_Online[10][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[10][47][1] = "1";
				jsArrprograminterest_Strayer_Online[10][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[10][48][1] = "1";
				jsArrprograminterest_Strayer_Online[10][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[10][49][1] = "1";
				jsArrprograminterest_Strayer_Online[10][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[10][50][1] = "1";
				jsArrprograminterest_Strayer_Online[10][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[10][51][1] = "1";
				jsArrprograminterest_Strayer_Online[10][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[10][52][1] = "1";
				jsArrprograminterest_Strayer_Online[10][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[10][53][1] = "1";
				jsArrprograminterest_Strayer_Online[10][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[10][54][1] = "1";
				jsArrprograminterest_Strayer_Online[10][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[10][55][1] = "1";
				jsArrprograminterest_Strayer_Online[10][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[10][56][1] = "1";
				jsArrprograminterest_Strayer_Online[10][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[10][57][1] = "1";
				jsArrprograminterest_Strayer_Online[10][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[10][58][1] = "1";
				jsArrprograminterest_Strayer_Online[10][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[10][59][1] = "1";
				jsArrprograminterest_Strayer_Online[10][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[10][60][1] = "1";
				jsArrprograminterest_Strayer_Online[10][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[10][61][1] = "1";
				jsArrprograminterest_Strayer_Online[10][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[10][62][1] = "1";
				jsArrprograminterest_Strayer_Online[10][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[10][63][1] = "1";
				jsArrprograminterest_Strayer_Online[10][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[10][64][1] = "1";
				jsArrprograminterest_Strayer_Online[10][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[10][65][1] = "1";
				jsArrprograminterest_Strayer_Online[10][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[10][66][1] = "1";
				jsArrprograminterest_Strayer_Online[10][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[10][67][1] = "1";
				jsArrprograminterest_Strayer_Online[10][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[10][68][1] = "1";
				jsArrprograminterest_Strayer_Online[10][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[10][69][1] = "1";
				jsArrprograminterest_Strayer_Online[10][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[10][70][1] = "1";
				jsArrprograminterest_Strayer_Online[10][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[10][71][1] = "1";
				jsArrprograminterest_Strayer_Online[10][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[10][72][1] = "1";
				jsArrprograminterest_Strayer_Online[10][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[10][73][1] = "1";
				jsArrprograminterest_Strayer_Online[10][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[10][74][1] = "1";
				jsArrprograminterest_Strayer_Online[10][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[10][75][1] = "1";
				jsArrprograminterest_Strayer_Online[10][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[10][76][1] = "1";
				jsArrprograminterest_Strayer_Online[10][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[10][77][1] = "1";
				jsArrprograminterest_Strayer_Online[10][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[10][78][1] = "1";
				jsArrprograminterest_Strayer_Online[10][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[10][79][1] = "1";
				jsArrprograminterest_Strayer_Online[10][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[10][80][1] = "1";
				jsArrprograminterest_Strayer_Online[10][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[10][81][1] = "1";
				jsArrprograminterest_Strayer_Online[10][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[10][82][1] = "1";
				jsArrprograminterest_Strayer_Online[10][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[10][83][1] = "1";
				jsArrprograminterest_Strayer_Online[10][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[10][84][1] = "1";
				jsArrprograminterest_Strayer_Online[10][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[10][85][1] = "1";
				jsArrprograminterest_Strayer_Online[10][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[10][86][1] = "1";
				jsArrprograminterest_Strayer_Online[10][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[10][87][1] = "1";
				jsArrprograminterest_Strayer_Online[10][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[10][88][1] = "1";
				jsArrprograminterest_Strayer_Online[10][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[10][89][1] = "1";
				jsArrprograminterest_Strayer_Online[10][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[10][90][1] = "1";
				jsArrprograminterest_Strayer_Online[10][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[10][91][1] = "1";
				jsArrprograminterest_Strayer_Online[10][92][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[10][92][1] = "1";
				jsArrprograminterest_Strayer_Online[10][93][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[10][93][1] = "1";
				jsArrprograminterest_Strayer_Online[10][94][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[10][94][1] = "1";
				jsArrprograminterest_Strayer_Online[10][95][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[10][95][1] = "1";
				jsArrprograminterest_Strayer_Online[10][96][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[10][96][1] = "1";
				jsArrprograminterest_Strayer_Online[10][97][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[10][97][1] = "1";
				jsArrprograminterest_Strayer_Online[10][98][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[10][98][1] = "1";
				jsArrprograminterest_Strayer_Online[10][99][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[10][99][1] = "1";
				jsArrprograminterest_Strayer_Online[10][100][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[10][100][1] = "1";
				jsArrprograminterest_Strayer_Online[10][101][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[10][101][1] = "1";
				jsArrprograminterest_Strayer_Online[11][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[11][0][1] = "1";
				jsArrprograminterest_Strayer_Online[11][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[11][1][1] = "1";
				jsArrprograminterest_Strayer_Online[11][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[11][2][1] = "1";
				jsArrprograminterest_Strayer_Online[11][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[11][3][1] = "1";
				jsArrprograminterest_Strayer_Online[11][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[11][4][1] = "1";
				jsArrprograminterest_Strayer_Online[11][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[11][5][1] = "1";
				jsArrprograminterest_Strayer_Online[11][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[11][6][1] = "1";
				jsArrprograminterest_Strayer_Online[11][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[11][7][1] = "1";
				jsArrprograminterest_Strayer_Online[11][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[11][8][1] = "1";
				jsArrprograminterest_Strayer_Online[11][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[11][9][1] = "1";
				jsArrprograminterest_Strayer_Online[11][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[11][10][1] = "1";
				jsArrprograminterest_Strayer_Online[11][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[11][11][1] = "1";
				jsArrprograminterest_Strayer_Online[11][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[11][12][1] = "1";
				jsArrprograminterest_Strayer_Online[11][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[11][13][1] = "1";
				jsArrprograminterest_Strayer_Online[11][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[11][14][1] = "1";
				jsArrprograminterest_Strayer_Online[11][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[11][15][1] = "1";
				jsArrprograminterest_Strayer_Online[11][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[11][16][1] = "1";
				jsArrprograminterest_Strayer_Online[11][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[11][17][1] = "1";
				jsArrprograminterest_Strayer_Online[11][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[11][18][1] = "1";
				jsArrprograminterest_Strayer_Online[11][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[11][19][1] = "1";
				jsArrprograminterest_Strayer_Online[11][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[11][20][1] = "1";
				jsArrprograminterest_Strayer_Online[11][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[11][21][1] = "1";
				jsArrprograminterest_Strayer_Online[11][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[11][22][1] = "1";
				jsArrprograminterest_Strayer_Online[11][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[11][23][1] = "1";
				jsArrprograminterest_Strayer_Online[11][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[11][24][1] = "1";
				jsArrprograminterest_Strayer_Online[11][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[11][25][1] = "1";
				jsArrprograminterest_Strayer_Online[11][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[11][26][1] = "1";
				jsArrprograminterest_Strayer_Online[11][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[11][27][1] = "1";
				jsArrprograminterest_Strayer_Online[11][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[11][28][1] = "1";
				jsArrprograminterest_Strayer_Online[11][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[11][29][1] = "1";
				jsArrprograminterest_Strayer_Online[11][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[11][30][1] = "1";
				jsArrprograminterest_Strayer_Online[11][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[11][31][1] = "1";
				jsArrprograminterest_Strayer_Online[11][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[11][32][1] = "1";
				jsArrprograminterest_Strayer_Online[11][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[11][33][1] = "1";
				jsArrprograminterest_Strayer_Online[11][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[11][34][1] = "1";
				jsArrprograminterest_Strayer_Online[11][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[11][35][1] = "1";
				jsArrprograminterest_Strayer_Online[11][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[11][36][1] = "1";
				jsArrprograminterest_Strayer_Online[11][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[11][37][1] = "1";
				jsArrprograminterest_Strayer_Online[11][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[11][38][1] = "1";
				jsArrprograminterest_Strayer_Online[11][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[11][39][1] = "1";
				jsArrprograminterest_Strayer_Online[11][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[11][40][1] = "1";
				jsArrprograminterest_Strayer_Online[11][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[11][41][1] = "1";
				jsArrprograminterest_Strayer_Online[11][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[11][42][1] = "1";
				jsArrprograminterest_Strayer_Online[11][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[11][43][1] = "1";
				jsArrprograminterest_Strayer_Online[11][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[11][44][1] = "1";
				jsArrprograminterest_Strayer_Online[11][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[11][45][1] = "1";
				jsArrprograminterest_Strayer_Online[11][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[11][46][1] = "1";
				jsArrprograminterest_Strayer_Online[11][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[11][47][1] = "1";
				jsArrprograminterest_Strayer_Online[11][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[11][48][1] = "1";
				jsArrprograminterest_Strayer_Online[11][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[11][49][1] = "1";
				jsArrprograminterest_Strayer_Online[11][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[11][50][1] = "1";
				jsArrprograminterest_Strayer_Online[11][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[11][51][1] = "1";
				jsArrprograminterest_Strayer_Online[11][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[11][52][1] = "1";
				jsArrprograminterest_Strayer_Online[11][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[11][53][1] = "1";
				jsArrprograminterest_Strayer_Online[11][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[11][54][1] = "1";
				jsArrprograminterest_Strayer_Online[11][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[11][55][1] = "1";
				jsArrprograminterest_Strayer_Online[11][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[11][56][1] = "1";
				jsArrprograminterest_Strayer_Online[11][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[11][57][1] = "1";
				jsArrprograminterest_Strayer_Online[11][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[11][58][1] = "1";
				jsArrprograminterest_Strayer_Online[11][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[11][59][1] = "1";
				jsArrprograminterest_Strayer_Online[11][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[11][60][1] = "1";
				jsArrprograminterest_Strayer_Online[11][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[11][61][1] = "1";
				jsArrprograminterest_Strayer_Online[11][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[11][62][1] = "1";
				jsArrprograminterest_Strayer_Online[11][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[11][63][1] = "1";
				jsArrprograminterest_Strayer_Online[11][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[11][64][1] = "1";
				jsArrprograminterest_Strayer_Online[11][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[11][65][1] = "1";
				jsArrprograminterest_Strayer_Online[11][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[11][66][1] = "1";
				jsArrprograminterest_Strayer_Online[11][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[11][67][1] = "1";
				jsArrprograminterest_Strayer_Online[11][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[11][68][1] = "1";
				jsArrprograminterest_Strayer_Online[11][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[11][69][1] = "1";
				jsArrprograminterest_Strayer_Online[11][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[11][70][1] = "1";
				jsArrprograminterest_Strayer_Online[11][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[11][71][1] = "1";
				jsArrprograminterest_Strayer_Online[11][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[11][72][1] = "1";
				jsArrprograminterest_Strayer_Online[11][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[11][73][1] = "1";
				jsArrprograminterest_Strayer_Online[11][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[11][74][1] = "1";
				jsArrprograminterest_Strayer_Online[11][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[11][75][1] = "1";
				jsArrprograminterest_Strayer_Online[11][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[11][76][1] = "1";
				jsArrprograminterest_Strayer_Online[11][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[11][77][1] = "1";
				jsArrprograminterest_Strayer_Online[11][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[11][78][1] = "1";
				jsArrprograminterest_Strayer_Online[11][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[11][79][1] = "1";
				jsArrprograminterest_Strayer_Online[11][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[11][80][1] = "1";
				jsArrprograminterest_Strayer_Online[11][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[11][81][1] = "1";
				jsArrprograminterest_Strayer_Online[11][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[11][82][1] = "1";
				jsArrprograminterest_Strayer_Online[11][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[11][83][1] = "1";
				jsArrprograminterest_Strayer_Online[11][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[11][84][1] = "1";
				jsArrprograminterest_Strayer_Online[11][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[11][85][1] = "1";
				jsArrprograminterest_Strayer_Online[11][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[11][86][1] = "1";
				jsArrprograminterest_Strayer_Online[11][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[11][87][1] = "1";
				jsArrprograminterest_Strayer_Online[11][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[11][88][1] = "1";
				jsArrprograminterest_Strayer_Online[11][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[11][89][1] = "1";
				jsArrprograminterest_Strayer_Online[11][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[11][90][1] = "1";
				jsArrprograminterest_Strayer_Online[11][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[11][91][1] = "1";
				jsArrprograminterest_Strayer_Online[11][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[11][92][1] = "1";
				jsArrprograminterest_Strayer_Online[11][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[11][93][1] = "1";
				jsArrprograminterest_Strayer_Online[11][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[11][94][1] = "1";
				jsArrprograminterest_Strayer_Online[11][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[11][95][1] = "1";
				jsArrprograminterest_Strayer_Online[11][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[11][96][1] = "1";
				jsArrprograminterest_Strayer_Online[11][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[11][97][1] = "1";
				jsArrprograminterest_Strayer_Online[11][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[11][98][1] = "1";
				jsArrprograminterest_Strayer_Online[11][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[11][99][1] = "1";
				jsArrprograminterest_Strayer_Online[11][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[11][100][1] = "1";
				jsArrprograminterest_Strayer_Online[11][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[11][101][1] = "1";
				jsArrprograminterest_Strayer_Online[11][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[11][102][1] = "1";
				jsArrprograminterest_Strayer_Online[12][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[12][0][1] = "1";
				jsArrprograminterest_Strayer_Online[12][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[12][1][1] = "1";
				jsArrprograminterest_Strayer_Online[12][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[12][2][1] = "1";
				jsArrprograminterest_Strayer_Online[12][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[12][3][1] = "1";
				jsArrprograminterest_Strayer_Online[12][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[12][4][1] = "1";
				jsArrprograminterest_Strayer_Online[12][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[12][5][1] = "1";
				jsArrprograminterest_Strayer_Online[12][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[12][6][1] = "1";
				jsArrprograminterest_Strayer_Online[12][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[12][7][1] = "1";
				jsArrprograminterest_Strayer_Online[12][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[12][8][1] = "1";
				jsArrprograminterest_Strayer_Online[12][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[12][9][1] = "1";
				jsArrprograminterest_Strayer_Online[12][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[12][10][1] = "1";
				jsArrprograminterest_Strayer_Online[12][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[12][11][1] = "1";
				jsArrprograminterest_Strayer_Online[12][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[12][12][1] = "1";
				jsArrprograminterest_Strayer_Online[12][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[12][13][1] = "1";
				jsArrprograminterest_Strayer_Online[12][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[12][14][1] = "1";
				jsArrprograminterest_Strayer_Online[12][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[12][15][1] = "1";
				jsArrprograminterest_Strayer_Online[12][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[12][16][1] = "1";
				jsArrprograminterest_Strayer_Online[12][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[12][17][1] = "1";
				jsArrprograminterest_Strayer_Online[12][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[12][18][1] = "1";
				jsArrprograminterest_Strayer_Online[12][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[12][19][1] = "1";
				jsArrprograminterest_Strayer_Online[12][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[12][20][1] = "1";
				jsArrprograminterest_Strayer_Online[12][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[12][21][1] = "1";
				jsArrprograminterest_Strayer_Online[12][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[12][22][1] = "1";
				jsArrprograminterest_Strayer_Online[12][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[12][23][1] = "1";
				jsArrprograminterest_Strayer_Online[12][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[12][24][1] = "1";
				jsArrprograminterest_Strayer_Online[12][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[12][25][1] = "1";
				jsArrprograminterest_Strayer_Online[12][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[12][26][1] = "1";
				jsArrprograminterest_Strayer_Online[12][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[12][27][1] = "1";
				jsArrprograminterest_Strayer_Online[12][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[12][28][1] = "1";
				jsArrprograminterest_Strayer_Online[12][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[12][29][1] = "1";
				jsArrprograminterest_Strayer_Online[12][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[12][30][1] = "1";
				jsArrprograminterest_Strayer_Online[12][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[12][31][1] = "1";
				jsArrprograminterest_Strayer_Online[12][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[12][32][1] = "1";
				jsArrprograminterest_Strayer_Online[12][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[12][33][1] = "1";
				jsArrprograminterest_Strayer_Online[12][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[12][34][1] = "1";
				jsArrprograminterest_Strayer_Online[12][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[12][35][1] = "1";
				jsArrprograminterest_Strayer_Online[12][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[12][36][1] = "1";
				jsArrprograminterest_Strayer_Online[12][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[12][37][1] = "1";
				jsArrprograminterest_Strayer_Online[12][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[12][38][1] = "1";
				jsArrprograminterest_Strayer_Online[12][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[12][39][1] = "1";
				jsArrprograminterest_Strayer_Online[12][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[12][40][1] = "1";
				jsArrprograminterest_Strayer_Online[12][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[12][41][1] = "1";
				jsArrprograminterest_Strayer_Online[12][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[12][42][1] = "1";
				jsArrprograminterest_Strayer_Online[12][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[12][43][1] = "1";
				jsArrprograminterest_Strayer_Online[12][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[12][44][1] = "1";
				jsArrprograminterest_Strayer_Online[12][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[12][45][1] = "1";
				jsArrprograminterest_Strayer_Online[12][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[12][46][1] = "1";
				jsArrprograminterest_Strayer_Online[12][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[12][47][1] = "1";
				jsArrprograminterest_Strayer_Online[12][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[12][48][1] = "1";
				jsArrprograminterest_Strayer_Online[12][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[12][49][1] = "1";
				jsArrprograminterest_Strayer_Online[12][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[12][50][1] = "1";
				jsArrprograminterest_Strayer_Online[12][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[12][51][1] = "1";
				jsArrprograminterest_Strayer_Online[12][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[12][52][1] = "1";
				jsArrprograminterest_Strayer_Online[12][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[12][53][1] = "1";
				jsArrprograminterest_Strayer_Online[12][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[12][54][1] = "1";
				jsArrprograminterest_Strayer_Online[12][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[12][55][1] = "1";
				jsArrprograminterest_Strayer_Online[12][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[12][56][1] = "1";
				jsArrprograminterest_Strayer_Online[12][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[12][57][1] = "1";
				jsArrprograminterest_Strayer_Online[12][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[12][58][1] = "1";
				jsArrprograminterest_Strayer_Online[12][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[12][59][1] = "1";
				jsArrprograminterest_Strayer_Online[12][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[12][60][1] = "1";
				jsArrprograminterest_Strayer_Online[12][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[12][61][1] = "1";
				jsArrprograminterest_Strayer_Online[12][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[12][62][1] = "1";
				jsArrprograminterest_Strayer_Online[12][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[12][63][1] = "1";
				jsArrprograminterest_Strayer_Online[12][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[12][64][1] = "1";
				jsArrprograminterest_Strayer_Online[12][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[12][65][1] = "1";
				jsArrprograminterest_Strayer_Online[12][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[12][66][1] = "1";
				jsArrprograminterest_Strayer_Online[12][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[12][67][1] = "1";
				jsArrprograminterest_Strayer_Online[12][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[12][68][1] = "1";
				jsArrprograminterest_Strayer_Online[12][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[12][69][1] = "1";
				jsArrprograminterest_Strayer_Online[12][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[12][70][1] = "1";
				jsArrprograminterest_Strayer_Online[12][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[12][71][1] = "1";
				jsArrprograminterest_Strayer_Online[12][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[12][72][1] = "1";
				jsArrprograminterest_Strayer_Online[12][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[12][73][1] = "1";
				jsArrprograminterest_Strayer_Online[12][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[12][74][1] = "1";
				jsArrprograminterest_Strayer_Online[12][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[12][75][1] = "1";
				jsArrprograminterest_Strayer_Online[12][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[12][76][1] = "1";
				jsArrprograminterest_Strayer_Online[12][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[12][77][1] = "1";
				jsArrprograminterest_Strayer_Online[12][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[12][78][1] = "1";
				jsArrprograminterest_Strayer_Online[12][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[12][79][1] = "1";
				jsArrprograminterest_Strayer_Online[12][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[12][80][1] = "1";
				jsArrprograminterest_Strayer_Online[12][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[12][81][1] = "1";
				jsArrprograminterest_Strayer_Online[12][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[12][82][1] = "1";
				jsArrprograminterest_Strayer_Online[12][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[12][83][1] = "1";
				jsArrprograminterest_Strayer_Online[12][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[12][84][1] = "1";
				jsArrprograminterest_Strayer_Online[12][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[12][85][1] = "1";
				jsArrprograminterest_Strayer_Online[12][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[12][86][1] = "1";
				jsArrprograminterest_Strayer_Online[12][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[12][87][1] = "1";
				jsArrprograminterest_Strayer_Online[12][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[12][88][1] = "1";
				jsArrprograminterest_Strayer_Online[12][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[12][89][1] = "1";
				jsArrprograminterest_Strayer_Online[12][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[12][90][1] = "1";
				jsArrprograminterest_Strayer_Online[12][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[12][91][1] = "1";
				jsArrprograminterest_Strayer_Online[12][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[12][92][1] = "1";
				jsArrprograminterest_Strayer_Online[12][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[12][93][1] = "1";
				jsArrprograminterest_Strayer_Online[12][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[12][94][1] = "1";
				jsArrprograminterest_Strayer_Online[12][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[12][95][1] = "1";
				jsArrprograminterest_Strayer_Online[12][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[12][96][1] = "1";
				jsArrprograminterest_Strayer_Online[12][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[12][97][1] = "1";
				jsArrprograminterest_Strayer_Online[12][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[12][98][1] = "1";
				jsArrprograminterest_Strayer_Online[12][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[12][99][1] = "1";
				jsArrprograminterest_Strayer_Online[12][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[12][100][1] = "1";
				jsArrprograminterest_Strayer_Online[12][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[12][101][1] = "1";
				jsArrprograminterest_Strayer_Online[12][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[12][102][1] = "1";
				jsArrprograminterest_Strayer_Online[13][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[13][0][1] = "1";
				jsArrprograminterest_Strayer_Online[13][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[13][1][1] = "1";
				jsArrprograminterest_Strayer_Online[13][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[13][2][1] = "1";
				jsArrprograminterest_Strayer_Online[13][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[13][3][1] = "1";
				jsArrprograminterest_Strayer_Online[13][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[13][4][1] = "1";
				jsArrprograminterest_Strayer_Online[13][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[13][5][1] = "1";
				jsArrprograminterest_Strayer_Online[13][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[13][6][1] = "1";
				jsArrprograminterest_Strayer_Online[13][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[13][7][1] = "1";
				jsArrprograminterest_Strayer_Online[13][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[13][8][1] = "1";
				jsArrprograminterest_Strayer_Online[13][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[13][9][1] = "1";
				jsArrprograminterest_Strayer_Online[13][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[13][10][1] = "1";
				jsArrprograminterest_Strayer_Online[13][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[13][11][1] = "1";
				jsArrprograminterest_Strayer_Online[13][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[13][12][1] = "1";
				jsArrprograminterest_Strayer_Online[13][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[13][13][1] = "1";
				jsArrprograminterest_Strayer_Online[13][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[13][14][1] = "1";
				jsArrprograminterest_Strayer_Online[13][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[13][15][1] = "1";
				jsArrprograminterest_Strayer_Online[13][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[13][16][1] = "1";
				jsArrprograminterest_Strayer_Online[13][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[13][17][1] = "1";
				jsArrprograminterest_Strayer_Online[13][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[13][18][1] = "1";
				jsArrprograminterest_Strayer_Online[13][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[13][19][1] = "1";
				jsArrprograminterest_Strayer_Online[13][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[13][20][1] = "1";
				jsArrprograminterest_Strayer_Online[13][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[13][21][1] = "1";
				jsArrprograminterest_Strayer_Online[13][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[13][22][1] = "1";
				jsArrprograminterest_Strayer_Online[13][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[13][23][1] = "1";
				jsArrprograminterest_Strayer_Online[13][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[13][24][1] = "1";
				jsArrprograminterest_Strayer_Online[13][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[13][25][1] = "1";
				jsArrprograminterest_Strayer_Online[13][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[13][26][1] = "1";
				jsArrprograminterest_Strayer_Online[13][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[13][27][1] = "1";
				jsArrprograminterest_Strayer_Online[13][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[13][28][1] = "1";
				jsArrprograminterest_Strayer_Online[13][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[13][29][1] = "1";
				jsArrprograminterest_Strayer_Online[13][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[13][30][1] = "1";
				jsArrprograminterest_Strayer_Online[13][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[13][31][1] = "1";
				jsArrprograminterest_Strayer_Online[13][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[13][32][1] = "1";
				jsArrprograminterest_Strayer_Online[13][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[13][33][1] = "1";
				jsArrprograminterest_Strayer_Online[13][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[13][34][1] = "1";
				jsArrprograminterest_Strayer_Online[13][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[13][35][1] = "1";
				jsArrprograminterest_Strayer_Online[13][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[13][36][1] = "1";
				jsArrprograminterest_Strayer_Online[13][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[13][37][1] = "1";
				jsArrprograminterest_Strayer_Online[13][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[13][38][1] = "1";
				jsArrprograminterest_Strayer_Online[13][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[13][39][1] = "1";
				jsArrprograminterest_Strayer_Online[13][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[13][40][1] = "1";
				jsArrprograminterest_Strayer_Online[13][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[13][41][1] = "1";
				jsArrprograminterest_Strayer_Online[13][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[13][42][1] = "1";
				jsArrprograminterest_Strayer_Online[13][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[13][43][1] = "1";
				jsArrprograminterest_Strayer_Online[13][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[13][44][1] = "1";
				jsArrprograminterest_Strayer_Online[13][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[13][45][1] = "1";
				jsArrprograminterest_Strayer_Online[13][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[13][46][1] = "1";
				jsArrprograminterest_Strayer_Online[13][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[13][47][1] = "1";
				jsArrprograminterest_Strayer_Online[13][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[13][48][1] = "1";
				jsArrprograminterest_Strayer_Online[13][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[13][49][1] = "1";
				jsArrprograminterest_Strayer_Online[13][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[13][50][1] = "1";
				jsArrprograminterest_Strayer_Online[13][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[13][51][1] = "1";
				jsArrprograminterest_Strayer_Online[13][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[13][52][1] = "1";
				jsArrprograminterest_Strayer_Online[13][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[13][53][1] = "1";
				jsArrprograminterest_Strayer_Online[13][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[13][54][1] = "1";
				jsArrprograminterest_Strayer_Online[13][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[13][55][1] = "1";
				jsArrprograminterest_Strayer_Online[13][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[13][56][1] = "1";
				jsArrprograminterest_Strayer_Online[13][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[13][57][1] = "1";
				jsArrprograminterest_Strayer_Online[13][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[13][58][1] = "1";
				jsArrprograminterest_Strayer_Online[13][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[13][59][1] = "1";
				jsArrprograminterest_Strayer_Online[13][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[13][60][1] = "1";
				jsArrprograminterest_Strayer_Online[13][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[13][61][1] = "1";
				jsArrprograminterest_Strayer_Online[13][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[13][62][1] = "1";
				jsArrprograminterest_Strayer_Online[13][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[13][63][1] = "1";
				jsArrprograminterest_Strayer_Online[13][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[13][64][1] = "1";
				jsArrprograminterest_Strayer_Online[13][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[13][65][1] = "1";
				jsArrprograminterest_Strayer_Online[13][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[13][66][1] = "1";
				jsArrprograminterest_Strayer_Online[13][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[13][67][1] = "1";
				jsArrprograminterest_Strayer_Online[13][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[13][68][1] = "1";
				jsArrprograminterest_Strayer_Online[13][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[13][69][1] = "1";
				jsArrprograminterest_Strayer_Online[13][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[13][70][1] = "1";
				jsArrprograminterest_Strayer_Online[13][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[13][71][1] = "1";
				jsArrprograminterest_Strayer_Online[13][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[13][72][1] = "1";
				jsArrprograminterest_Strayer_Online[13][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[13][73][1] = "1";
				jsArrprograminterest_Strayer_Online[13][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[13][74][1] = "1";
				jsArrprograminterest_Strayer_Online[13][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[13][75][1] = "1";
				jsArrprograminterest_Strayer_Online[13][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[13][76][1] = "1";
				jsArrprograminterest_Strayer_Online[13][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[13][77][1] = "1";
				jsArrprograminterest_Strayer_Online[13][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[13][78][1] = "1";
				jsArrprograminterest_Strayer_Online[13][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[13][79][1] = "1";
				jsArrprograminterest_Strayer_Online[13][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[13][80][1] = "1";
				jsArrprograminterest_Strayer_Online[13][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[13][81][1] = "1";
				jsArrprograminterest_Strayer_Online[13][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[13][82][1] = "1";
				jsArrprograminterest_Strayer_Online[13][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[13][83][1] = "1";
				jsArrprograminterest_Strayer_Online[13][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[13][84][1] = "1";
				jsArrprograminterest_Strayer_Online[13][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[13][85][1] = "1";
				jsArrprograminterest_Strayer_Online[13][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[13][86][1] = "1";
				jsArrprograminterest_Strayer_Online[13][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[13][87][1] = "1";
				jsArrprograminterest_Strayer_Online[13][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[13][88][1] = "1";
				jsArrprograminterest_Strayer_Online[13][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[13][89][1] = "1";
				jsArrprograminterest_Strayer_Online[13][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[13][90][1] = "1";
				jsArrprograminterest_Strayer_Online[13][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[13][91][1] = "1";
				jsArrprograminterest_Strayer_Online[13][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[13][92][1] = "1";
				jsArrprograminterest_Strayer_Online[13][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[13][93][1] = "1";
				jsArrprograminterest_Strayer_Online[13][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[13][94][1] = "1";
				jsArrprograminterest_Strayer_Online[13][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[13][95][1] = "1";
				jsArrprograminterest_Strayer_Online[13][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[13][96][1] = "1";
				jsArrprograminterest_Strayer_Online[13][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[13][97][1] = "1";
				jsArrprograminterest_Strayer_Online[13][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[13][98][1] = "1";
				jsArrprograminterest_Strayer_Online[13][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[13][99][1] = "1";
				jsArrprograminterest_Strayer_Online[13][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[13][100][1] = "1";
				jsArrprograminterest_Strayer_Online[13][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[13][101][1] = "1";
				jsArrprograminterest_Strayer_Online[13][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[13][102][1] = "1";
				jsArrprograminterest_Strayer_Online[14][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[14][0][1] = "1";
				jsArrprograminterest_Strayer_Online[14][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[14][1][1] = "1";
				jsArrprograminterest_Strayer_Online[14][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[14][2][1] = "1";
				jsArrprograminterest_Strayer_Online[14][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[14][3][1] = "1";
				jsArrprograminterest_Strayer_Online[14][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[14][4][1] = "1";
				jsArrprograminterest_Strayer_Online[14][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[14][5][1] = "1";
				jsArrprograminterest_Strayer_Online[14][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[14][6][1] = "1";
				jsArrprograminterest_Strayer_Online[14][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[14][7][1] = "1";
				jsArrprograminterest_Strayer_Online[14][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[14][8][1] = "1";
				jsArrprograminterest_Strayer_Online[14][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[14][9][1] = "1";
				jsArrprograminterest_Strayer_Online[14][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[14][10][1] = "1";
				jsArrprograminterest_Strayer_Online[14][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[14][11][1] = "1";
				jsArrprograminterest_Strayer_Online[14][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[14][12][1] = "1";
				jsArrprograminterest_Strayer_Online[14][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[14][13][1] = "1";
				jsArrprograminterest_Strayer_Online[14][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[14][14][1] = "1";
				jsArrprograminterest_Strayer_Online[14][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[14][15][1] = "1";
				jsArrprograminterest_Strayer_Online[14][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[14][16][1] = "1";
				jsArrprograminterest_Strayer_Online[14][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[14][17][1] = "1";
				jsArrprograminterest_Strayer_Online[14][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[14][18][1] = "1";
				jsArrprograminterest_Strayer_Online[14][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[14][19][1] = "1";
				jsArrprograminterest_Strayer_Online[14][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[14][20][1] = "1";
				jsArrprograminterest_Strayer_Online[14][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[14][21][1] = "1";
				jsArrprograminterest_Strayer_Online[14][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[14][22][1] = "1";
				jsArrprograminterest_Strayer_Online[14][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[14][23][1] = "1";
				jsArrprograminterest_Strayer_Online[14][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[14][24][1] = "1";
				jsArrprograminterest_Strayer_Online[14][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[14][25][1] = "1";
				jsArrprograminterest_Strayer_Online[14][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[14][26][1] = "1";
				jsArrprograminterest_Strayer_Online[14][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[14][27][1] = "1";
				jsArrprograminterest_Strayer_Online[14][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[14][28][1] = "1";
				jsArrprograminterest_Strayer_Online[14][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[14][29][1] = "1";
				jsArrprograminterest_Strayer_Online[14][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[14][30][1] = "1";
				jsArrprograminterest_Strayer_Online[14][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[14][31][1] = "1";
				jsArrprograminterest_Strayer_Online[14][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[14][32][1] = "1";
				jsArrprograminterest_Strayer_Online[14][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[14][33][1] = "1";
				jsArrprograminterest_Strayer_Online[14][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[14][34][1] = "1";
				jsArrprograminterest_Strayer_Online[14][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[14][35][1] = "1";
				jsArrprograminterest_Strayer_Online[14][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[14][36][1] = "1";
				jsArrprograminterest_Strayer_Online[14][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[14][37][1] = "1";
				jsArrprograminterest_Strayer_Online[14][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[14][38][1] = "1";
				jsArrprograminterest_Strayer_Online[14][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[14][39][1] = "1";
				jsArrprograminterest_Strayer_Online[14][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[14][40][1] = "1";
				jsArrprograminterest_Strayer_Online[14][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[14][41][1] = "1";
				jsArrprograminterest_Strayer_Online[14][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[14][42][1] = "1";
				jsArrprograminterest_Strayer_Online[14][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[14][43][1] = "1";
				jsArrprograminterest_Strayer_Online[14][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[14][44][1] = "1";
				jsArrprograminterest_Strayer_Online[14][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[14][45][1] = "1";
				jsArrprograminterest_Strayer_Online[14][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[14][46][1] = "1";
				jsArrprograminterest_Strayer_Online[14][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[14][47][1] = "1";
				jsArrprograminterest_Strayer_Online[14][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[14][48][1] = "1";
				jsArrprograminterest_Strayer_Online[14][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[14][49][1] = "1";
				jsArrprograminterest_Strayer_Online[14][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[14][50][1] = "1";
				jsArrprograminterest_Strayer_Online[14][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[14][51][1] = "1";
				jsArrprograminterest_Strayer_Online[14][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[14][52][1] = "1";
				jsArrprograminterest_Strayer_Online[14][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[14][53][1] = "1";
				jsArrprograminterest_Strayer_Online[14][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[14][54][1] = "1";
				jsArrprograminterest_Strayer_Online[14][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[14][55][1] = "1";
				jsArrprograminterest_Strayer_Online[14][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[14][56][1] = "1";
				jsArrprograminterest_Strayer_Online[14][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[14][57][1] = "1";
				jsArrprograminterest_Strayer_Online[14][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[14][58][1] = "1";
				jsArrprograminterest_Strayer_Online[14][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[14][59][1] = "1";
				jsArrprograminterest_Strayer_Online[14][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[14][60][1] = "1";
				jsArrprograminterest_Strayer_Online[14][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[14][61][1] = "1";
				jsArrprograminterest_Strayer_Online[14][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[14][62][1] = "1";
				jsArrprograminterest_Strayer_Online[14][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[14][63][1] = "1";
				jsArrprograminterest_Strayer_Online[14][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[14][64][1] = "1";
				jsArrprograminterest_Strayer_Online[14][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[14][65][1] = "1";
				jsArrprograminterest_Strayer_Online[14][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[14][66][1] = "1";
				jsArrprograminterest_Strayer_Online[14][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[14][67][1] = "1";
				jsArrprograminterest_Strayer_Online[14][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[14][68][1] = "1";
				jsArrprograminterest_Strayer_Online[14][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[14][69][1] = "1";
				jsArrprograminterest_Strayer_Online[14][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[14][70][1] = "1";
				jsArrprograminterest_Strayer_Online[14][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[14][71][1] = "1";
				jsArrprograminterest_Strayer_Online[14][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[14][72][1] = "1";
				jsArrprograminterest_Strayer_Online[14][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[14][73][1] = "1";
				jsArrprograminterest_Strayer_Online[14][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[14][74][1] = "1";
				jsArrprograminterest_Strayer_Online[14][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[14][75][1] = "1";
				jsArrprograminterest_Strayer_Online[14][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[14][76][1] = "1";
				jsArrprograminterest_Strayer_Online[14][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[14][77][1] = "1";
				jsArrprograminterest_Strayer_Online[14][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[14][78][1] = "1";
				jsArrprograminterest_Strayer_Online[14][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[14][79][1] = "1";
				jsArrprograminterest_Strayer_Online[14][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[14][80][1] = "1";
				jsArrprograminterest_Strayer_Online[14][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[14][81][1] = "1";
				jsArrprograminterest_Strayer_Online[14][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[14][82][1] = "1";
				jsArrprograminterest_Strayer_Online[14][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[14][83][1] = "1";
				jsArrprograminterest_Strayer_Online[14][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[14][84][1] = "1";
				jsArrprograminterest_Strayer_Online[14][85][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[14][85][1] = "1";
				jsArrprograminterest_Strayer_Online[14][86][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[14][86][1] = "1";
				jsArrprograminterest_Strayer_Online[14][87][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[14][87][1] = "1";
				jsArrprograminterest_Strayer_Online[14][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[14][88][1] = "1";
				jsArrprograminterest_Strayer_Online[14][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[14][89][1] = "1";
				jsArrprograminterest_Strayer_Online[14][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[14][90][1] = "1";
				jsArrprograminterest_Strayer_Online[14][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[14][91][1] = "1";
				jsArrprograminterest_Strayer_Online[14][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[14][92][1] = "1";
				jsArrprograminterest_Strayer_Online[14][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[14][93][1] = "1";
				jsArrprograminterest_Strayer_Online[14][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[14][94][1] = "1";
				jsArrprograminterest_Strayer_Online[14][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[14][95][1] = "1";
				jsArrprograminterest_Strayer_Online[14][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[14][96][1] = "1";
				jsArrprograminterest_Strayer_Online[14][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[14][97][1] = "1";
				jsArrprograminterest_Strayer_Online[14][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[14][98][1] = "1";
				jsArrprograminterest_Strayer_Online[14][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[14][99][1] = "1";
				jsArrprograminterest_Strayer_Online[14][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[14][100][1] = "1";
				jsArrprograminterest_Strayer_Online[14][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[14][101][1] = "1";
				jsArrprograminterest_Strayer_Online[14][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[14][102][1] = "1";
				jsArrprograminterest_Strayer_Online[15][0][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[15][0][1] = "1";
				jsArrprograminterest_Strayer_Online[15][1][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[15][1][1] = "1";
				jsArrprograminterest_Strayer_Online[15][2][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[15][2][1] = "1";
				jsArrprograminterest_Strayer_Online[15][3][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[15][3][1] = "1";
				jsArrprograminterest_Strayer_Online[15][4][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[15][4][1] = "1";
				jsArrprograminterest_Strayer_Online[15][5][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[15][5][1] = "1";
				jsArrprograminterest_Strayer_Online[15][6][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[15][6][1] = "1";
				jsArrprograminterest_Strayer_Online[15][7][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[15][7][1] = "1";
				jsArrprograminterest_Strayer_Online[15][8][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[15][8][1] = "1";
				jsArrprograminterest_Strayer_Online[15][9][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[15][9][1] = "1";
				jsArrprograminterest_Strayer_Online[15][10][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[15][10][1] = "1";
				jsArrprograminterest_Strayer_Online[15][11][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[15][11][1] = "1";
				jsArrprograminterest_Strayer_Online[15][12][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[15][12][1] = "1";
				jsArrprograminterest_Strayer_Online[15][13][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[15][13][1] = "1";
				jsArrprograminterest_Strayer_Online[15][14][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[15][14][1] = "1";
				jsArrprograminterest_Strayer_Online[15][15][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[15][15][1] = "1";
				jsArrprograminterest_Strayer_Online[15][16][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[15][16][1] = "1";
				jsArrprograminterest_Strayer_Online[15][17][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[15][17][1] = "1";
				jsArrprograminterest_Strayer_Online[15][18][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[15][18][1] = "1";
				jsArrprograminterest_Strayer_Online[15][19][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[15][19][1] = "1";
				jsArrprograminterest_Strayer_Online[15][20][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[15][20][1] = "1";
				jsArrprograminterest_Strayer_Online[15][21][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[15][21][1] = "1";
				jsArrprograminterest_Strayer_Online[15][22][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[15][22][1] = "1";
				jsArrprograminterest_Strayer_Online[15][23][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[15][23][1] = "1";
				jsArrprograminterest_Strayer_Online[15][24][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[15][24][1] = "1";
				jsArrprograminterest_Strayer_Online[15][25][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[15][25][1] = "1";
				jsArrprograminterest_Strayer_Online[15][26][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[15][26][1] = "1";
				jsArrprograminterest_Strayer_Online[15][27][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[15][27][1] = "1";
				jsArrprograminterest_Strayer_Online[15][28][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[15][28][1] = "1";
				jsArrprograminterest_Strayer_Online[15][29][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[15][29][1] = "1";
				jsArrprograminterest_Strayer_Online[15][30][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[15][30][1] = "1";
				jsArrprograminterest_Strayer_Online[15][31][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[15][31][1] = "1";
				jsArrprograminterest_Strayer_Online[15][32][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[15][32][1] = "1";
				jsArrprograminterest_Strayer_Online[15][33][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[15][33][1] = "1";
				jsArrprograminterest_Strayer_Online[15][34][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[15][34][1] = "1";
				jsArrprograminterest_Strayer_Online[15][35][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[15][35][1] = "1";
				jsArrprograminterest_Strayer_Online[15][36][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[15][36][1] = "1";
				jsArrprograminterest_Strayer_Online[15][37][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[15][37][1] = "1";
				jsArrprograminterest_Strayer_Online[15][38][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[15][38][1] = "1";
				jsArrprograminterest_Strayer_Online[15][39][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[15][39][1] = "1";
				jsArrprograminterest_Strayer_Online[15][40][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[15][40][1] = "1";
				jsArrprograminterest_Strayer_Online[15][41][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[15][41][1] = "1";
				jsArrprograminterest_Strayer_Online[15][42][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[15][42][1] = "1";
				jsArrprograminterest_Strayer_Online[15][43][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[15][43][1] = "1";
				jsArrprograminterest_Strayer_Online[15][44][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[15][44][1] = "1";
				jsArrprograminterest_Strayer_Online[15][45][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[15][45][1] = "1";
				jsArrprograminterest_Strayer_Online[15][46][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[15][46][1] = "1";
				jsArrprograminterest_Strayer_Online[15][47][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[15][47][1] = "1";
				jsArrprograminterest_Strayer_Online[15][48][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[15][48][1] = "1";
				jsArrprograminterest_Strayer_Online[15][49][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[15][49][1] = "1";
				jsArrprograminterest_Strayer_Online[15][50][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[15][50][1] = "1";
				jsArrprograminterest_Strayer_Online[15][51][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[15][51][1] = "1";
				jsArrprograminterest_Strayer_Online[15][52][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[15][52][1] = "1";
				jsArrprograminterest_Strayer_Online[15][53][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[15][53][1] = "1";
				jsArrprograminterest_Strayer_Online[15][54][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[15][54][1] = "1";
				jsArrprograminterest_Strayer_Online[15][55][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[15][55][1] = "1";
				jsArrprograminterest_Strayer_Online[15][56][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[15][56][1] = "1";
				jsArrprograminterest_Strayer_Online[15][57][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[15][57][1] = "1";
				jsArrprograminterest_Strayer_Online[15][58][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[15][58][1] = "1";
				jsArrprograminterest_Strayer_Online[16][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[16][0][1] = "1";
				jsArrprograminterest_Strayer_Online[16][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[16][1][1] = "1";
				jsArrprograminterest_Strayer_Online[16][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[16][2][1] = "1";
				jsArrprograminterest_Strayer_Online[16][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[16][3][1] = "1";
				jsArrprograminterest_Strayer_Online[16][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[16][4][1] = "1";
				jsArrprograminterest_Strayer_Online[16][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[16][5][1] = "1";
				jsArrprograminterest_Strayer_Online[16][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[16][6][1] = "1";
				jsArrprograminterest_Strayer_Online[16][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[16][7][1] = "1";
				jsArrprograminterest_Strayer_Online[16][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[16][8][1] = "1";
				jsArrprograminterest_Strayer_Online[16][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[16][9][1] = "1";
				jsArrprograminterest_Strayer_Online[16][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[16][10][1] = "1";
				jsArrprograminterest_Strayer_Online[16][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[16][11][1] = "1";
				jsArrprograminterest_Strayer_Online[16][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[16][12][1] = "1";
				jsArrprograminterest_Strayer_Online[16][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[16][13][1] = "1";
				jsArrprograminterest_Strayer_Online[16][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[16][14][1] = "1";
				jsArrprograminterest_Strayer_Online[16][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[16][15][1] = "1";
				jsArrprograminterest_Strayer_Online[16][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[16][16][1] = "1";
				jsArrprograminterest_Strayer_Online[16][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[16][17][1] = "1";
				jsArrprograminterest_Strayer_Online[16][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[16][18][1] = "1";
				jsArrprograminterest_Strayer_Online[16][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[16][19][1] = "1";
				jsArrprograminterest_Strayer_Online[16][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[16][20][1] = "1";
				jsArrprograminterest_Strayer_Online[16][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[16][21][1] = "1";
				jsArrprograminterest_Strayer_Online[16][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[16][22][1] = "1";
				jsArrprograminterest_Strayer_Online[16][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[16][23][1] = "1";
				jsArrprograminterest_Strayer_Online[16][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[16][24][1] = "1";
				jsArrprograminterest_Strayer_Online[16][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[16][25][1] = "1";
				jsArrprograminterest_Strayer_Online[16][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[16][26][1] = "1";
				jsArrprograminterest_Strayer_Online[16][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[16][27][1] = "1";
				jsArrprograminterest_Strayer_Online[16][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[16][28][1] = "1";
				jsArrprograminterest_Strayer_Online[16][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[16][29][1] = "1";
				jsArrprograminterest_Strayer_Online[16][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[16][30][1] = "1";
				jsArrprograminterest_Strayer_Online[16][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[16][31][1] = "1";
				jsArrprograminterest_Strayer_Online[16][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[16][32][1] = "1";
				jsArrprograminterest_Strayer_Online[16][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[16][33][1] = "1";
				jsArrprograminterest_Strayer_Online[16][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[16][34][1] = "1";
				jsArrprograminterest_Strayer_Online[16][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[16][35][1] = "1";
				jsArrprograminterest_Strayer_Online[16][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[16][36][1] = "1";
				jsArrprograminterest_Strayer_Online[16][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[16][37][1] = "1";
				jsArrprograminterest_Strayer_Online[16][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[16][38][1] = "1";
				jsArrprograminterest_Strayer_Online[16][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[16][39][1] = "1";
				jsArrprograminterest_Strayer_Online[16][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[16][40][1] = "1";
				jsArrprograminterest_Strayer_Online[16][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[16][41][1] = "1";
				jsArrprograminterest_Strayer_Online[16][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[16][42][1] = "1";
				jsArrprograminterest_Strayer_Online[16][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[16][43][1] = "1";
				jsArrprograminterest_Strayer_Online[16][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[16][44][1] = "1";
				jsArrprograminterest_Strayer_Online[16][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[16][45][1] = "1";
				jsArrprograminterest_Strayer_Online[16][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[16][46][1] = "1";
				jsArrprograminterest_Strayer_Online[16][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[16][47][1] = "1";
				jsArrprograminterest_Strayer_Online[16][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[16][48][1] = "1";
				jsArrprograminterest_Strayer_Online[16][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[16][49][1] = "1";
				jsArrprograminterest_Strayer_Online[16][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[16][50][1] = "1";
				jsArrprograminterest_Strayer_Online[16][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[16][51][1] = "1";
				jsArrprograminterest_Strayer_Online[16][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[16][52][1] = "1";
				jsArrprograminterest_Strayer_Online[16][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[16][53][1] = "1";
				jsArrprograminterest_Strayer_Online[16][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[16][54][1] = "1";
				jsArrprograminterest_Strayer_Online[16][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[16][55][1] = "1";
				jsArrprograminterest_Strayer_Online[16][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[16][56][1] = "1";
				jsArrprograminterest_Strayer_Online[16][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[16][57][1] = "1";
				jsArrprograminterest_Strayer_Online[16][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[16][58][1] = "1";
				jsArrprograminterest_Strayer_Online[16][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[16][59][1] = "1";
				jsArrprograminterest_Strayer_Online[16][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[16][60][1] = "1";
				jsArrprograminterest_Strayer_Online[16][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[16][61][1] = "1";
				jsArrprograminterest_Strayer_Online[16][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[16][62][1] = "1";
				jsArrprograminterest_Strayer_Online[16][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[16][63][1] = "1";
				jsArrprograminterest_Strayer_Online[16][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[16][64][1] = "1";
				jsArrprograminterest_Strayer_Online[16][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[16][65][1] = "1";
				jsArrprograminterest_Strayer_Online[16][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[16][66][1] = "1";
				jsArrprograminterest_Strayer_Online[16][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[16][67][1] = "1";
				jsArrprograminterest_Strayer_Online[16][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[16][68][1] = "1";
				jsArrprograminterest_Strayer_Online[16][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[16][69][1] = "1";
				jsArrprograminterest_Strayer_Online[16][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[16][70][1] = "1";
				jsArrprograminterest_Strayer_Online[16][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[16][71][1] = "1";
				jsArrprograminterest_Strayer_Online[16][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[16][72][1] = "1";
				jsArrprograminterest_Strayer_Online[16][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[16][73][1] = "1";
				jsArrprograminterest_Strayer_Online[16][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[16][74][1] = "1";
				jsArrprograminterest_Strayer_Online[16][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[16][75][1] = "1";
				jsArrprograminterest_Strayer_Online[16][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[16][76][1] = "1";
				jsArrprograminterest_Strayer_Online[16][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[16][77][1] = "1";
				jsArrprograminterest_Strayer_Online[16][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[16][78][1] = "1";
				jsArrprograminterest_Strayer_Online[16][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[16][79][1] = "1";
				jsArrprograminterest_Strayer_Online[16][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[16][80][1] = "1";
				jsArrprograminterest_Strayer_Online[16][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[16][81][1] = "1";
				jsArrprograminterest_Strayer_Online[16][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[16][82][1] = "1";
				jsArrprograminterest_Strayer_Online[16][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[16][83][1] = "1";
				jsArrprograminterest_Strayer_Online[16][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[16][84][1] = "1";
				jsArrprograminterest_Strayer_Online[16][85][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[16][85][1] = "1";
				jsArrprograminterest_Strayer_Online[16][86][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[16][86][1] = "1";
				jsArrprograminterest_Strayer_Online[16][87][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[16][87][1] = "1";
				jsArrprograminterest_Strayer_Online[16][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[16][88][1] = "1";
				jsArrprograminterest_Strayer_Online[16][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[16][89][1] = "1";
				jsArrprograminterest_Strayer_Online[16][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[16][90][1] = "1";
				jsArrprograminterest_Strayer_Online[16][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[16][91][1] = "1";
				jsArrprograminterest_Strayer_Online[16][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[16][92][1] = "1";
				jsArrprograminterest_Strayer_Online[16][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[16][93][1] = "1";
				jsArrprograminterest_Strayer_Online[16][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[16][94][1] = "1";
				jsArrprograminterest_Strayer_Online[16][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[16][95][1] = "1";
				jsArrprograminterest_Strayer_Online[16][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[16][96][1] = "1";
				jsArrprograminterest_Strayer_Online[16][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[16][97][1] = "1";
				jsArrprograminterest_Strayer_Online[16][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[16][98][1] = "1";
				jsArrprograminterest_Strayer_Online[16][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[16][99][1] = "1";
				jsArrprograminterest_Strayer_Online[16][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[16][100][1] = "1";
				jsArrprograminterest_Strayer_Online[16][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[16][101][1] = "1";
				jsArrprograminterest_Strayer_Online[16][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[16][102][1] = "1";
				jsArrprograminterest_Strayer_Online[17][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[17][0][1] = "1";
				jsArrprograminterest_Strayer_Online[17][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[17][1][1] = "1";
				jsArrprograminterest_Strayer_Online[17][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[17][2][1] = "1";
				jsArrprograminterest_Strayer_Online[17][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[17][3][1] = "1";
				jsArrprograminterest_Strayer_Online[17][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[17][4][1] = "1";
				jsArrprograminterest_Strayer_Online[17][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[17][5][1] = "1";
				jsArrprograminterest_Strayer_Online[17][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[17][6][1] = "1";
				jsArrprograminterest_Strayer_Online[17][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[17][7][1] = "1";
				jsArrprograminterest_Strayer_Online[17][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[17][8][1] = "1";
				jsArrprograminterest_Strayer_Online[17][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[17][9][1] = "1";
				jsArrprograminterest_Strayer_Online[17][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[17][10][1] = "1";
				jsArrprograminterest_Strayer_Online[17][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[17][11][1] = "1";
				jsArrprograminterest_Strayer_Online[17][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[17][12][1] = "1";
				jsArrprograminterest_Strayer_Online[17][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[17][13][1] = "1";
				jsArrprograminterest_Strayer_Online[17][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[17][14][1] = "1";
				jsArrprograminterest_Strayer_Online[17][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[17][15][1] = "1";
				jsArrprograminterest_Strayer_Online[17][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[17][16][1] = "1";
				jsArrprograminterest_Strayer_Online[17][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[17][17][1] = "1";
				jsArrprograminterest_Strayer_Online[17][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[17][18][1] = "1";
				jsArrprograminterest_Strayer_Online[17][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[17][19][1] = "1";
				jsArrprograminterest_Strayer_Online[17][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[17][20][1] = "1";
				jsArrprograminterest_Strayer_Online[17][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[17][21][1] = "1";
				jsArrprograminterest_Strayer_Online[17][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[17][22][1] = "1";
				jsArrprograminterest_Strayer_Online[17][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[17][23][1] = "1";
				jsArrprograminterest_Strayer_Online[17][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[17][24][1] = "1";
				jsArrprograminterest_Strayer_Online[17][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[17][25][1] = "1";
				jsArrprograminterest_Strayer_Online[17][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[17][26][1] = "1";
				jsArrprograminterest_Strayer_Online[17][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[17][27][1] = "1";
				jsArrprograminterest_Strayer_Online[17][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[17][28][1] = "1";
				jsArrprograminterest_Strayer_Online[17][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[17][29][1] = "1";
				jsArrprograminterest_Strayer_Online[17][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[17][30][1] = "1";
				jsArrprograminterest_Strayer_Online[17][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[17][31][1] = "1";
				jsArrprograminterest_Strayer_Online[17][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[17][32][1] = "1";
				jsArrprograminterest_Strayer_Online[17][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[17][33][1] = "1";
				jsArrprograminterest_Strayer_Online[17][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[17][34][1] = "1";
				jsArrprograminterest_Strayer_Online[17][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[17][35][1] = "1";
				jsArrprograminterest_Strayer_Online[17][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[17][36][1] = "1";
				jsArrprograminterest_Strayer_Online[17][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[17][37][1] = "1";
				jsArrprograminterest_Strayer_Online[17][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[17][38][1] = "1";
				jsArrprograminterest_Strayer_Online[17][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[17][39][1] = "1";
				jsArrprograminterest_Strayer_Online[17][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[17][40][1] = "1";
				jsArrprograminterest_Strayer_Online[17][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[17][41][1] = "1";
				jsArrprograminterest_Strayer_Online[17][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[17][42][1] = "1";
				jsArrprograminterest_Strayer_Online[17][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[17][43][1] = "1";
				jsArrprograminterest_Strayer_Online[17][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[17][44][1] = "1";
				jsArrprograminterest_Strayer_Online[17][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[17][45][1] = "1";
				jsArrprograminterest_Strayer_Online[17][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[17][46][1] = "1";
				jsArrprograminterest_Strayer_Online[17][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[17][47][1] = "1";
				jsArrprograminterest_Strayer_Online[17][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[17][48][1] = "1";
				jsArrprograminterest_Strayer_Online[17][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[17][49][1] = "1";
				jsArrprograminterest_Strayer_Online[17][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[17][50][1] = "1";
				jsArrprograminterest_Strayer_Online[17][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[17][51][1] = "1";
				jsArrprograminterest_Strayer_Online[17][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[17][52][1] = "1";
				jsArrprograminterest_Strayer_Online[17][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[17][53][1] = "1";
				jsArrprograminterest_Strayer_Online[17][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[17][54][1] = "1";
				jsArrprograminterest_Strayer_Online[17][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[17][55][1] = "1";
				jsArrprograminterest_Strayer_Online[17][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[17][56][1] = "1";
				jsArrprograminterest_Strayer_Online[17][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[17][57][1] = "1";
				jsArrprograminterest_Strayer_Online[17][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[17][58][1] = "1";
				jsArrprograminterest_Strayer_Online[17][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[17][59][1] = "1";
				jsArrprograminterest_Strayer_Online[17][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[17][60][1] = "1";
				jsArrprograminterest_Strayer_Online[17][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[17][61][1] = "1";
				jsArrprograminterest_Strayer_Online[17][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[17][62][1] = "1";
				jsArrprograminterest_Strayer_Online[17][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[17][63][1] = "1";
				jsArrprograminterest_Strayer_Online[17][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[17][64][1] = "1";
				jsArrprograminterest_Strayer_Online[17][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[17][65][1] = "1";
				jsArrprograminterest_Strayer_Online[17][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[17][66][1] = "1";
				jsArrprograminterest_Strayer_Online[17][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[17][67][1] = "1";
				jsArrprograminterest_Strayer_Online[17][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[17][68][1] = "1";
				jsArrprograminterest_Strayer_Online[17][69][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[17][69][1] = "1";
				jsArrprograminterest_Strayer_Online[17][70][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[17][70][1] = "1";
				jsArrprograminterest_Strayer_Online[17][71][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[17][71][1] = "1";
				jsArrprograminterest_Strayer_Online[17][72][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[17][72][1] = "1";
				jsArrprograminterest_Strayer_Online[17][73][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[17][73][1] = "1";
				jsArrprograminterest_Strayer_Online[17][74][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[17][74][1] = "1";
				jsArrprograminterest_Strayer_Online[17][75][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[17][75][1] = "1";
				jsArrprograminterest_Strayer_Online[17][76][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[17][76][1] = "1";
				jsArrprograminterest_Strayer_Online[17][77][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[17][77][1] = "1";
				jsArrprograminterest_Strayer_Online[17][78][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[17][78][1] = "1";
				jsArrprograminterest_Strayer_Online[17][79][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[17][79][1] = "1";
				jsArrprograminterest_Strayer_Online[17][80][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[17][80][1] = "1";
				jsArrprograminterest_Strayer_Online[17][81][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[17][81][1] = "1";
				jsArrprograminterest_Strayer_Online[17][82][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[17][82][1] = "1";
				jsArrprograminterest_Strayer_Online[17][83][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[17][83][1] = "1";
				jsArrprograminterest_Strayer_Online[17][84][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[17][84][1] = "1";
				jsArrprograminterest_Strayer_Online[17][85][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[17][85][1] = "1";
				jsArrprograminterest_Strayer_Online[17][86][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[17][86][1] = "1";
				jsArrprograminterest_Strayer_Online[17][87][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[17][87][1] = "1";
				jsArrprograminterest_Strayer_Online[17][88][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[17][88][1] = "1";
				jsArrprograminterest_Strayer_Online[17][89][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[17][89][1] = "1";
				jsArrprograminterest_Strayer_Online[17][90][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[17][90][1] = "1";
				jsArrprograminterest_Strayer_Online[17][91][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[17][91][1] = "1";
				jsArrprograminterest_Strayer_Online[17][92][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[17][92][1] = "1";
				jsArrprograminterest_Strayer_Online[17][93][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[17][93][1] = "1";
				jsArrprograminterest_Strayer_Online[17][94][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[17][94][1] = "1";
				jsArrprograminterest_Strayer_Online[17][95][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[17][95][1] = "1";
				jsArrprograminterest_Strayer_Online[17][96][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[17][96][1] = "1";
				jsArrprograminterest_Strayer_Online[17][97][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[17][97][1] = "1";
				jsArrprograminterest_Strayer_Online[17][98][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[17][98][1] = "1";
				jsArrprograminterest_Strayer_Online[17][99][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[17][99][1] = "1";
				jsArrprograminterest_Strayer_Online[17][100][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[17][100][1] = "1";
				jsArrprograminterest_Strayer_Online[18][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[18][0][1] = "1";
				jsArrprograminterest_Strayer_Online[18][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[18][1][1] = "1";
				jsArrprograminterest_Strayer_Online[18][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[18][2][1] = "1";
				jsArrprograminterest_Strayer_Online[18][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[18][3][1] = "1";
				jsArrprograminterest_Strayer_Online[18][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[18][4][1] = "1";
				jsArrprograminterest_Strayer_Online[18][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[18][5][1] = "1";
				jsArrprograminterest_Strayer_Online[18][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[18][6][1] = "1";
				jsArrprograminterest_Strayer_Online[18][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[18][7][1] = "1";
				jsArrprograminterest_Strayer_Online[18][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[18][8][1] = "1";
				jsArrprograminterest_Strayer_Online[18][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[18][9][1] = "1";
				jsArrprograminterest_Strayer_Online[18][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[18][10][1] = "1";
				jsArrprograminterest_Strayer_Online[18][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[18][11][1] = "1";
				jsArrprograminterest_Strayer_Online[18][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[18][12][1] = "1";
				jsArrprograminterest_Strayer_Online[18][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[18][13][1] = "1";
				jsArrprograminterest_Strayer_Online[18][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[18][14][1] = "1";
				jsArrprograminterest_Strayer_Online[18][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[18][15][1] = "1";
				jsArrprograminterest_Strayer_Online[18][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[18][16][1] = "1";
				jsArrprograminterest_Strayer_Online[18][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[18][17][1] = "1";
				jsArrprograminterest_Strayer_Online[18][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[18][18][1] = "1";
				jsArrprograminterest_Strayer_Online[18][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[18][19][1] = "1";
				jsArrprograminterest_Strayer_Online[18][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[18][20][1] = "1";
				jsArrprograminterest_Strayer_Online[18][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[18][21][1] = "1";
				jsArrprograminterest_Strayer_Online[18][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[18][22][1] = "1";
				jsArrprograminterest_Strayer_Online[18][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[18][23][1] = "1";
				jsArrprograminterest_Strayer_Online[18][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[18][24][1] = "1";
				jsArrprograminterest_Strayer_Online[18][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[18][25][1] = "1";
				jsArrprograminterest_Strayer_Online[18][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[18][26][1] = "1";
				jsArrprograminterest_Strayer_Online[18][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[18][27][1] = "1";
				jsArrprograminterest_Strayer_Online[18][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[18][28][1] = "1";
				jsArrprograminterest_Strayer_Online[18][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[18][29][1] = "1";
				jsArrprograminterest_Strayer_Online[18][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[18][30][1] = "1";
				jsArrprograminterest_Strayer_Online[18][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[18][31][1] = "1";
				jsArrprograminterest_Strayer_Online[18][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[18][32][1] = "1";
				jsArrprograminterest_Strayer_Online[18][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[18][33][1] = "1";
				jsArrprograminterest_Strayer_Online[18][34][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[18][34][1] = "1";
				jsArrprograminterest_Strayer_Online[18][35][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[18][35][1] = "1";
				jsArrprograminterest_Strayer_Online[18][36][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[18][36][1] = "1";
				jsArrprograminterest_Strayer_Online[18][37][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[18][37][1] = "1";
				jsArrprograminterest_Strayer_Online[18][38][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[18][38][1] = "1";
				jsArrprograminterest_Strayer_Online[18][39][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[18][39][1] = "1";
				jsArrprograminterest_Strayer_Online[18][40][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[18][40][1] = "1";
				jsArrprograminterest_Strayer_Online[18][41][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[18][41][1] = "1";
				jsArrprograminterest_Strayer_Online[18][42][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[18][42][1] = "1";
				jsArrprograminterest_Strayer_Online[18][43][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[18][43][1] = "1";
				jsArrprograminterest_Strayer_Online[18][44][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[18][44][1] = "1";
				jsArrprograminterest_Strayer_Online[18][45][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[18][45][1] = "1";
				jsArrprograminterest_Strayer_Online[18][46][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[18][46][1] = "1";
				jsArrprograminterest_Strayer_Online[18][47][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[18][47][1] = "1";
				jsArrprograminterest_Strayer_Online[18][48][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[18][48][1] = "1";
				jsArrprograminterest_Strayer_Online[18][49][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[18][49][1] = "1";
				jsArrprograminterest_Strayer_Online[18][50][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[18][50][1] = "1";
				jsArrprograminterest_Strayer_Online[18][51][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[18][51][1] = "1";
				jsArrprograminterest_Strayer_Online[18][52][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[18][52][1] = "1";
				jsArrprograminterest_Strayer_Online[18][53][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[18][53][1] = "1";
				jsArrprograminterest_Strayer_Online[18][54][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[18][54][1] = "1";
				jsArrprograminterest_Strayer_Online[18][55][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[18][55][1] = "1";
				jsArrprograminterest_Strayer_Online[18][56][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[18][56][1] = "1";
				jsArrprograminterest_Strayer_Online[18][57][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[18][57][1] = "1";
				jsArrprograminterest_Strayer_Online[18][58][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[18][58][1] = "1";
				jsArrprograminterest_Strayer_Online[18][59][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[18][59][1] = "1";
				jsArrprograminterest_Strayer_Online[18][60][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[18][60][1] = "1";
				jsArrprograminterest_Strayer_Online[18][61][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[18][61][1] = "1";
				jsArrprograminterest_Strayer_Online[18][62][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[18][62][1] = "1";
				jsArrprograminterest_Strayer_Online[18][63][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[18][63][1] = "1";
				jsArrprograminterest_Strayer_Online[18][64][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[18][64][1] = "1";
				jsArrprograminterest_Strayer_Online[18][65][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[18][65][1] = "1";
				jsArrprograminterest_Strayer_Online[18][66][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[18][66][1] = "1";
				jsArrprograminterest_Strayer_Online[18][67][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[18][67][1] = "1";
				jsArrprograminterest_Strayer_Online[18][68][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[18][68][1] = "1";
				jsArrprograminterest_Strayer_Online[18][69][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[18][69][1] = "1";
				jsArrprograminterest_Strayer_Online[18][70][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[18][70][1] = "1";
				jsArrprograminterest_Strayer_Online[18][71][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[18][71][1] = "1";
				jsArrprograminterest_Strayer_Online[18][72][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[18][72][1] = "1";
				jsArrprograminterest_Strayer_Online[18][73][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[18][73][1] = "1";
				jsArrprograminterest_Strayer_Online[19][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[19][0][1] = "1";
				jsArrprograminterest_Strayer_Online[19][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[19][1][1] = "1";
				jsArrprograminterest_Strayer_Online[19][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[19][2][1] = "1";
				jsArrprograminterest_Strayer_Online[19][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[19][3][1] = "1";
				jsArrprograminterest_Strayer_Online[19][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[19][4][1] = "1";
				jsArrprograminterest_Strayer_Online[19][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[19][5][1] = "1";
				jsArrprograminterest_Strayer_Online[19][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[19][6][1] = "1";
				jsArrprograminterest_Strayer_Online[19][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[19][7][1] = "1";
				jsArrprograminterest_Strayer_Online[19][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[19][8][1] = "1";
				jsArrprograminterest_Strayer_Online[19][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[19][9][1] = "1";
				jsArrprograminterest_Strayer_Online[19][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[19][10][1] = "1";
				jsArrprograminterest_Strayer_Online[19][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[19][11][1] = "1";
				jsArrprograminterest_Strayer_Online[19][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[19][12][1] = "1";
				jsArrprograminterest_Strayer_Online[19][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[19][13][1] = "1";
				jsArrprograminterest_Strayer_Online[19][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[19][14][1] = "1";
				jsArrprograminterest_Strayer_Online[19][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[19][15][1] = "1";
				jsArrprograminterest_Strayer_Online[19][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[19][16][1] = "1";
				jsArrprograminterest_Strayer_Online[19][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[19][17][1] = "1";
				jsArrprograminterest_Strayer_Online[19][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[19][18][1] = "1";
				jsArrprograminterest_Strayer_Online[19][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[19][19][1] = "1";
				jsArrprograminterest_Strayer_Online[19][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[19][20][1] = "1";
				jsArrprograminterest_Strayer_Online[19][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[19][21][1] = "1";
				jsArrprograminterest_Strayer_Online[19][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[19][22][1] = "1";
				jsArrprograminterest_Strayer_Online[19][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[19][23][1] = "1";
				jsArrprograminterest_Strayer_Online[19][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[19][24][1] = "1";
				jsArrprograminterest_Strayer_Online[19][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[19][25][1] = "1";
				jsArrprograminterest_Strayer_Online[19][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[19][26][1] = "1";
				jsArrprograminterest_Strayer_Online[19][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[19][27][1] = "1";
				jsArrprograminterest_Strayer_Online[19][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[19][28][1] = "1";
				jsArrprograminterest_Strayer_Online[19][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[19][29][1] = "1";
				jsArrprograminterest_Strayer_Online[19][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[19][30][1] = "1";
				jsArrprograminterest_Strayer_Online[19][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[19][31][1] = "1";
				jsArrprograminterest_Strayer_Online[19][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[19][32][1] = "1";
				jsArrprograminterest_Strayer_Online[19][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[19][33][1] = "1";
				jsArrprograminterest_Strayer_Online[19][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[19][34][1] = "1";
				jsArrprograminterest_Strayer_Online[19][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[19][35][1] = "1";
				jsArrprograminterest_Strayer_Online[19][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[19][36][1] = "1";
				jsArrprograminterest_Strayer_Online[19][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[19][37][1] = "1";
				jsArrprograminterest_Strayer_Online[19][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[19][38][1] = "1";
				jsArrprograminterest_Strayer_Online[19][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[19][39][1] = "1";
				jsArrprograminterest_Strayer_Online[19][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[19][40][1] = "1";
				jsArrprograminterest_Strayer_Online[19][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[19][41][1] = "1";
				jsArrprograminterest_Strayer_Online[19][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[19][42][1] = "1";
				jsArrprograminterest_Strayer_Online[19][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[19][43][1] = "1";
				jsArrprograminterest_Strayer_Online[19][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[19][44][1] = "1";
				jsArrprograminterest_Strayer_Online[19][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[19][45][1] = "1";
				jsArrprograminterest_Strayer_Online[19][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[19][46][1] = "1";
				jsArrprograminterest_Strayer_Online[19][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[19][47][1] = "1";
				jsArrprograminterest_Strayer_Online[19][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[19][48][1] = "1";
				jsArrprograminterest_Strayer_Online[19][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[19][49][1] = "1";
				jsArrprograminterest_Strayer_Online[19][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[19][50][1] = "1";
				jsArrprograminterest_Strayer_Online[19][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[19][51][1] = "1";
				jsArrprograminterest_Strayer_Online[19][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[19][52][1] = "1";
				jsArrprograminterest_Strayer_Online[19][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[19][53][1] = "1";
				jsArrprograminterest_Strayer_Online[19][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[19][54][1] = "1";
				jsArrprograminterest_Strayer_Online[19][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[19][55][1] = "1";
				jsArrprograminterest_Strayer_Online[19][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[19][56][1] = "1";
				jsArrprograminterest_Strayer_Online[19][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[19][57][1] = "1";
				jsArrprograminterest_Strayer_Online[19][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[19][58][1] = "1";
				jsArrprograminterest_Strayer_Online[19][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[19][59][1] = "1";
				jsArrprograminterest_Strayer_Online[19][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[19][60][1] = "1";
				jsArrprograminterest_Strayer_Online[19][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[19][61][1] = "1";
				jsArrprograminterest_Strayer_Online[19][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[19][62][1] = "1";
				jsArrprograminterest_Strayer_Online[19][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[19][63][1] = "1";
				jsArrprograminterest_Strayer_Online[19][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[19][64][1] = "1";
				jsArrprograminterest_Strayer_Online[19][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[19][65][1] = "1";
				jsArrprograminterest_Strayer_Online[19][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[19][66][1] = "1";
				jsArrprograminterest_Strayer_Online[19][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[19][67][1] = "1";
				jsArrprograminterest_Strayer_Online[19][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[19][68][1] = "1";
				jsArrprograminterest_Strayer_Online[19][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[19][69][1] = "1";
				jsArrprograminterest_Strayer_Online[19][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[19][70][1] = "1";
				jsArrprograminterest_Strayer_Online[19][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[19][71][1] = "1";
				jsArrprograminterest_Strayer_Online[19][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[19][72][1] = "1";
				jsArrprograminterest_Strayer_Online[19][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[19][73][1] = "1";
				jsArrprograminterest_Strayer_Online[19][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[19][74][1] = "1";
				jsArrprograminterest_Strayer_Online[19][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[19][75][1] = "1";
				jsArrprograminterest_Strayer_Online[19][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[19][76][1] = "1";
				jsArrprograminterest_Strayer_Online[19][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[19][77][1] = "1";
				jsArrprograminterest_Strayer_Online[19][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[19][78][1] = "1";
				jsArrprograminterest_Strayer_Online[19][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[19][79][1] = "1";
				jsArrprograminterest_Strayer_Online[19][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[19][80][1] = "1";
				jsArrprograminterest_Strayer_Online[19][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[19][81][1] = "1";
				jsArrprograminterest_Strayer_Online[19][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[19][82][1] = "1";
				jsArrprograminterest_Strayer_Online[19][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[19][83][1] = "1";
				jsArrprograminterest_Strayer_Online[19][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[19][84][1] = "1";
				jsArrprograminterest_Strayer_Online[19][85][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[19][85][1] = "1";
				jsArrprograminterest_Strayer_Online[19][86][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[19][86][1] = "1";
				jsArrprograminterest_Strayer_Online[19][87][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[19][87][1] = "1";
				jsArrprograminterest_Strayer_Online[19][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[19][88][1] = "1";
				jsArrprograminterest_Strayer_Online[19][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[19][89][1] = "1";
				jsArrprograminterest_Strayer_Online[19][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[19][90][1] = "1";
				jsArrprograminterest_Strayer_Online[19][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[19][91][1] = "1";
				jsArrprograminterest_Strayer_Online[19][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[19][92][1] = "1";
				jsArrprograminterest_Strayer_Online[19][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[19][93][1] = "1";
				jsArrprograminterest_Strayer_Online[19][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[19][94][1] = "1";
				jsArrprograminterest_Strayer_Online[19][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[19][95][1] = "1";
				jsArrprograminterest_Strayer_Online[19][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[19][96][1] = "1";
				jsArrprograminterest_Strayer_Online[19][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[19][97][1] = "1";
				jsArrprograminterest_Strayer_Online[19][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[19][98][1] = "1";
				jsArrprograminterest_Strayer_Online[19][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[19][99][1] = "1";
				jsArrprograminterest_Strayer_Online[19][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[19][100][1] = "1";
				jsArrprograminterest_Strayer_Online[19][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[19][101][1] = "1";
				jsArrprograminterest_Strayer_Online[19][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[19][102][1] = "1";
				jsArrprograminterest_Strayer_Online[20][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[20][0][1] = "1";
				jsArrprograminterest_Strayer_Online[20][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[20][1][1] = "1";
				jsArrprograminterest_Strayer_Online[20][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[20][2][1] = "1";
				jsArrprograminterest_Strayer_Online[20][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[20][3][1] = "1";
				jsArrprograminterest_Strayer_Online[20][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[20][4][1] = "1";
				jsArrprograminterest_Strayer_Online[20][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[20][5][1] = "1";
				jsArrprograminterest_Strayer_Online[20][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[20][6][1] = "1";
				jsArrprograminterest_Strayer_Online[20][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[20][7][1] = "1";
				jsArrprograminterest_Strayer_Online[20][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[20][8][1] = "1";
				jsArrprograminterest_Strayer_Online[20][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[20][9][1] = "1";
				jsArrprograminterest_Strayer_Online[20][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[20][10][1] = "1";
				jsArrprograminterest_Strayer_Online[20][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[20][11][1] = "1";
				jsArrprograminterest_Strayer_Online[20][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[20][12][1] = "1";
				jsArrprograminterest_Strayer_Online[20][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[20][13][1] = "1";
				jsArrprograminterest_Strayer_Online[20][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[20][14][1] = "1";
				jsArrprograminterest_Strayer_Online[20][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[20][15][1] = "1";
				jsArrprograminterest_Strayer_Online[20][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[20][16][1] = "1";
				jsArrprograminterest_Strayer_Online[20][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[20][17][1] = "1";
				jsArrprograminterest_Strayer_Online[20][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[20][18][1] = "1";
				jsArrprograminterest_Strayer_Online[20][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[20][19][1] = "1";
				jsArrprograminterest_Strayer_Online[20][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[20][20][1] = "1";
				jsArrprograminterest_Strayer_Online[20][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[20][21][1] = "1";
				jsArrprograminterest_Strayer_Online[20][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[20][22][1] = "1";
				jsArrprograminterest_Strayer_Online[20][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[20][23][1] = "1";
				jsArrprograminterest_Strayer_Online[20][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[20][24][1] = "1";
				jsArrprograminterest_Strayer_Online[20][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[20][25][1] = "1";
				jsArrprograminterest_Strayer_Online[20][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[20][26][1] = "1";
				jsArrprograminterest_Strayer_Online[20][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[20][27][1] = "1";
				jsArrprograminterest_Strayer_Online[20][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[20][28][1] = "1";
				jsArrprograminterest_Strayer_Online[20][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[20][29][1] = "1";
				jsArrprograminterest_Strayer_Online[20][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[20][30][1] = "1";
				jsArrprograminterest_Strayer_Online[20][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[20][31][1] = "1";
				jsArrprograminterest_Strayer_Online[20][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[20][32][1] = "1";
				jsArrprograminterest_Strayer_Online[20][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[20][33][1] = "1";
				jsArrprograminterest_Strayer_Online[20][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[20][34][1] = "1";
				jsArrprograminterest_Strayer_Online[20][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[20][35][1] = "1";
				jsArrprograminterest_Strayer_Online[20][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[20][36][1] = "1";
				jsArrprograminterest_Strayer_Online[20][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[20][37][1] = "1";
				jsArrprograminterest_Strayer_Online[20][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[20][38][1] = "1";
				jsArrprograminterest_Strayer_Online[20][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[20][39][1] = "1";
				jsArrprograminterest_Strayer_Online[20][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[20][40][1] = "1";
				jsArrprograminterest_Strayer_Online[20][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[20][41][1] = "1";
				jsArrprograminterest_Strayer_Online[20][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[20][42][1] = "1";
				jsArrprograminterest_Strayer_Online[20][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[20][43][1] = "1";
				jsArrprograminterest_Strayer_Online[20][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[20][44][1] = "1";
				jsArrprograminterest_Strayer_Online[20][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[20][45][1] = "1";
				jsArrprograminterest_Strayer_Online[20][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[20][46][1] = "1";
				jsArrprograminterest_Strayer_Online[20][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[20][47][1] = "1";
				jsArrprograminterest_Strayer_Online[20][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[20][48][1] = "1";
				jsArrprograminterest_Strayer_Online[20][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[20][49][1] = "1";
				jsArrprograminterest_Strayer_Online[20][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[20][50][1] = "1";
				jsArrprograminterest_Strayer_Online[20][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[20][51][1] = "1";
				jsArrprograminterest_Strayer_Online[20][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[20][52][1] = "1";
				jsArrprograminterest_Strayer_Online[20][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[20][53][1] = "1";
				jsArrprograminterest_Strayer_Online[20][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[20][54][1] = "1";
				jsArrprograminterest_Strayer_Online[20][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[20][55][1] = "1";
				jsArrprograminterest_Strayer_Online[20][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[20][56][1] = "1";
				jsArrprograminterest_Strayer_Online[20][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[20][57][1] = "1";
				jsArrprograminterest_Strayer_Online[20][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[20][58][1] = "1";
				jsArrprograminterest_Strayer_Online[20][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[20][59][1] = "1";
				jsArrprograminterest_Strayer_Online[20][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[20][60][1] = "1";
				jsArrprograminterest_Strayer_Online[20][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[20][61][1] = "1";
				jsArrprograminterest_Strayer_Online[20][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[20][62][1] = "1";
				jsArrprograminterest_Strayer_Online[20][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[20][63][1] = "1";
				jsArrprograminterest_Strayer_Online[20][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[20][64][1] = "1";
				jsArrprograminterest_Strayer_Online[20][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[20][65][1] = "1";
				jsArrprograminterest_Strayer_Online[20][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[20][66][1] = "1";
				jsArrprograminterest_Strayer_Online[20][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[20][67][1] = "1";
				jsArrprograminterest_Strayer_Online[20][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[20][68][1] = "1";
				jsArrprograminterest_Strayer_Online[20][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[20][69][1] = "1";
				jsArrprograminterest_Strayer_Online[20][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[20][70][1] = "1";
				jsArrprograminterest_Strayer_Online[20][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[20][71][1] = "1";
				jsArrprograminterest_Strayer_Online[20][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[20][72][1] = "1";
				jsArrprograminterest_Strayer_Online[20][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[20][73][1] = "1";
				jsArrprograminterest_Strayer_Online[20][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[20][74][1] = "1";
				jsArrprograminterest_Strayer_Online[20][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[20][75][1] = "1";
				jsArrprograminterest_Strayer_Online[20][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[20][76][1] = "1";
				jsArrprograminterest_Strayer_Online[20][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[20][77][1] = "1";
				jsArrprograminterest_Strayer_Online[20][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[20][78][1] = "1";
				jsArrprograminterest_Strayer_Online[20][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[20][79][1] = "1";
				jsArrprograminterest_Strayer_Online[20][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[20][80][1] = "1";
				jsArrprograminterest_Strayer_Online[20][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[20][81][1] = "1";
				jsArrprograminterest_Strayer_Online[20][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[20][82][1] = "1";
				jsArrprograminterest_Strayer_Online[20][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[20][83][1] = "1";
				jsArrprograminterest_Strayer_Online[20][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[20][84][1] = "1";
				jsArrprograminterest_Strayer_Online[20][85][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[20][85][1] = "1";
				jsArrprograminterest_Strayer_Online[20][86][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[20][86][1] = "1";
				jsArrprograminterest_Strayer_Online[20][87][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[20][87][1] = "1";
				jsArrprograminterest_Strayer_Online[20][88][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[20][88][1] = "1";
				jsArrprograminterest_Strayer_Online[20][89][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[20][89][1] = "1";
				jsArrprograminterest_Strayer_Online[20][90][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[20][90][1] = "1";
				jsArrprograminterest_Strayer_Online[20][91][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[20][91][1] = "1";
				jsArrprograminterest_Strayer_Online[20][92][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[20][92][1] = "1";
				jsArrprograminterest_Strayer_Online[20][93][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[20][93][1] = "1";
				jsArrprograminterest_Strayer_Online[20][94][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[20][94][1] = "1";
				jsArrprograminterest_Strayer_Online[20][95][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[20][95][1] = "1";
				jsArrprograminterest_Strayer_Online[20][96][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[20][96][1] = "1";
				jsArrprograminterest_Strayer_Online[20][97][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[20][97][1] = "1";
				jsArrprograminterest_Strayer_Online[20][98][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[20][98][1] = "1";
				jsArrprograminterest_Strayer_Online[20][99][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[20][99][1] = "1";
				jsArrprograminterest_Strayer_Online[21][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[21][0][1] = "1";
				jsArrprograminterest_Strayer_Online[21][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[21][1][1] = "1";
				jsArrprograminterest_Strayer_Online[21][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[21][2][1] = "1";
				jsArrprograminterest_Strayer_Online[21][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[21][3][1] = "1";
				jsArrprograminterest_Strayer_Online[21][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[21][4][1] = "1";
				jsArrprograminterest_Strayer_Online[21][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[21][5][1] = "1";
				jsArrprograminterest_Strayer_Online[21][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[21][6][1] = "1";
				jsArrprograminterest_Strayer_Online[21][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[21][7][1] = "1";
				jsArrprograminterest_Strayer_Online[21][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[21][8][1] = "1";
				jsArrprograminterest_Strayer_Online[21][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[21][9][1] = "1";
				jsArrprograminterest_Strayer_Online[21][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[21][10][1] = "1";
				jsArrprograminterest_Strayer_Online[21][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[21][11][1] = "1";
				jsArrprograminterest_Strayer_Online[21][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[21][12][1] = "1";
				jsArrprograminterest_Strayer_Online[21][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[21][13][1] = "1";
				jsArrprograminterest_Strayer_Online[21][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[21][14][1] = "1";
				jsArrprograminterest_Strayer_Online[21][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[21][15][1] = "1";
				jsArrprograminterest_Strayer_Online[21][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[21][16][1] = "1";
				jsArrprograminterest_Strayer_Online[21][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[21][17][1] = "1";
				jsArrprograminterest_Strayer_Online[21][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[21][18][1] = "1";
				jsArrprograminterest_Strayer_Online[21][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[21][19][1] = "1";
				jsArrprograminterest_Strayer_Online[21][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[21][20][1] = "1";
				jsArrprograminterest_Strayer_Online[21][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[21][21][1] = "1";
				jsArrprograminterest_Strayer_Online[21][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[21][22][1] = "1";
				jsArrprograminterest_Strayer_Online[21][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[21][23][1] = "1";
				jsArrprograminterest_Strayer_Online[21][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[21][24][1] = "1";
				jsArrprograminterest_Strayer_Online[21][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[21][25][1] = "1";
				jsArrprograminterest_Strayer_Online[21][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[21][26][1] = "1";
				jsArrprograminterest_Strayer_Online[21][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[21][27][1] = "1";
				jsArrprograminterest_Strayer_Online[21][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[21][28][1] = "1";
				jsArrprograminterest_Strayer_Online[21][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[21][29][1] = "1";
				jsArrprograminterest_Strayer_Online[21][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[21][30][1] = "1";
				jsArrprograminterest_Strayer_Online[21][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[21][31][1] = "1";
				jsArrprograminterest_Strayer_Online[21][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[21][32][1] = "1";
				jsArrprograminterest_Strayer_Online[21][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[21][33][1] = "1";
				jsArrprograminterest_Strayer_Online[21][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[21][34][1] = "1";
				jsArrprograminterest_Strayer_Online[21][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[21][35][1] = "1";
				jsArrprograminterest_Strayer_Online[21][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[21][36][1] = "1";
				jsArrprograminterest_Strayer_Online[21][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[21][37][1] = "1";
				jsArrprograminterest_Strayer_Online[21][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[21][38][1] = "1";
				jsArrprograminterest_Strayer_Online[21][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[21][39][1] = "1";
				jsArrprograminterest_Strayer_Online[21][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[21][40][1] = "1";
				jsArrprograminterest_Strayer_Online[21][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[21][41][1] = "1";
				jsArrprograminterest_Strayer_Online[21][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[21][42][1] = "1";
				jsArrprograminterest_Strayer_Online[21][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[21][43][1] = "1";
				jsArrprograminterest_Strayer_Online[21][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[21][44][1] = "1";
				jsArrprograminterest_Strayer_Online[21][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[21][45][1] = "1";
				jsArrprograminterest_Strayer_Online[21][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[21][46][1] = "1";
				jsArrprograminterest_Strayer_Online[21][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[21][47][1] = "1";
				jsArrprograminterest_Strayer_Online[21][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[21][48][1] = "1";
				jsArrprograminterest_Strayer_Online[21][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[21][49][1] = "1";
				jsArrprograminterest_Strayer_Online[21][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[21][50][1] = "1";
				jsArrprograminterest_Strayer_Online[21][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[21][51][1] = "1";
				jsArrprograminterest_Strayer_Online[21][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[21][52][1] = "1";
				jsArrprograminterest_Strayer_Online[21][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[21][53][1] = "1";
				jsArrprograminterest_Strayer_Online[21][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[21][54][1] = "1";
				jsArrprograminterest_Strayer_Online[21][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[21][55][1] = "1";
				jsArrprograminterest_Strayer_Online[21][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[21][56][1] = "1";
				jsArrprograminterest_Strayer_Online[21][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[21][57][1] = "1";
				jsArrprograminterest_Strayer_Online[21][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[21][58][1] = "1";
				jsArrprograminterest_Strayer_Online[21][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[21][59][1] = "1";
				jsArrprograminterest_Strayer_Online[21][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[21][60][1] = "1";
				jsArrprograminterest_Strayer_Online[21][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[21][61][1] = "1";
				jsArrprograminterest_Strayer_Online[21][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[21][62][1] = "1";
				jsArrprograminterest_Strayer_Online[21][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[21][63][1] = "1";
				jsArrprograminterest_Strayer_Online[21][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[21][64][1] = "1";
				jsArrprograminterest_Strayer_Online[21][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[21][65][1] = "1";
				jsArrprograminterest_Strayer_Online[21][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[21][66][1] = "1";
				jsArrprograminterest_Strayer_Online[21][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[21][67][1] = "1";
				jsArrprograminterest_Strayer_Online[21][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[21][68][1] = "1";
				jsArrprograminterest_Strayer_Online[21][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[21][69][1] = "1";
				jsArrprograminterest_Strayer_Online[21][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[21][70][1] = "1";
				jsArrprograminterest_Strayer_Online[21][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[21][71][1] = "1";
				jsArrprograminterest_Strayer_Online[21][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[21][72][1] = "1";
				jsArrprograminterest_Strayer_Online[21][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[21][73][1] = "1";
				jsArrprograminterest_Strayer_Online[21][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[21][74][1] = "1";
				jsArrprograminterest_Strayer_Online[21][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[21][75][1] = "1";
				jsArrprograminterest_Strayer_Online[21][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[21][76][1] = "1";
				jsArrprograminterest_Strayer_Online[21][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[21][77][1] = "1";
				jsArrprograminterest_Strayer_Online[21][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[21][78][1] = "1";
				jsArrprograminterest_Strayer_Online[21][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[21][79][1] = "1";
				jsArrprograminterest_Strayer_Online[21][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[21][80][1] = "1";
				jsArrprograminterest_Strayer_Online[21][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[21][81][1] = "1";
				jsArrprograminterest_Strayer_Online[21][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[21][82][1] = "1";
				jsArrprograminterest_Strayer_Online[21][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[21][83][1] = "1";
				jsArrprograminterest_Strayer_Online[21][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[21][84][1] = "1";
				jsArrprograminterest_Strayer_Online[21][85][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[21][85][1] = "1";
				jsArrprograminterest_Strayer_Online[21][86][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[21][86][1] = "1";
				jsArrprograminterest_Strayer_Online[21][87][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[21][87][1] = "1";
				jsArrprograminterest_Strayer_Online[21][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[21][88][1] = "1";
				jsArrprograminterest_Strayer_Online[21][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[21][89][1] = "1";
				jsArrprograminterest_Strayer_Online[21][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[21][90][1] = "1";
				jsArrprograminterest_Strayer_Online[21][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[21][91][1] = "1";
				jsArrprograminterest_Strayer_Online[21][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[21][92][1] = "1";
				jsArrprograminterest_Strayer_Online[21][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[21][93][1] = "1";
				jsArrprograminterest_Strayer_Online[21][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[21][94][1] = "1";
				jsArrprograminterest_Strayer_Online[21][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[21][95][1] = "1";
				jsArrprograminterest_Strayer_Online[21][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[21][96][1] = "1";
				jsArrprograminterest_Strayer_Online[21][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[21][97][1] = "1";
				jsArrprograminterest_Strayer_Online[21][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[21][98][1] = "1";
				jsArrprograminterest_Strayer_Online[21][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[21][99][1] = "1";
				jsArrprograminterest_Strayer_Online[21][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[21][100][1] = "1";
				jsArrprograminterest_Strayer_Online[21][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[21][101][1] = "1";
				jsArrprograminterest_Strayer_Online[21][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[21][102][1] = "1";
				jsArrprograminterest_Strayer_Online[22][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[22][0][1] = "1";
				jsArrprograminterest_Strayer_Online[22][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[22][1][1] = "1";
				jsArrprograminterest_Strayer_Online[22][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[22][2][1] = "1";
				jsArrprograminterest_Strayer_Online[22][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[22][3][1] = "1";
				jsArrprograminterest_Strayer_Online[22][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[22][4][1] = "1";
				jsArrprograminterest_Strayer_Online[22][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[22][5][1] = "1";
				jsArrprograminterest_Strayer_Online[22][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[22][6][1] = "1";
				jsArrprograminterest_Strayer_Online[22][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[22][7][1] = "1";
				jsArrprograminterest_Strayer_Online[22][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[22][8][1] = "1";
				jsArrprograminterest_Strayer_Online[22][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[22][9][1] = "1";
				jsArrprograminterest_Strayer_Online[22][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[22][10][1] = "1";
				jsArrprograminterest_Strayer_Online[22][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[22][11][1] = "1";
				jsArrprograminterest_Strayer_Online[22][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[22][12][1] = "1";
				jsArrprograminterest_Strayer_Online[22][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[22][13][1] = "1";
				jsArrprograminterest_Strayer_Online[22][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[22][14][1] = "1";
				jsArrprograminterest_Strayer_Online[22][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[22][15][1] = "1";
				jsArrprograminterest_Strayer_Online[22][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[22][16][1] = "1";
				jsArrprograminterest_Strayer_Online[22][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[22][17][1] = "1";
				jsArrprograminterest_Strayer_Online[22][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[22][18][1] = "1";
				jsArrprograminterest_Strayer_Online[22][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[22][19][1] = "1";
				jsArrprograminterest_Strayer_Online[22][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[22][20][1] = "1";
				jsArrprograminterest_Strayer_Online[22][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[22][21][1] = "1";
				jsArrprograminterest_Strayer_Online[22][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[22][22][1] = "1";
				jsArrprograminterest_Strayer_Online[22][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[22][23][1] = "1";
				jsArrprograminterest_Strayer_Online[22][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[22][24][1] = "1";
				jsArrprograminterest_Strayer_Online[22][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[22][25][1] = "1";
				jsArrprograminterest_Strayer_Online[22][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[22][26][1] = "1";
				jsArrprograminterest_Strayer_Online[22][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[22][27][1] = "1";
				jsArrprograminterest_Strayer_Online[22][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[22][28][1] = "1";
				jsArrprograminterest_Strayer_Online[22][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[22][29][1] = "1";
				jsArrprograminterest_Strayer_Online[22][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[22][30][1] = "1";
				jsArrprograminterest_Strayer_Online[22][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[22][31][1] = "1";
				jsArrprograminterest_Strayer_Online[22][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[22][32][1] = "1";
				jsArrprograminterest_Strayer_Online[22][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[22][33][1] = "1";
				jsArrprograminterest_Strayer_Online[22][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[22][34][1] = "1";
				jsArrprograminterest_Strayer_Online[22][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[22][35][1] = "1";
				jsArrprograminterest_Strayer_Online[22][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[22][36][1] = "1";
				jsArrprograminterest_Strayer_Online[22][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[22][37][1] = "1";
				jsArrprograminterest_Strayer_Online[22][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[22][38][1] = "1";
				jsArrprograminterest_Strayer_Online[22][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[22][39][1] = "1";
				jsArrprograminterest_Strayer_Online[22][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[22][40][1] = "1";
				jsArrprograminterest_Strayer_Online[22][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[22][41][1] = "1";
				jsArrprograminterest_Strayer_Online[22][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[22][42][1] = "1";
				jsArrprograminterest_Strayer_Online[22][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[22][43][1] = "1";
				jsArrprograminterest_Strayer_Online[22][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[22][44][1] = "1";
				jsArrprograminterest_Strayer_Online[22][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[22][45][1] = "1";
				jsArrprograminterest_Strayer_Online[22][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[22][46][1] = "1";
				jsArrprograminterest_Strayer_Online[22][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[22][47][1] = "1";
				jsArrprograminterest_Strayer_Online[22][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[22][48][1] = "1";
				jsArrprograminterest_Strayer_Online[22][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[22][49][1] = "1";
				jsArrprograminterest_Strayer_Online[22][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[22][50][1] = "1";
				jsArrprograminterest_Strayer_Online[22][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[22][51][1] = "1";
				jsArrprograminterest_Strayer_Online[22][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[22][52][1] = "1";
				jsArrprograminterest_Strayer_Online[22][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[22][53][1] = "1";
				jsArrprograminterest_Strayer_Online[22][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[22][54][1] = "1";
				jsArrprograminterest_Strayer_Online[22][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[22][55][1] = "1";
				jsArrprograminterest_Strayer_Online[22][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[22][56][1] = "1";
				jsArrprograminterest_Strayer_Online[22][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[22][57][1] = "1";
				jsArrprograminterest_Strayer_Online[22][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[22][58][1] = "1";
				jsArrprograminterest_Strayer_Online[22][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[22][59][1] = "1";
				jsArrprograminterest_Strayer_Online[22][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[22][60][1] = "1";
				jsArrprograminterest_Strayer_Online[22][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[22][61][1] = "1";
				jsArrprograminterest_Strayer_Online[22][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[22][62][1] = "1";
				jsArrprograminterest_Strayer_Online[22][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[22][63][1] = "1";
				jsArrprograminterest_Strayer_Online[22][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[22][64][1] = "1";
				jsArrprograminterest_Strayer_Online[22][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[22][65][1] = "1";
				jsArrprograminterest_Strayer_Online[22][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[22][66][1] = "1";
				jsArrprograminterest_Strayer_Online[22][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[22][67][1] = "1";
				jsArrprograminterest_Strayer_Online[22][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[22][68][1] = "1";
				jsArrprograminterest_Strayer_Online[22][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[22][69][1] = "1";
				jsArrprograminterest_Strayer_Online[22][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[22][70][1] = "1";
				jsArrprograminterest_Strayer_Online[22][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[22][71][1] = "1";
				jsArrprograminterest_Strayer_Online[22][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[22][72][1] = "1";
				jsArrprograminterest_Strayer_Online[22][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[22][73][1] = "1";
				jsArrprograminterest_Strayer_Online[22][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[22][74][1] = "1";
				jsArrprograminterest_Strayer_Online[22][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[22][75][1] = "1";
				jsArrprograminterest_Strayer_Online[22][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[22][76][1] = "1";
				jsArrprograminterest_Strayer_Online[22][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[22][77][1] = "1";
				jsArrprograminterest_Strayer_Online[22][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[22][78][1] = "1";
				jsArrprograminterest_Strayer_Online[22][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[22][79][1] = "1";
				jsArrprograminterest_Strayer_Online[22][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[22][80][1] = "1";
				jsArrprograminterest_Strayer_Online[22][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[22][81][1] = "1";
				jsArrprograminterest_Strayer_Online[22][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[22][82][1] = "1";
				jsArrprograminterest_Strayer_Online[22][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[22][83][1] = "1";
				jsArrprograminterest_Strayer_Online[22][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[22][84][1] = "1";
				jsArrprograminterest_Strayer_Online[22][85][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[22][85][1] = "1";
				jsArrprograminterest_Strayer_Online[22][86][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[22][86][1] = "1";
				jsArrprograminterest_Strayer_Online[22][87][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[22][87][1] = "1";
				jsArrprograminterest_Strayer_Online[22][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[22][88][1] = "1";
				jsArrprograminterest_Strayer_Online[22][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[22][89][1] = "1";
				jsArrprograminterest_Strayer_Online[22][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[22][90][1] = "1";
				jsArrprograminterest_Strayer_Online[22][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[22][91][1] = "1";
				jsArrprograminterest_Strayer_Online[22][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[22][92][1] = "1";
				jsArrprograminterest_Strayer_Online[22][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[22][93][1] = "1";
				jsArrprograminterest_Strayer_Online[22][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[22][94][1] = "1";
				jsArrprograminterest_Strayer_Online[22][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[22][95][1] = "1";
				jsArrprograminterest_Strayer_Online[22][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[22][96][1] = "1";
				jsArrprograminterest_Strayer_Online[22][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[22][97][1] = "1";
				jsArrprograminterest_Strayer_Online[22][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[22][98][1] = "1";
				jsArrprograminterest_Strayer_Online[22][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[22][99][1] = "1";
				jsArrprograminterest_Strayer_Online[22][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[22][100][1] = "1";
				jsArrprograminterest_Strayer_Online[22][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[22][101][1] = "1";
				jsArrprograminterest_Strayer_Online[22][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[22][102][1] = "1";
				jsArrprograminterest_Strayer_Online[23][0][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[23][0][1] = "1";
				jsArrprograminterest_Strayer_Online[23][1][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[23][1][1] = "1";
				jsArrprograminterest_Strayer_Online[23][2][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[23][2][1] = "1";
				jsArrprograminterest_Strayer_Online[23][3][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[23][3][1] = "1";
				jsArrprograminterest_Strayer_Online[23][4][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[23][4][1] = "1";
				jsArrprograminterest_Strayer_Online[23][5][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[23][5][1] = "1";
				jsArrprograminterest_Strayer_Online[23][6][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[23][6][1] = "1";
				jsArrprograminterest_Strayer_Online[23][7][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[23][7][1] = "1";
				jsArrprograminterest_Strayer_Online[23][8][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[23][8][1] = "1";
				jsArrprograminterest_Strayer_Online[23][9][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[23][9][1] = "1";
				jsArrprograminterest_Strayer_Online[23][10][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[23][10][1] = "1";
				jsArrprograminterest_Strayer_Online[23][11][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[23][11][1] = "1";
				jsArrprograminterest_Strayer_Online[23][12][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[23][12][1] = "1";
				jsArrprograminterest_Strayer_Online[23][13][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[23][13][1] = "1";
				jsArrprograminterest_Strayer_Online[23][14][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[23][14][1] = "1";
				jsArrprograminterest_Strayer_Online[23][15][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[23][15][1] = "1";
				jsArrprograminterest_Strayer_Online[23][16][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[23][16][1] = "1";
				jsArrprograminterest_Strayer_Online[23][17][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[23][17][1] = "1";
				jsArrprograminterest_Strayer_Online[23][18][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[23][18][1] = "1";
				jsArrprograminterest_Strayer_Online[23][19][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[23][19][1] = "1";
				jsArrprograminterest_Strayer_Online[23][20][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[23][20][1] = "1";
				jsArrprograminterest_Strayer_Online[23][21][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[23][21][1] = "1";
				jsArrprograminterest_Strayer_Online[23][22][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[23][22][1] = "1";
				jsArrprograminterest_Strayer_Online[23][23][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[23][23][1] = "1";
				jsArrprograminterest_Strayer_Online[23][24][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[23][24][1] = "1";
				jsArrprograminterest_Strayer_Online[23][25][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[23][25][1] = "1";
				jsArrprograminterest_Strayer_Online[23][26][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[23][26][1] = "1";
				jsArrprograminterest_Strayer_Online[23][27][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[23][27][1] = "1";
				jsArrprograminterest_Strayer_Online[23][28][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[23][28][1] = "1";
				jsArrprograminterest_Strayer_Online[23][29][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[23][29][1] = "1";
				jsArrprograminterest_Strayer_Online[23][30][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[23][30][1] = "1";
				jsArrprograminterest_Strayer_Online[23][31][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[23][31][1] = "1";
				jsArrprograminterest_Strayer_Online[23][32][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[23][32][1] = "1";
				jsArrprograminterest_Strayer_Online[23][33][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[23][33][1] = "1";
				jsArrprograminterest_Strayer_Online[23][34][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[23][34][1] = "1";
				jsArrprograminterest_Strayer_Online[23][35][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[23][35][1] = "1";
				jsArrprograminterest_Strayer_Online[23][36][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[23][36][1] = "1";
				jsArrprograminterest_Strayer_Online[23][37][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[23][37][1] = "1";
				jsArrprograminterest_Strayer_Online[23][38][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[23][38][1] = "1";
				jsArrprograminterest_Strayer_Online[23][39][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[23][39][1] = "1";
				jsArrprograminterest_Strayer_Online[23][40][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[23][40][1] = "1";
				jsArrprograminterest_Strayer_Online[23][41][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[23][41][1] = "1";
				jsArrprograminterest_Strayer_Online[23][42][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[23][42][1] = "1";
				jsArrprograminterest_Strayer_Online[23][43][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[23][43][1] = "1";
				jsArrprograminterest_Strayer_Online[23][44][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[23][44][1] = "1";
				jsArrprograminterest_Strayer_Online[23][45][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[23][45][1] = "1";
				jsArrprograminterest_Strayer_Online[23][46][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[23][46][1] = "1";
				jsArrprograminterest_Strayer_Online[23][47][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[23][47][1] = "1";
				jsArrprograminterest_Strayer_Online[23][48][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[23][48][1] = "1";
				jsArrprograminterest_Strayer_Online[23][49][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[23][49][1] = "1";
				jsArrprograminterest_Strayer_Online[23][50][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[23][50][1] = "1";
				jsArrprograminterest_Strayer_Online[23][51][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[23][51][1] = "1";
				jsArrprograminterest_Strayer_Online[23][52][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[23][52][1] = "1";
				jsArrprograminterest_Strayer_Online[23][53][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[23][53][1] = "1";
				jsArrprograminterest_Strayer_Online[23][54][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[23][54][1] = "1";
				jsArrprograminterest_Strayer_Online[23][55][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[23][55][1] = "1";
				jsArrprograminterest_Strayer_Online[23][56][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[23][56][1] = "1";
				jsArrprograminterest_Strayer_Online[23][57][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[23][57][1] = "1";
				jsArrprograminterest_Strayer_Online[23][58][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[23][58][1] = "1";
				jsArrprograminterest_Strayer_Online[23][59][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[23][59][1] = "1";
				jsArrprograminterest_Strayer_Online[23][60][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[23][60][1] = "1";
				jsArrprograminterest_Strayer_Online[23][61][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[23][61][1] = "1";
				jsArrprograminterest_Strayer_Online[23][62][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[23][62][1] = "1";
				jsArrprograminterest_Strayer_Online[23][63][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[23][63][1] = "1";
				jsArrprograminterest_Strayer_Online[23][64][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[23][64][1] = "1";
				jsArrprograminterest_Strayer_Online[23][65][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[23][65][1] = "1";
				jsArrprograminterest_Strayer_Online[23][66][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[23][66][1] = "1";
				jsArrprograminterest_Strayer_Online[23][67][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[23][67][1] = "1";
				jsArrprograminterest_Strayer_Online[23][68][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[23][68][1] = "1";
				jsArrprograminterest_Strayer_Online[23][69][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[23][69][1] = "1";
				jsArrprograminterest_Strayer_Online[23][70][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[23][70][1] = "1";
				jsArrprograminterest_Strayer_Online[23][71][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[23][71][1] = "1";
				jsArrprograminterest_Strayer_Online[23][72][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[23][72][1] = "1";
				jsArrprograminterest_Strayer_Online[23][73][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[23][73][1] = "1";
				jsArrprograminterest_Strayer_Online[23][74][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[23][74][1] = "1";
				jsArrprograminterest_Strayer_Online[23][75][0] = "Master of Science in Management: Leadership Concentration";
				jsArrprograminterest_Strayer_Online[23][75][1] = "1";
				jsArrprograminterest_Strayer_Online[23][76][0] = "Master of Science in Management: Marketing Management Concentration";
				jsArrprograminterest_Strayer_Online[23][76][1] = "1";
				jsArrprograminterest_Strayer_Online[23][77][0] = "Master of Science in Management: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[23][77][1] = "1";
				jsArrprograminterest_Strayer_Online[23][78][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[23][78][1] = "1";
				jsArrprograminterest_Strayer_Online[23][79][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[23][79][1] = "1";
				jsArrprograminterest_Strayer_Online[23][80][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[23][80][1] = "1";
				jsArrprograminterest_Strayer_Online[23][81][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[23][81][1] = "1";
				jsArrprograminterest_Strayer_Online[23][82][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[23][82][1] = "1";
				jsArrprograminterest_Strayer_Online[23][83][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[23][83][1] = "1";
				jsArrprograminterest_Strayer_Online[23][84][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[23][84][1] = "1";
				jsArrprograminterest_Strayer_Online[23][85][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[23][85][1] = "1";
				jsArrprograminterest_Strayer_Online[23][86][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[23][86][1] = "1";
				jsArrprograminterest_Strayer_Online[24][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[24][0][1] = "1";
				jsArrprograminterest_Strayer_Online[24][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[24][1][1] = "1";
				jsArrprograminterest_Strayer_Online[24][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[24][2][1] = "1";
				jsArrprograminterest_Strayer_Online[24][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[24][3][1] = "1";
				jsArrprograminterest_Strayer_Online[24][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[24][4][1] = "1";
				jsArrprograminterest_Strayer_Online[24][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[24][5][1] = "1";
				jsArrprograminterest_Strayer_Online[24][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[24][6][1] = "1";
				jsArrprograminterest_Strayer_Online[24][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[24][7][1] = "1";
				jsArrprograminterest_Strayer_Online[24][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[24][8][1] = "1";
				jsArrprograminterest_Strayer_Online[24][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[24][9][1] = "1";
				jsArrprograminterest_Strayer_Online[24][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[24][10][1] = "1";
				jsArrprograminterest_Strayer_Online[24][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[24][11][1] = "1";
				jsArrprograminterest_Strayer_Online[24][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[24][12][1] = "1";
				jsArrprograminterest_Strayer_Online[24][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[24][13][1] = "1";
				jsArrprograminterest_Strayer_Online[24][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[24][14][1] = "1";
				jsArrprograminterest_Strayer_Online[24][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[24][15][1] = "1";
				jsArrprograminterest_Strayer_Online[24][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[24][16][1] = "1";
				jsArrprograminterest_Strayer_Online[24][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[24][17][1] = "1";
				jsArrprograminterest_Strayer_Online[24][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[24][18][1] = "1";
				jsArrprograminterest_Strayer_Online[24][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[24][19][1] = "1";
				jsArrprograminterest_Strayer_Online[24][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[24][20][1] = "1";
				jsArrprograminterest_Strayer_Online[24][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[24][21][1] = "1";
				jsArrprograminterest_Strayer_Online[24][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[24][22][1] = "1";
				jsArrprograminterest_Strayer_Online[24][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[24][23][1] = "1";
				jsArrprograminterest_Strayer_Online[24][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[24][24][1] = "1";
				jsArrprograminterest_Strayer_Online[24][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[24][25][1] = "1";
				jsArrprograminterest_Strayer_Online[24][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[24][26][1] = "1";
				jsArrprograminterest_Strayer_Online[24][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[24][27][1] = "1";
				jsArrprograminterest_Strayer_Online[24][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[24][28][1] = "1";
				jsArrprograminterest_Strayer_Online[24][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[24][29][1] = "1";
				jsArrprograminterest_Strayer_Online[24][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[24][30][1] = "1";
				jsArrprograminterest_Strayer_Online[24][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[24][31][1] = "1";
				jsArrprograminterest_Strayer_Online[24][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[24][32][1] = "1";
				jsArrprograminterest_Strayer_Online[24][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[24][33][1] = "1";
				jsArrprograminterest_Strayer_Online[24][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[24][34][1] = "1";
				jsArrprograminterest_Strayer_Online[24][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[24][35][1] = "1";
				jsArrprograminterest_Strayer_Online[24][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[24][36][1] = "1";
				jsArrprograminterest_Strayer_Online[24][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[24][37][1] = "1";
				jsArrprograminterest_Strayer_Online[24][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[24][38][1] = "1";
				jsArrprograminterest_Strayer_Online[24][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[24][39][1] = "1";
				jsArrprograminterest_Strayer_Online[24][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[24][40][1] = "1";
				jsArrprograminterest_Strayer_Online[24][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[24][41][1] = "1";
				jsArrprograminterest_Strayer_Online[24][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[24][42][1] = "1";
				jsArrprograminterest_Strayer_Online[24][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[24][43][1] = "1";
				jsArrprograminterest_Strayer_Online[24][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[24][44][1] = "1";
				jsArrprograminterest_Strayer_Online[24][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[24][45][1] = "1";
				jsArrprograminterest_Strayer_Online[24][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[24][46][1] = "1";
				jsArrprograminterest_Strayer_Online[24][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[24][47][1] = "1";
				jsArrprograminterest_Strayer_Online[24][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[24][48][1] = "1";
				jsArrprograminterest_Strayer_Online[24][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[24][49][1] = "1";
				jsArrprograminterest_Strayer_Online[24][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[24][50][1] = "1";
				jsArrprograminterest_Strayer_Online[24][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[24][51][1] = "1";
				jsArrprograminterest_Strayer_Online[24][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[24][52][1] = "1";
				jsArrprograminterest_Strayer_Online[24][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[24][53][1] = "1";
				jsArrprograminterest_Strayer_Online[24][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[24][54][1] = "1";
				jsArrprograminterest_Strayer_Online[24][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[24][55][1] = "1";
				jsArrprograminterest_Strayer_Online[24][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[24][56][1] = "1";
				jsArrprograminterest_Strayer_Online[24][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[24][57][1] = "1";
				jsArrprograminterest_Strayer_Online[24][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[24][58][1] = "1";
				jsArrprograminterest_Strayer_Online[24][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[24][59][1] = "1";
				jsArrprograminterest_Strayer_Online[24][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[24][60][1] = "1";
				jsArrprograminterest_Strayer_Online[24][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[24][61][1] = "1";
				jsArrprograminterest_Strayer_Online[24][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[24][62][1] = "1";
				jsArrprograminterest_Strayer_Online[24][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[24][63][1] = "1";
				jsArrprograminterest_Strayer_Online[24][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[24][64][1] = "1";
				jsArrprograminterest_Strayer_Online[24][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[24][65][1] = "1";
				jsArrprograminterest_Strayer_Online[24][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[24][66][1] = "1";
				jsArrprograminterest_Strayer_Online[24][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[24][67][1] = "1";
				jsArrprograminterest_Strayer_Online[24][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[24][68][1] = "1";
				jsArrprograminterest_Strayer_Online[24][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[24][69][1] = "1";
				jsArrprograminterest_Strayer_Online[24][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[24][70][1] = "1";
				jsArrprograminterest_Strayer_Online[24][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[24][71][1] = "1";
				jsArrprograminterest_Strayer_Online[24][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[24][72][1] = "1";
				jsArrprograminterest_Strayer_Online[24][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[24][73][1] = "1";
				jsArrprograminterest_Strayer_Online[24][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[24][74][1] = "1";
				jsArrprograminterest_Strayer_Online[24][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[24][75][1] = "1";
				jsArrprograminterest_Strayer_Online[24][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[24][76][1] = "1";
				jsArrprograminterest_Strayer_Online[24][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[24][77][1] = "1";
				jsArrprograminterest_Strayer_Online[24][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[24][78][1] = "1";
				jsArrprograminterest_Strayer_Online[24][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[24][79][1] = "1";
				jsArrprograminterest_Strayer_Online[24][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[24][80][1] = "1";
				jsArrprograminterest_Strayer_Online[24][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[24][81][1] = "1";
				jsArrprograminterest_Strayer_Online[24][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[24][82][1] = "1";
				jsArrprograminterest_Strayer_Online[24][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[24][83][1] = "1";
				jsArrprograminterest_Strayer_Online[24][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[24][84][1] = "1";
				jsArrprograminterest_Strayer_Online[24][85][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[24][85][1] = "1";
				jsArrprograminterest_Strayer_Online[24][86][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[24][86][1] = "1";
				jsArrprograminterest_Strayer_Online[24][87][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[24][87][1] = "1";
				jsArrprograminterest_Strayer_Online[24][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[24][88][1] = "1";
				jsArrprograminterest_Strayer_Online[24][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[24][89][1] = "1";
				jsArrprograminterest_Strayer_Online[24][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[24][90][1] = "1";
				jsArrprograminterest_Strayer_Online[24][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[24][91][1] = "1";
				jsArrprograminterest_Strayer_Online[24][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[24][92][1] = "1";
				jsArrprograminterest_Strayer_Online[24][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[24][93][1] = "1";
				jsArrprograminterest_Strayer_Online[24][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[24][94][1] = "1";
				jsArrprograminterest_Strayer_Online[24][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[24][95][1] = "1";
				jsArrprograminterest_Strayer_Online[24][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[24][96][1] = "1";
				jsArrprograminterest_Strayer_Online[24][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[24][97][1] = "1";
				jsArrprograminterest_Strayer_Online[24][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[24][98][1] = "1";
				jsArrprograminterest_Strayer_Online[24][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[24][99][1] = "1";
				jsArrprograminterest_Strayer_Online[24][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[24][100][1] = "1";
				jsArrprograminterest_Strayer_Online[24][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[24][101][1] = "1";
				jsArrprograminterest_Strayer_Online[24][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[24][102][1] = "1";
				jsArrprograminterest_Strayer_Online[25][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[25][0][1] = "1";
				jsArrprograminterest_Strayer_Online[25][1][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[25][1][1] = "1";
				jsArrprograminterest_Strayer_Online[25][2][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[25][2][1] = "1";
				jsArrprograminterest_Strayer_Online[25][3][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[25][3][1] = "1";
				jsArrprograminterest_Strayer_Online[25][4][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[25][4][1] = "1";
				jsArrprograminterest_Strayer_Online[25][5][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[25][5][1] = "1";
				jsArrprograminterest_Strayer_Online[25][6][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[25][6][1] = "1";
				jsArrprograminterest_Strayer_Online[25][7][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[25][7][1] = "1";
				jsArrprograminterest_Strayer_Online[25][8][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[25][8][1] = "1";
				jsArrprograminterest_Strayer_Online[25][9][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[25][9][1] = "1";
				jsArrprograminterest_Strayer_Online[25][10][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[25][10][1] = "1";
				jsArrprograminterest_Strayer_Online[25][11][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[25][11][1] = "1";
				jsArrprograminterest_Strayer_Online[25][12][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[25][12][1] = "1";
				jsArrprograminterest_Strayer_Online[25][13][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[25][13][1] = "1";
				jsArrprograminterest_Strayer_Online[25][14][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[25][14][1] = "1";
				jsArrprograminterest_Strayer_Online[25][15][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[25][15][1] = "1";
				jsArrprograminterest_Strayer_Online[25][16][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[25][16][1] = "1";
				jsArrprograminterest_Strayer_Online[25][17][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[25][17][1] = "1";
				jsArrprograminterest_Strayer_Online[25][18][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[25][18][1] = "1";
				jsArrprograminterest_Strayer_Online[25][19][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[25][19][1] = "1";
				jsArrprograminterest_Strayer_Online[25][20][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[25][20][1] = "1";
				jsArrprograminterest_Strayer_Online[25][21][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[25][21][1] = "1";
				jsArrprograminterest_Strayer_Online[25][22][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[25][22][1] = "1";
				jsArrprograminterest_Strayer_Online[25][23][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[25][23][1] = "1";
				jsArrprograminterest_Strayer_Online[25][24][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[25][24][1] = "1";
				jsArrprograminterest_Strayer_Online[25][25][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[25][25][1] = "1";
				jsArrprograminterest_Strayer_Online[25][26][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[25][26][1] = "1";
				jsArrprograminterest_Strayer_Online[25][27][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[25][27][1] = "1";
				jsArrprograminterest_Strayer_Online[25][28][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[25][28][1] = "1";
				jsArrprograminterest_Strayer_Online[25][29][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[25][29][1] = "1";
				jsArrprograminterest_Strayer_Online[25][30][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[25][30][1] = "1";
				jsArrprograminterest_Strayer_Online[25][31][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[25][31][1] = "1";
				jsArrprograminterest_Strayer_Online[25][32][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[25][32][1] = "1";
				jsArrprograminterest_Strayer_Online[25][33][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[25][33][1] = "1";
				jsArrprograminterest_Strayer_Online[25][34][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[25][34][1] = "1";
				jsArrprograminterest_Strayer_Online[25][35][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[25][35][1] = "1";
				jsArrprograminterest_Strayer_Online[25][36][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[25][36][1] = "1";
				jsArrprograminterest_Strayer_Online[25][37][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[25][37][1] = "1";
				jsArrprograminterest_Strayer_Online[25][38][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[25][38][1] = "1";
				jsArrprograminterest_Strayer_Online[25][39][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[25][39][1] = "1";
				jsArrprograminterest_Strayer_Online[25][40][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[25][40][1] = "1";
				jsArrprograminterest_Strayer_Online[25][41][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[25][41][1] = "1";
				jsArrprograminterest_Strayer_Online[25][42][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[25][42][1] = "1";
				jsArrprograminterest_Strayer_Online[25][43][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[25][43][1] = "1";
				jsArrprograminterest_Strayer_Online[25][44][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[25][44][1] = "1";
				jsArrprograminterest_Strayer_Online[25][45][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[25][45][1] = "1";
				jsArrprograminterest_Strayer_Online[25][46][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[25][46][1] = "1";
				jsArrprograminterest_Strayer_Online[25][47][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[25][47][1] = "1";
				jsArrprograminterest_Strayer_Online[25][48][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[25][48][1] = "1";
				jsArrprograminterest_Strayer_Online[25][49][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[25][49][1] = "1";
				jsArrprograminterest_Strayer_Online[25][50][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[25][50][1] = "1";
				jsArrprograminterest_Strayer_Online[25][51][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[25][51][1] = "1";
				jsArrprograminterest_Strayer_Online[25][52][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[25][52][1] = "1";
				jsArrprograminterest_Strayer_Online[26][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[26][0][1] = "1";
				jsArrprograminterest_Strayer_Online[26][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[26][1][1] = "1";
				jsArrprograminterest_Strayer_Online[26][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[26][2][1] = "1";
				jsArrprograminterest_Strayer_Online[26][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[26][3][1] = "1";
				jsArrprograminterest_Strayer_Online[26][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[26][4][1] = "1";
				jsArrprograminterest_Strayer_Online[26][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[26][5][1] = "1";
				jsArrprograminterest_Strayer_Online[26][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[26][6][1] = "1";
				jsArrprograminterest_Strayer_Online[26][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[26][7][1] = "1";
				jsArrprograminterest_Strayer_Online[26][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[26][8][1] = "1";
				jsArrprograminterest_Strayer_Online[26][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[26][9][1] = "1";
				jsArrprograminterest_Strayer_Online[26][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[26][10][1] = "1";
				jsArrprograminterest_Strayer_Online[26][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[26][11][1] = "1";
				jsArrprograminterest_Strayer_Online[26][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[26][12][1] = "1";
				jsArrprograminterest_Strayer_Online[26][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[26][13][1] = "1";
				jsArrprograminterest_Strayer_Online[26][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[26][14][1] = "1";
				jsArrprograminterest_Strayer_Online[26][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[26][15][1] = "1";
				jsArrprograminterest_Strayer_Online[26][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[26][16][1] = "1";
				jsArrprograminterest_Strayer_Online[26][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[26][17][1] = "1";
				jsArrprograminterest_Strayer_Online[26][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[26][18][1] = "1";
				jsArrprograminterest_Strayer_Online[26][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[26][19][1] = "1";
				jsArrprograminterest_Strayer_Online[26][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[26][20][1] = "1";
				jsArrprograminterest_Strayer_Online[26][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[26][21][1] = "1";
				jsArrprograminterest_Strayer_Online[26][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[26][22][1] = "1";
				jsArrprograminterest_Strayer_Online[26][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[26][23][1] = "1";
				jsArrprograminterest_Strayer_Online[26][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[26][24][1] = "1";
				jsArrprograminterest_Strayer_Online[26][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[26][25][1] = "1";
				jsArrprograminterest_Strayer_Online[26][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[26][26][1] = "1";
				jsArrprograminterest_Strayer_Online[26][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[26][27][1] = "1";
				jsArrprograminterest_Strayer_Online[26][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[26][28][1] = "1";
				jsArrprograminterest_Strayer_Online[26][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[26][29][1] = "1";
				jsArrprograminterest_Strayer_Online[26][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[26][30][1] = "1";
				jsArrprograminterest_Strayer_Online[26][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[26][31][1] = "1";
				jsArrprograminterest_Strayer_Online[26][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[26][32][1] = "1";
				jsArrprograminterest_Strayer_Online[26][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[26][33][1] = "1";
				jsArrprograminterest_Strayer_Online[26][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[26][34][1] = "1";
				jsArrprograminterest_Strayer_Online[26][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[26][35][1] = "1";
				jsArrprograminterest_Strayer_Online[26][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[26][36][1] = "1";
				jsArrprograminterest_Strayer_Online[26][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[26][37][1] = "1";
				jsArrprograminterest_Strayer_Online[26][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[26][38][1] = "1";
				jsArrprograminterest_Strayer_Online[26][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[26][39][1] = "1";
				jsArrprograminterest_Strayer_Online[26][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[26][40][1] = "1";
				jsArrprograminterest_Strayer_Online[26][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[26][41][1] = "1";
				jsArrprograminterest_Strayer_Online[26][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[26][42][1] = "1";
				jsArrprograminterest_Strayer_Online[26][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[26][43][1] = "1";
				jsArrprograminterest_Strayer_Online[26][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[26][44][1] = "1";
				jsArrprograminterest_Strayer_Online[26][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[26][45][1] = "1";
				jsArrprograminterest_Strayer_Online[26][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[26][46][1] = "1";
				jsArrprograminterest_Strayer_Online[26][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[26][47][1] = "1";
				jsArrprograminterest_Strayer_Online[26][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[26][48][1] = "1";
				jsArrprograminterest_Strayer_Online[26][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[26][49][1] = "1";
				jsArrprograminterest_Strayer_Online[26][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[26][50][1] = "1";
				jsArrprograminterest_Strayer_Online[26][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[26][51][1] = "1";
				jsArrprograminterest_Strayer_Online[26][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[26][52][1] = "1";
				jsArrprograminterest_Strayer_Online[26][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[26][53][1] = "1";
				jsArrprograminterest_Strayer_Online[26][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[26][54][1] = "1";
				jsArrprograminterest_Strayer_Online[26][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[26][55][1] = "1";
				jsArrprograminterest_Strayer_Online[26][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[26][56][1] = "1";
				jsArrprograminterest_Strayer_Online[26][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[26][57][1] = "1";
				jsArrprograminterest_Strayer_Online[26][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[26][58][1] = "1";
				jsArrprograminterest_Strayer_Online[26][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[26][59][1] = "1";
				jsArrprograminterest_Strayer_Online[26][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[26][60][1] = "1";
				jsArrprograminterest_Strayer_Online[26][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[26][61][1] = "1";
				jsArrprograminterest_Strayer_Online[26][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[26][62][1] = "1";
				jsArrprograminterest_Strayer_Online[26][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[26][63][1] = "1";
				jsArrprograminterest_Strayer_Online[26][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[26][64][1] = "1";
				jsArrprograminterest_Strayer_Online[26][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[26][65][1] = "1";
				jsArrprograminterest_Strayer_Online[26][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[26][66][1] = "1";
				jsArrprograminterest_Strayer_Online[26][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[26][67][1] = "1";
				jsArrprograminterest_Strayer_Online[26][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[26][68][1] = "1";
				jsArrprograminterest_Strayer_Online[26][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[26][69][1] = "1";
				jsArrprograminterest_Strayer_Online[26][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[26][70][1] = "1";
				jsArrprograminterest_Strayer_Online[26][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[26][71][1] = "1";
				jsArrprograminterest_Strayer_Online[26][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[26][72][1] = "1";
				jsArrprograminterest_Strayer_Online[26][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[26][73][1] = "1";
				jsArrprograminterest_Strayer_Online[26][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[26][74][1] = "1";
				jsArrprograminterest_Strayer_Online[26][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[26][75][1] = "1";
				jsArrprograminterest_Strayer_Online[26][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[26][76][1] = "1";
				jsArrprograminterest_Strayer_Online[26][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[26][77][1] = "1";
				jsArrprograminterest_Strayer_Online[26][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[26][78][1] = "1";
				jsArrprograminterest_Strayer_Online[26][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[26][79][1] = "1";
				jsArrprograminterest_Strayer_Online[26][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[26][80][1] = "1";
				jsArrprograminterest_Strayer_Online[26][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[26][81][1] = "1";
				jsArrprograminterest_Strayer_Online[26][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[26][82][1] = "1";
				jsArrprograminterest_Strayer_Online[26][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[26][83][1] = "1";
				jsArrprograminterest_Strayer_Online[26][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[26][84][1] = "1";
				jsArrprograminterest_Strayer_Online[26][85][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[26][85][1] = "1";
				jsArrprograminterest_Strayer_Online[26][86][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[26][86][1] = "1";
				jsArrprograminterest_Strayer_Online[26][87][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[26][87][1] = "1";
				jsArrprograminterest_Strayer_Online[26][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[26][88][1] = "1";
				jsArrprograminterest_Strayer_Online[26][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[26][89][1] = "1";
				jsArrprograminterest_Strayer_Online[26][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[26][90][1] = "1";
				jsArrprograminterest_Strayer_Online[26][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[26][91][1] = "1";
				jsArrprograminterest_Strayer_Online[26][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[26][92][1] = "1";
				jsArrprograminterest_Strayer_Online[26][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[26][93][1] = "1";
				jsArrprograminterest_Strayer_Online[26][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[26][94][1] = "1";
				jsArrprograminterest_Strayer_Online[26][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[26][95][1] = "1";
				jsArrprograminterest_Strayer_Online[26][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[26][96][1] = "1";
				jsArrprograminterest_Strayer_Online[26][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[26][97][1] = "1";
				jsArrprograminterest_Strayer_Online[26][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[26][98][1] = "1";
				jsArrprograminterest_Strayer_Online[26][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[26][99][1] = "1";
				jsArrprograminterest_Strayer_Online[26][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[26][100][1] = "1";
				jsArrprograminterest_Strayer_Online[26][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[26][101][1] = "1";
				jsArrprograminterest_Strayer_Online[26][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[26][102][1] = "1";
				jsArrprograminterest_Strayer_Online[27][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[27][0][1] = "1";
				jsArrprograminterest_Strayer_Online[27][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[27][1][1] = "1";
				jsArrprograminterest_Strayer_Online[27][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[27][2][1] = "1";
				jsArrprograminterest_Strayer_Online[27][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[27][3][1] = "1";
				jsArrprograminterest_Strayer_Online[27][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[27][4][1] = "1";
				jsArrprograminterest_Strayer_Online[27][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[27][5][1] = "1";
				jsArrprograminterest_Strayer_Online[27][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[27][6][1] = "1";
				jsArrprograminterest_Strayer_Online[27][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[27][7][1] = "1";
				jsArrprograminterest_Strayer_Online[27][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[27][8][1] = "1";
				jsArrprograminterest_Strayer_Online[27][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[27][9][1] = "1";
				jsArrprograminterest_Strayer_Online[27][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[27][10][1] = "1";
				jsArrprograminterest_Strayer_Online[27][11][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[27][11][1] = "1";
				jsArrprograminterest_Strayer_Online[27][12][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[27][12][1] = "1";
				jsArrprograminterest_Strayer_Online[27][13][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[27][13][1] = "1";
				jsArrprograminterest_Strayer_Online[27][14][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[27][14][1] = "1";
				jsArrprograminterest_Strayer_Online[27][15][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[27][15][1] = "1";
				jsArrprograminterest_Strayer_Online[27][16][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[27][16][1] = "1";
				jsArrprograminterest_Strayer_Online[27][17][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[27][17][1] = "1";
				jsArrprograminterest_Strayer_Online[27][18][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[27][18][1] = "1";
				jsArrprograminterest_Strayer_Online[27][19][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[27][19][1] = "1";
				jsArrprograminterest_Strayer_Online[27][20][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[27][20][1] = "1";
				jsArrprograminterest_Strayer_Online[27][21][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[27][21][1] = "1";
				jsArrprograminterest_Strayer_Online[27][22][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[27][22][1] = "1";
				jsArrprograminterest_Strayer_Online[27][23][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[27][23][1] = "1";
				jsArrprograminterest_Strayer_Online[27][24][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[27][24][1] = "1";
				jsArrprograminterest_Strayer_Online[27][25][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[27][25][1] = "1";
				jsArrprograminterest_Strayer_Online[27][26][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[27][26][1] = "1";
				jsArrprograminterest_Strayer_Online[27][27][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[27][27][1] = "1";
				jsArrprograminterest_Strayer_Online[27][28][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[27][28][1] = "1";
				jsArrprograminterest_Strayer_Online[27][29][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[27][29][1] = "1";
				jsArrprograminterest_Strayer_Online[27][30][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[27][30][1] = "1";
				jsArrprograminterest_Strayer_Online[27][31][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[27][31][1] = "1";
				jsArrprograminterest_Strayer_Online[27][32][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[27][32][1] = "1";
				jsArrprograminterest_Strayer_Online[27][33][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[27][33][1] = "1";
				jsArrprograminterest_Strayer_Online[27][34][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[27][34][1] = "1";
				jsArrprograminterest_Strayer_Online[27][35][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[27][35][1] = "1";
				jsArrprograminterest_Strayer_Online[27][36][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[27][36][1] = "1";
				jsArrprograminterest_Strayer_Online[27][37][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[27][37][1] = "1";
				jsArrprograminterest_Strayer_Online[27][38][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[27][38][1] = "1";
				jsArrprograminterest_Strayer_Online[27][39][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[27][39][1] = "1";
				jsArrprograminterest_Strayer_Online[27][40][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[27][40][1] = "1";
				jsArrprograminterest_Strayer_Online[27][41][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[27][41][1] = "1";
				jsArrprograminterest_Strayer_Online[27][42][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[27][42][1] = "1";
				jsArrprograminterest_Strayer_Online[27][43][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[27][43][1] = "1";
				jsArrprograminterest_Strayer_Online[27][44][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[27][44][1] = "1";
				jsArrprograminterest_Strayer_Online[27][45][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[27][45][1] = "1";
				jsArrprograminterest_Strayer_Online[27][46][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[27][46][1] = "1";
				jsArrprograminterest_Strayer_Online[27][47][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[27][47][1] = "1";
				jsArrprograminterest_Strayer_Online[27][48][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[27][48][1] = "1";
				jsArrprograminterest_Strayer_Online[27][49][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[27][49][1] = "1";
				jsArrprograminterest_Strayer_Online[27][50][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[27][50][1] = "1";
				jsArrprograminterest_Strayer_Online[27][51][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[27][51][1] = "1";
				jsArrprograminterest_Strayer_Online[27][52][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[27][52][1] = "1";
				jsArrprograminterest_Strayer_Online[27][53][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[27][53][1] = "1";
				jsArrprograminterest_Strayer_Online[27][54][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[27][54][1] = "1";
				jsArrprograminterest_Strayer_Online[27][55][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[27][55][1] = "1";
				jsArrprograminterest_Strayer_Online[27][56][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[27][56][1] = "1";
				jsArrprograminterest_Strayer_Online[27][57][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[27][57][1] = "1";
				jsArrprograminterest_Strayer_Online[27][58][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[27][58][1] = "1";
				jsArrprograminterest_Strayer_Online[27][59][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[27][59][1] = "1";
				jsArrprograminterest_Strayer_Online[27][60][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[27][60][1] = "1";
				jsArrprograminterest_Strayer_Online[27][61][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[27][61][1] = "1";
				jsArrprograminterest_Strayer_Online[27][62][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[27][62][1] = "1";
				jsArrprograminterest_Strayer_Online[27][63][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[27][63][1] = "1";
				jsArrprograminterest_Strayer_Online[27][64][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[27][64][1] = "1";
				jsArrprograminterest_Strayer_Online[27][65][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[27][65][1] = "1";
				jsArrprograminterest_Strayer_Online[27][66][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[27][66][1] = "1";
				jsArrprograminterest_Strayer_Online[27][67][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[27][67][1] = "1";
				jsArrprograminterest_Strayer_Online[27][68][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[27][68][1] = "1";
				jsArrprograminterest_Strayer_Online[27][69][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[27][69][1] = "1";
				jsArrprograminterest_Strayer_Online[28][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[28][0][1] = "1";
				jsArrprograminterest_Strayer_Online[28][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[28][1][1] = "1";
				jsArrprograminterest_Strayer_Online[28][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[28][2][1] = "1";
				jsArrprograminterest_Strayer_Online[28][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[28][3][1] = "1";
				jsArrprograminterest_Strayer_Online[28][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[28][4][1] = "1";
				jsArrprograminterest_Strayer_Online[28][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[28][5][1] = "1";
				jsArrprograminterest_Strayer_Online[28][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[28][6][1] = "1";
				jsArrprograminterest_Strayer_Online[28][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[28][7][1] = "1";
				jsArrprograminterest_Strayer_Online[28][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[28][8][1] = "1";
				jsArrprograminterest_Strayer_Online[28][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[28][9][1] = "1";
				jsArrprograminterest_Strayer_Online[28][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[28][10][1] = "1";
				jsArrprograminterest_Strayer_Online[28][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[28][11][1] = "1";
				jsArrprograminterest_Strayer_Online[28][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[28][12][1] = "1";
				jsArrprograminterest_Strayer_Online[28][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[28][13][1] = "1";
				jsArrprograminterest_Strayer_Online[28][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[28][14][1] = "1";
				jsArrprograminterest_Strayer_Online[28][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[28][15][1] = "1";
				jsArrprograminterest_Strayer_Online[28][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[28][16][1] = "1";
				jsArrprograminterest_Strayer_Online[28][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[28][17][1] = "1";
				jsArrprograminterest_Strayer_Online[28][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[28][18][1] = "1";
				jsArrprograminterest_Strayer_Online[28][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[28][19][1] = "1";
				jsArrprograminterest_Strayer_Online[28][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[28][20][1] = "1";
				jsArrprograminterest_Strayer_Online[28][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[28][21][1] = "1";
				jsArrprograminterest_Strayer_Online[28][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[28][22][1] = "1";
				jsArrprograminterest_Strayer_Online[28][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[28][23][1] = "1";
				jsArrprograminterest_Strayer_Online[28][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[28][24][1] = "1";
				jsArrprograminterest_Strayer_Online[28][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[28][25][1] = "1";
				jsArrprograminterest_Strayer_Online[28][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[28][26][1] = "1";
				jsArrprograminterest_Strayer_Online[28][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[28][27][1] = "1";
				jsArrprograminterest_Strayer_Online[28][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[28][28][1] = "1";
				jsArrprograminterest_Strayer_Online[28][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[28][29][1] = "1";
				jsArrprograminterest_Strayer_Online[28][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[28][30][1] = "1";
				jsArrprograminterest_Strayer_Online[28][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[28][31][1] = "1";
				jsArrprograminterest_Strayer_Online[28][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[28][32][1] = "1";
				jsArrprograminterest_Strayer_Online[28][33][0] = "Bachelor of Science in International Business";
				jsArrprograminterest_Strayer_Online[28][33][1] = "1";
				jsArrprograminterest_Strayer_Online[28][34][0] = "Diploma in Accounting";
				jsArrprograminterest_Strayer_Online[28][34][1] = "1";
				jsArrprograminterest_Strayer_Online[28][35][0] = "Diploma in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[28][35][1] = "1";
				jsArrprograminterest_Strayer_Online[28][36][0] = "Diploma in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[28][36][1] = "1";
				jsArrprograminterest_Strayer_Online[28][37][0] = "Diploma in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[28][37][1] = "1";
				jsArrprograminterest_Strayer_Online[28][38][0] = "Diploma in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[28][38][1] = "1";
				jsArrprograminterest_Strayer_Online[28][39][0] = "Diploma in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[28][39][1] = "1";
				jsArrprograminterest_Strayer_Online[28][40][0] = "Diploma in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[28][40][1] = "1";
				jsArrprograminterest_Strayer_Online[28][41][0] = "Diploma in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[28][41][1] = "1";
				jsArrprograminterest_Strayer_Online[28][42][0] = "Diploma in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[28][42][1] = "1";
				jsArrprograminterest_Strayer_Online[28][43][0] = "Diploma in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[28][43][1] = "1";
				jsArrprograminterest_Strayer_Online[28][44][0] = "Diploma in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[28][44][1] = "1";
				jsArrprograminterest_Strayer_Online[28][45][0] = "Executive Graduate Certificate in Accounting: Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[28][45][1] = "1";
				jsArrprograminterest_Strayer_Online[28][46][0] = "Executive Graduate Certificate in Accounting: Accounting Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[28][46][1] = "1";
				jsArrprograminterest_Strayer_Online[28][47][0] = "Executive Graduate Certificate in Accounting: Controllership Emphasis";
				jsArrprograminterest_Strayer_Online[28][47][1] = "1";
				jsArrprograminterest_Strayer_Online[28][48][0] = "Executive Graduate Certificate in Accounting: Taxation Emphasis";
				jsArrprograminterest_Strayer_Online[28][48][1] = "1";
				jsArrprograminterest_Strayer_Online[28][49][0] = "Executive Graduate Certificate in Business Administration: Acquisition Emphasis";
				jsArrprograminterest_Strayer_Online[28][49][1] = "1";
				jsArrprograminterest_Strayer_Online[28][50][0] = "Executive Graduate Certificate in Business Administration: Human Resource Management Emphasis";
				jsArrprograminterest_Strayer_Online[28][50][1] = "1";
				jsArrprograminterest_Strayer_Online[28][51][0] = "Executive Graduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[28][51][1] = "1";
				jsArrprograminterest_Strayer_Online[28][52][0] = "Executive Graduate Certificate in Business Administration: Marketing Emphasis";
				jsArrprograminterest_Strayer_Online[28][52][1] = "1";
				jsArrprograminterest_Strayer_Online[28][53][0] = "Executive Graduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[28][53][1] = "1";
				jsArrprograminterest_Strayer_Online[28][54][0] = "Executive Graduate Certificate in Information Systems: Software Engineering Emphasis";
				jsArrprograminterest_Strayer_Online[28][54][1] = "1";
				jsArrprograminterest_Strayer_Online[28][55][0] = "Master of Business Administration: Accounting Concentration";
				jsArrprograminterest_Strayer_Online[28][55][1] = "1";
				jsArrprograminterest_Strayer_Online[28][56][0] = "Master of Business Administration: Acquisition Concentration";
				jsArrprograminterest_Strayer_Online[28][56][1] = "1";
				jsArrprograminterest_Strayer_Online[28][57][0] = "Master of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[28][57][1] = "1";
				jsArrprograminterest_Strayer_Online[28][58][0] = "Master of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[28][58][1] = "1";
				jsArrprograminterest_Strayer_Online[28][59][0] = "Master of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[28][59][1] = "1";
				jsArrprograminterest_Strayer_Online[28][60][0] = "Master of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[28][60][1] = "1";
				jsArrprograminterest_Strayer_Online[28][61][0] = "Master of Business Administration: Information Systems Management Concentration";
				jsArrprograminterest_Strayer_Online[28][61][1] = "1";
				jsArrprograminterest_Strayer_Online[28][62][0] = "Master of Business Administration: International Business Concentration";
				jsArrprograminterest_Strayer_Online[28][62][1] = "1";
				jsArrprograminterest_Strayer_Online[28][63][0] = "Master of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[28][63][1] = "1";
				jsArrprograminterest_Strayer_Online[28][64][0] = "Master of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[28][64][1] = "1";
				jsArrprograminterest_Strayer_Online[28][65][0] = "Master of Business Administration: Professional Studies Concentration";
				jsArrprograminterest_Strayer_Online[28][65][1] = "1";
				jsArrprograminterest_Strayer_Online[28][66][0] = "Master of Business Administration: Project Management Concentration";
				jsArrprograminterest_Strayer_Online[28][66][1] = "1";
				jsArrprograminterest_Strayer_Online[28][67][0] = "Master of Business Administration: Public Administration Concentration";
				jsArrprograminterest_Strayer_Online[28][67][1] = "1";
				jsArrprograminterest_Strayer_Online[28][68][0] = "Master of Education: Adult Education and Development Concentration";
				jsArrprograminterest_Strayer_Online[28][68][1] = "1";
				jsArrprograminterest_Strayer_Online[28][69][0] = "Master of Education: Educational Management Concentration";
				jsArrprograminterest_Strayer_Online[28][69][1] = "1";
				jsArrprograminterest_Strayer_Online[28][70][0] = "Master of Education: Technology in Education Concentration";
				jsArrprograminterest_Strayer_Online[28][70][1] = "1";
				jsArrprograminterest_Strayer_Online[28][71][0] = "Master of Health Services Administration";
				jsArrprograminterest_Strayer_Online[28][71][1] = "1";
				jsArrprograminterest_Strayer_Online[28][72][0] = "Master of Public Administration";
				jsArrprograminterest_Strayer_Online[28][72][1] = "1";
				jsArrprograminterest_Strayer_Online[28][73][0] = "Master of Science in Accounting: Accounting Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[28][73][1] = "1";
				jsArrprograminterest_Strayer_Online[28][74][0] = "Master of Science in Accounting: Controllership Concentration";
				jsArrprograminterest_Strayer_Online[28][74][1] = "1";
				jsArrprograminterest_Strayer_Online[28][75][0] = "Master of Science in Accounting: Public Accounting Concentration";
				jsArrprograminterest_Strayer_Online[28][75][1] = "1";
				jsArrprograminterest_Strayer_Online[28][76][0] = "Master of Science in Accounting: Taxation Concentration";
				jsArrprograminterest_Strayer_Online[28][76][1] = "1";
				jsArrprograminterest_Strayer_Online[28][77][0] = "Master of Science in Human Resource Management: Human Resource and Organizational Development Concen";
				jsArrprograminterest_Strayer_Online[28][77][1] = "1";
				jsArrprograminterest_Strayer_Online[28][78][0] = "Master of Science in Human Resource Management: Human Resource Generalist Concentration";
				jsArrprograminterest_Strayer_Online[28][78][1] = "1";
				jsArrprograminterest_Strayer_Online[28][79][0] = "Master of Science in Information Systems: Computer Security Management Concentration";
				jsArrprograminterest_Strayer_Online[28][79][1] = "1";
				jsArrprograminterest_Strayer_Online[28][80][0] = "Master of Science in Information Systems: Decision Support System Management Concentration";
				jsArrprograminterest_Strayer_Online[28][80][1] = "1";
				jsArrprograminterest_Strayer_Online[28][81][0] = "Master of Science in Information Systems: Enterprise Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[28][81][1] = "1";
				jsArrprograminterest_Strayer_Online[28][82][0] = "Master of Science in Information Systems: Network Management Concentration";
				jsArrprograminterest_Strayer_Online[28][82][1] = "1";
				jsArrprograminterest_Strayer_Online[28][83][0] = "Master of Science in Information Systems: Software Engineering Management Concentration";
				jsArrprograminterest_Strayer_Online[28][83][1] = "1";
				jsArrprograminterest_Strayer_Online[28][84][0] = "Master of Science in Information Systems: Systems Development Management Concentration";
				jsArrprograminterest_Strayer_Online[28][84][1] = "1";
				jsArrprograminterest_Strayer_Online[28][85][0] = "Master of Science in Management: Leadership Concentration ";
				jsArrprograminterest_Strayer_Online[28][85][1] = "1";
				jsArrprograminterest_Strayer_Online[28][86][0] = "Master of Science in Management: Marketing Management Concentration ";
				jsArrprograminterest_Strayer_Online[28][86][1] = "1";
				jsArrprograminterest_Strayer_Online[28][87][0] = "Master of Science in Management: Project Management Concentration ";
				jsArrprograminterest_Strayer_Online[28][87][1] = "1";
				jsArrprograminterest_Strayer_Online[28][88][0] = "Undergraduate Certificate in Accounting: Advanced Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[28][88][1] = "1";
				jsArrprograminterest_Strayer_Online[28][89][0] = "Undergraduate Certificate in Accounting: Introductory Accounting Emphasis";
				jsArrprograminterest_Strayer_Online[28][89][1] = "1";
				jsArrprograminterest_Strayer_Online[28][90][0] = "Undergraduate Certificate in Business Administration: Acquisition and Contract Management Emphasis";
				jsArrprograminterest_Strayer_Online[28][90][1] = "1";
				jsArrprograminterest_Strayer_Online[28][91][0] = "Undergraduate Certificate in Business Administration: E-Business Emphasis";
				jsArrprograminterest_Strayer_Online[28][91][1] = "1";
				jsArrprograminterest_Strayer_Online[28][92][0] = "Undergraduate Certificate in Business Administration: Management Emphasis";
				jsArrprograminterest_Strayer_Online[28][92][1] = "1";
				jsArrprograminterest_Strayer_Online[28][93][0] = "Undergraduate Certificate in Business Administration: Small Business Management and Entrepreneurship Emphasis";
				jsArrprograminterest_Strayer_Online[28][93][1] = "1";
				jsArrprograminterest_Strayer_Online[28][94][0] = "Undergraduate Certificate in Information Systems: Computer Security Emphasis";
				jsArrprograminterest_Strayer_Online[28][94][1] = "1";
				jsArrprograminterest_Strayer_Online[28][95][0] = "Undergraduate Certificate in Information Systems: Database Developer Emphasis";
				jsArrprograminterest_Strayer_Online[28][95][1] = "1";
				jsArrprograminterest_Strayer_Online[28][96][0] = "Undergraduate Certificate in Information Systems: Database Management Emphasis";
				jsArrprograminterest_Strayer_Online[28][96][1] = "1";
				jsArrprograminterest_Strayer_Online[28][97][0] = "Undergraduate Certificate in Information Systems: Homeland Security and Information Systems Emphasis";
				jsArrprograminterest_Strayer_Online[28][97][1] = "1";
				jsArrprograminterest_Strayer_Online[28][98][0] = "Undergraduate Certificate in Information Systems: Internetworking Technology Emphasis";
				jsArrprograminterest_Strayer_Online[28][98][1] = "1";
				jsArrprograminterest_Strayer_Online[28][99][0] = "Undergraduate Certificate in Information Systems: Networking Emphasis";
				jsArrprograminterest_Strayer_Online[28][99][1] = "1";
				jsArrprograminterest_Strayer_Online[28][100][0] = "Undergraduate Certificate in Information Systems: Programming Emphasis";
				jsArrprograminterest_Strayer_Online[28][100][1] = "1";
				jsArrprograminterest_Strayer_Online[28][101][0] = "Undergraduate Certificate in Information Systems: Security Administration Emphasis";
				jsArrprograminterest_Strayer_Online[28][101][1] = "1";
				jsArrprograminterest_Strayer_Online[28][102][0] = "Undergraduate Certificate in Information Systems: Web Development Emphasis";
				jsArrprograminterest_Strayer_Online[28][102][1] = "1";
				jsArrprograminterest_Strayer_Online[29][0][0] = "Associate in Arts in Accounting";
				jsArrprograminterest_Strayer_Online[29][0][1] = "1";
				jsArrprograminterest_Strayer_Online[29][1][0] = "Associate in Arts in Acquisition and Contract Management";
				jsArrprograminterest_Strayer_Online[29][1][1] = "1";
				jsArrprograminterest_Strayer_Online[29][2][0] = "Associate in Arts in Business Administration";
				jsArrprograminterest_Strayer_Online[29][2][1] = "1";
				jsArrprograminterest_Strayer_Online[29][3][0] = "Associate in Arts in Criminal Justice";
				jsArrprograminterest_Strayer_Online[29][3][1] = "1";
				jsArrprograminterest_Strayer_Online[29][4][0] = "Associate in Arts in Economics";
				jsArrprograminterest_Strayer_Online[29][4][1] = "1";
				jsArrprograminterest_Strayer_Online[29][5][0] = "Associate in Arts in Information Systems";
				jsArrprograminterest_Strayer_Online[29][5][1] = "1";
				jsArrprograminterest_Strayer_Online[29][6][0] = "Associate in Arts in Marketing";
				jsArrprograminterest_Strayer_Online[29][6][1] = "1";
				jsArrprograminterest_Strayer_Online[29][7][0] = "Bachelor of Business Administration: Acquisition and Contract Management Concentration";
				jsArrprograminterest_Strayer_Online[29][7][1] = "1";
				jsArrprograminterest_Strayer_Online[29][8][0] = "Bachelor of Business Administration: Banking Concentration";
				jsArrprograminterest_Strayer_Online[29][8][1] = "1";
				jsArrprograminterest_Strayer_Online[29][9][0] = "Bachelor of Business Administration: E-Business Concentration";
				jsArrprograminterest_Strayer_Online[29][9][1] = "1";
				jsArrprograminterest_Strayer_Online[29][10][0] = "Bachelor of Business Administration: Finance Concentration";
				jsArrprograminterest_Strayer_Online[29][10][1] = "1";
				jsArrprograminterest_Strayer_Online[29][11][0] = "Bachelor of Business Administration: Health Services Administration Concentration";
				jsArrprograminterest_Strayer_Online[29][11][1] = "1";
				jsArrprograminterest_Strayer_Online[29][12][0] = "Bachelor of Business Administration: Hospitality and Tourism Management Concentration";
				jsArrprograminterest_Strayer_Online[29][12][1] = "1";
				jsArrprograminterest_Strayer_Online[29][13][0] = "Bachelor of Business Administration: Human Resource Management Concentration";
				jsArrprograminterest_Strayer_Online[29][13][1] = "1";
				jsArrprograminterest_Strayer_Online[29][14][0] = "Bachelor of Business Administration: Legal Studies Concentration";
				jsArrprograminterest_Strayer_Online[29][14][1] = "1";
				jsArrprograminterest_Strayer_Online[29][15][0] = "Bachelor of Business Administration: Management Concentration";
				jsArrprograminterest_Strayer_Online[29][15][1] = "1";
				jsArrprograminterest_Strayer_Online[29][16][0] = "Bachelor of Business Administration: Marketing Concentration";
				jsArrprograminterest_Strayer_Online[29][16][1] = "1";
				jsArrprograminterest_Strayer_Online[29][17][0] = "Bachelor of Business Administration: Retail Management Concentration";
				jsArrprograminterest_Strayer_Online[29][17][1] = "1";
				jsArrprograminterest_Strayer_Online[29][18][0] = "Bachelor of Science in Accounting";
				jsArrprograminterest_Strayer_Online[29][18][1] = "1";
				jsArrprograminterest_Strayer_Online[29][19][0] = "Bachelor of Science in Criminal Justice: Computer Security and Forensics";
				jsArrprograminterest_Strayer_Online[29][19][1] = "1";
				jsArrprograminterest_Strayer_Online[29][20][0] = "Bachelor of Science in Criminal Justice: Criminal Justice Administration";
				jsArrprograminterest_Strayer_Online[29][20][1] = "1";
				jsArrprograminterest_Strayer_Online[29][21][0] = "Bachelor of Science in Criminal Justice: Homeland  Security and Emergency Management";
				jsArrprograminterest_Strayer_Online[29][21][1] = "1";
				jsArrprograminterest_Strayer_Online[29][22][0] = "Bachelor of Science in Criminal Justice: Homeland Security Technology";
				jsArrprograminterest_Strayer_Online[29][22][1] = "1";
				jsArrprograminterest_Strayer_Online[29][23][0] = "Bachelor of Science in Economics";
				jsArrprograminterest_Strayer_Online[29][23][1] = "1";
				jsArrprograminterest_Strayer_Online[29][24][0] = "Bachelor of Science in Information Systems: Computer Security Concentration";
				jsArrprograminterest_Strayer_Online[29][24][1] = "1";
				jsArrprograminterest_Strayer_Online[29][25][0] = "Bachelor of Science in Information Systems: Database Developer Concentration";
				jsArrprograminterest_Strayer_Online[29][25][1] = "1";
				jsArrprograminterest_Strayer_Online[29][26][0] = "Bachelor of Science in Information Systems: Database Management Concentration";
				jsArrprograminterest_Strayer_Online[29][26][1] = "1";
				jsArrprograminterest_Strayer_Online[29][27][0] = "Bachelor of Science in Information Systems: Homeland Security and Information Systems Concentration";
				jsArrprograminterest_Strayer_Online[29][27][1] = "1";
				jsArrprograminterest_Strayer_Online[29][28][0] = "Bachelor of Science in Information Systems: Internetworking Technology Concentration";
				jsArrprograminterest_Strayer_Online[29][28][1] = "1";
				jsArrprograminterest_Strayer_Online[29][29][0] = "Bachelor of Science in Information Systems: Networking Concentration";
				jsArrprograminterest_Strayer_Online[29][29][1] = "1";
				jsArrprograminterest_Strayer_Online[29][30][0] = "Bachelor of Science in Information Systems: Programming Concentration";
				jsArrprograminterest_Strayer_Online[29][30][1] = "1";
				jsArrprograminterest_Strayer_Online[29][31][0] = "Bachelor of Science in Information Systems: Security Administration Concentration";
				jsArrprograminterest_Strayer_Online[29][31][1] = "1";
				jsArrprograminterest_Strayer_Online[29][32][0] = "Bachelor of Science in Information Systems: Web Development Concentration";
				jsArrprograminterest_Strayer_Online[29][32][1] = "1";
				jsArrprograminterest_Strayer_Online[29][33][0] = "Bachelor of Science in Internatio
