function MM_swapImgRestore() { 
  var i,x,a=document.MM_sr;
  for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_preloadImages() { 
  var d=document; if(d.images){ 
    if(!d.MM_p) d.MM_p=new Array();
    var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
    if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image;
    d.MM_p[j++].src=a[i];
    }
  }
}

function MM_findObj(n, d) { 
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { 
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}

function showScholarshipInfo(frmVar)
{
  if(!frmVar) frmVar = document.getElementById('form1');
  function GPAtoInt(gpaVal){
    switch(gpaVal){
      case 'a+':
      case 'A+':
      case 'a':
      case 'A':
        return 4;
        break;
      case 'a-':
      case 'A-':
        return 3.7;
        break;
      case 'b+':
      case 'B+':
        return 3.3;
        break;
      case 'b':
      case 'B':
        return 3;
        break;
      case 'b-':
      case 'B-':
        return 2.7;
        break;
      case 'c+':
      case 'C+':
        return 2.3;
        break;
      case 'c':
      case 'C':
        return 2.0;
        break;
      case 'c-':
      case 'C-':
        return 1.7;
        break;
      case 'd+':
      case 'D+':
        return 1.3;
        break;
      case 'd':
      case 'D':
        return 1.0;
        break;
      case 'f':
      case 'F':
        return 0;
        break;
      default:
        return gpaVal;
        break;
    }
  }
  
  var act_score = parseInt(document.getElementById('act').value);          
  var gpa_score = document.getElementById('gpa').value;
  gpa_score = gpa_score.replace(/ /g,"");
  gpa_score = GPAtoInt(gpa_score);
  gpa_score = parseInt(gpa_score);	
  
	  if (act_score >=29 && gpa_score >=3.75)
	  {
		fade(7, 1, true);  
	  }else if (act_score >=28 && gpa_score >=3.75)
	  {
		
		fade(7, 2, true);  
	  }else if (act_score >=27 && gpa_score >=3.75)
	  {
		
		fade(7, 3, true);  
	  }else if (act_score >=26 && gpa_score >=3.75)
	  {
		
		fade(7, 4, true);  
	  }else if (act_score >=25 && gpa_score >=3.75)
	  {
		
		fade(7, 5, true);  
	  }else if (act_score >=24 && gpa_score >=3.75)
	  {
		
		fade(7, 6, true);  
	  }else if (act_score >=23 && gpa_score >=3.75)
	  {
		
		fade(7, 7, true);  
	  }else if (act_score >=22 && gpa_score >=3.75)
	  {
		
		fade(7, 8, true);  
	  }else if (act_score >=29 && gpa_score >=3.5)
	  {
		
		fade(7, 9, true);  
	  }else if (act_score >=28 && gpa_score >=3.5)
	  {
		
		fade(7, 10, true);  
	  }else if (act_score >=27 && gpa_score >=3.5)
	  {
		
		fade(7, 11, true);  
	  }else if (act_score >=26 && gpa_score >=3.5)
	  {
		
		fade(7, 12, true);  
	  }else if (act_score >=25 && gpa_score >=3.5)
	  {
		
		fade(7, 13, true);  
	  }else if (act_score >=24 && gpa_score >=3.5)
	  {
		
		fade(7, 14, true);  
	  }else if (act_score >=23 && gpa_score >=3.5)
	  {
	  	
		fade(7, 15, true);  
	  }else if (act_score >=22 && gpa_score >=3.5)
	  {
		
		fade(7, 16, true);  
	  }else if (act_score >=29 && gpa_score >=3.25)
	  {
		
		fade(7, 17, true);  
	  }else if (act_score >=28 && gpa_score >=3.25)
	  {
		
		fade(7, 18, true);  
	  }else if (act_score >=27 && gpa_score >=3.25)
	  {
		
		fade(7, 19, true);  
	  }else if (act_score >=26 && gpa_score >=3.25)
	  {
	  	
		fade(7, 20, true);  
	  }else if (act_score >=25 && gpa_score >=3.25)
	  {
	  	
		fade(7, 21, true);  
	  }else if (act_score >=24 && gpa_score >=3.25)
	  {
	  	
		fade(7, 22, true);  
	  }else if (act_score >=23 && gpa_score >=3.25)
	  {
	  	
		fade(7, 23, true);  
	  }else if (act_score >=22 && gpa_score >=3.25)
	  {
	  	
		fade(7, 24, true);  
	  }else if (act_score >=29 && gpa_score >=3)
	  {
	  	
		fade(7, 25, true);  
	  }else if (act_score >=28 && gpa_score >=3)
	  {
	  	
		fade(7, 26, true);  
	  }else if (act_score >=27 && gpa_score >=3)
	  {
	  	
		fade(7, 27, true);  
	  }else if (act_score >=26 && gpa_score >=3)
	  {
	  	
		fade(7, 28, true);  
	  }else if (act_score >=25 && gpa_score >=3)
	  {
	  	
		fade(7, 29, true);  
	  }else if (act_score >=24 && gpa_score >=3)
	  {
	  	
		fade(7, 30, true);  
	  }else if (act_score >=23 && gpa_score >=3)
	  {
	  	
		fade(7, 31, true);  
	  }else if (act_score >=22 && gpa_score >=3)
	  {
	  	
		fade(7, 32, true);  
	  }else 
	  {
		
		fade(7, 33, true);  
	  }
}

function IsNumeric(sText){
  var ValidChars = "0123456789.";
  var IsNumber=true;
  var Char;

  for (i = 0; i < sText.length && IsNumber == true; i++){ 
	  Char = sText.charAt(i); 
	  if (ValidChars.indexOf(Char) == -1){
	    IsNumber = false;
		}
	}
  return IsNumber;
}

function isInt(inputStr){
	if (inputStr == ""){
			return false;
	}else{
		for (var c = 0; c < inputStr.length; c++){
			var oneChar = inputStr.charAt(c);
			if (oneChar < "0" || oneChar > "9"){
			  if (c == 0 && oneChar == "-"){
			  }else{
				  return false;
			  }
		  }
	  }
	}
	return true;
}	

var fader = new Array(), fadeQ = new Array();

var RGB = new Array(256), k = 0, hex = ["0","1","2","3","4","5","6","7","8","9","a","b","c","d","e","f"];

for (var i = 0; i < 16; i++) for (var j = 0; j < 16; j++) RGB[k++] = hex[i] + hex[j];



function fadeObj(number, id, colOff, colOn, spdIn, spdOut, def) {

  this.number = number;

  this.id = id;

  this.colOff = [parseInt(colOff.substr(0, 2), 16), parseInt(colOff.substr(2, 2), 16), parseInt(colOff.substr(4, 2), 16)];

  this.colOn = [parseInt(colOn.substr(0, 2), 16), parseInt(colOn.substr(2, 2), 16), parseInt(colOn.substr(4, 2), 16)];

  this.colNow = [parseInt(colOff.substr(0, 2), 16), parseInt(colOff.substr(2, 2), 16), parseInt(colOff.substr(4, 2), 16)];

  this.spdIn = spdIn;

  this.spdOut = spdOut;

  this.def = def;

  this.direction = false;

  this.active = false;

  this.message = new Array();

  this.messageNow = 0;

}



function fadeCmd(number, message, direction) {

  this.number = number;

  this.message = message;

  this.direction = direction;

}

function fade(number, message, direction){
  if (fader[number].message) {
    var e = document.getElementById('scholarship_info');
    if (e){
      e.innerHTML = fader[number].message[message];
      e.style.display = 'block';
    }
  }
}

function _fade(number, message, direction) {

  

  if (fader[number].def && fader[number].direction) {  

    fadeQ[fadeQ.length] = new fadeCmd(number, 0, false);

    fadeQ[fadeQ.length] = new fadeCmd(number, message, direction);

    message = 0;

    direction = false;

  } else fadeQ[fadeQ.length] = new fadeCmd(number, message, direction);

  setTimeout(function() { fadeBegin(number); }, 20);

}



function fadeBegin(number) {

  for (var x = 0; x < fadeQ.length; x++) {

    for (var y = x + 1; y < fadeQ.length; y++) {

      if (fadeQ[x].number == fadeQ[y].number && fadeQ[x].message == fadeQ[y].message && fadeQ[x].direction != fadeQ[y].direction) {

        fadeQ.splice(x, 1);

        fadeQ.splice(y - 1, 1);

      }

    }

  }

  if (!fader[number].active) {

    for (var x = 0; x < fadeQ.length; x++) {

      if (fadeQ[x].number == number && fadeQ[x].direction != fader[number].direction) {

        var del = fadeQ.splice(x, 1);

        setTimeout(function() { fadeEng(number, del[0].message, del[0].direction); }, 0);

        break;

      }

    }

  }

}



function fadeEng(number, message, direction) {

  if (!fader[number].active) {

    fader[number].active = true;

    fader[number].direction = direction;

    fader[number].messageNow = message;

    document.getElementById(fader[number].id).innerHTML = fader[number].message[message];

  }

  var iniCol = (direction) ? fader[number].colOff : fader[number].colOn;

  var endCol = (direction) ? fader[number].colOn : fader[number].colOff;

  var incCol = fader[number].colNow;

  var spd = (direction) ? fader[number].spdIn : fader[number].spdOut;

  for (var x = 0; x < 3; x++) {

    var incr = (endCol[x] - iniCol[x]) / spd;

    incCol[x] = (incr < 0) ? Math.max(incCol[x] + incr, endCol[x]) : Math.min(incCol[x] + incr, endCol[x]);

  }

  document.getElementById(fader[number].id).style.color = "#" + RGB[parseInt(incCol[0])] + RGB[parseInt(incCol[1])] + RGB[parseInt(incCol[2])];

  if (incCol[0] == endCol[0] && incCol[1] == endCol[1] && incCol[2] == endCol[2]) {

    fader[number].active = false;

    for (var x = 0; x < fadeQ.length; x++) {

      if (fadeQ[x].number == number) {

        var del = fadeQ.splice(x, 1);

        setTimeout(function() { fadeEng(number, del[0].message, del[0].direction); }, 0);

        return false;

      }

    }

    if (!direction) {

      if (fader[number].def) {

        setTimeout(function() { fadeEng(number, 0, true); }, 0);

      } else document.getElementById(fader[number].id).innerHTML = "&nbsp;";

    }

  } else setTimeout(function() { fadeEng(number, message, direction); }, 0);

}

fader[0] = new fadeObj(0, 'fade0', 'dddddd', '000000', 20, 20, true);

fader[0].message[0] = "This is an optional default message; the fade object on the right side has no default.  Mouseover each topic to make quotes fade in and out.";

fader[0].message[1] = "Nowhere can a man find a quieter or more untroubled retreat than in his own soul.<br />- Marcus Aurelius";

fader[0].message[2] = "Feeding the starving poor only increases their number.<br />- Ben Bova";

fader[0].message[3] = "The limits of tyrants are prescribed by the endurance of those whom they oppose.<br />- Frederick Douglass";

fader[0].message[4] = "The foolish man seeks happiness in the distance, the wise grows it under his feet.<br />- James Oppenheim";



fader[1] = new fadeObj(1, 'fade1', 'bbbbbb', '000000', 20, 20, false);

fader[1].message[1] = "Success is relative. It is what we can make of the mess we have made of things.<br />- T.S. Eliot";

fader[1].message[2] = "We have two ears and one mouth so we may listen more and talk the less.<br />- Epictetus";

fader[1].message[3] = "It is better to be violent, if there is violence in our hearts, than to put on the cloak of nonviolence to cover impotence.<br />- Mahatma Gandhi";

fader[1].message[4] = "Don't part with your illusions. When they are gone you may still exist, but you have ceased to live.<br />- Mark Twain";





fader[3] = new fadeObj(3, 'scholarship_info', 'dddddd', '330099', 200, 20, true);

fader[3].message[0] = "Be sure to enter your ACT score and GPA to see if you qualify for our scholarships!";

fader[3].message[1] = "Congratulations.  Your test scores qualify you for our Trustee Scholarship, worth $10,000!";

fader[3].message[2] = "Congratulations.  Your test scores qualify you for our $8,500 President's Scholarship.";

fader[3].message[3] = "Congratulations.  Your test scores qualify you for our $7,500 Hilltop Scholarship.";

fader[3].message[4] = "Congratulations.  Your test scores qualify you for our $6,000 Wildcat Scholarship.";

fader[3].message[5] = "We're sorry but your scores do not qualify you for any academic scholarships." +

				  "  However, we do offer other types of financial aid, including need-based grants, loans, " +

				  "work study and athletic scholarships.  If you are interested in any of these, please <a href=mailto:admissions@culver.edu>click" +

				  " here</a> and we'll get right back to you.";

				  



fader[4] = new fadeObj(4, 'scholarship_info', 'dddddd', '330099', 200, 20, true);

fader[4].message[0] = "If you have taken the ACT or SAT, please enter your scores and your GPA to see if you qualify for our academic scholarships.";

fader[4].message[1] = "Congratulations.  Your test scores qualify you for our Churchill Award, worth $10,000 - $15,000!";

fader[4].message[2] = "Congratulations.  Your test scores qualify you for our Trustee Award, worth $8,000 - $9,000!";

fader[4].message[3] = "Congratulations.  Your test scores qualify you for our President's Award, worth $6,500 - $7,500!";

fader[4].message[4] = "Congratulations.  Your test scores qualify you for our Dean's Award, worth $5,500 - $6,500!";

fader[4].message[5] = "Congratulations.  Your test scores qualify you for our Founder's Award, worth $3,000 - $4,000!";;



fader[4].message[6] = "We're sorry but your scores do not qualify you for any academic scholarships." +

				  "  However, we do offer other types of financial aid, including need-based grants, loans, " +

				  "work study and athletic scholarships.  If you are interested in any of these, please <a href=mailto:Tackitd@westminster-mo.edu>click" +

				  " here</a> and we'll get right back to you.";





fader[5] = new fadeObj(5, 'scholarship_info', 'dddddd', 'CC0033', 200, 20, true);

fader[5].message[0] = "If you have taken the ACT, please enter your score and your GPA to see if you qualify for our academic scholarships.";

fader[5].message[1] = "Congratulations.  Your test scores qualify you for our Presidential Scholarship, worth $7,500!";

fader[5].message[2] = "Congratulations.  Your test scores qualify you for our Davis Scholarship, worth $4,500!";

fader[5].message[3] = "Congratulations.  Your test scores qualify you for our Dean's Scholarship, worth $3,500!";

fader[5].message[4] = "Congratulations.  Your test scores qualify you for our Honors Scholarship, worth $3,000!";

fader[5].message[5] = "Congratulations.  Your test scores qualify you for our Tower Scholarship, worth $2,000!";;



fader[5].message[6] = "We're sorry but your scores do not qualify you for any academic scholarships." +

				  "  However, we do offer other types of financial aid, including need-based grants, loans, " +

				  "work study and athletic scholarships.  If you are interested in any of these, please <a href=mailto:apply4$@friends.edu>click" +

				  " here</a> and we'll get right back to you.";





fader[6] = new fadeObj(6, 'scholarship_info', 'dddddd', 'CC0033', 200, 20, true);

fader[6].message[0] = "If you have taken the ACT, please enter your score and your GPA to see if you qualify for our academic scholarships.";

fader[6].message[1] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $12,000!";

fader[6].message[2] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $11,000!";

fader[6].message[3] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $10,000!";

fader[6].message[4] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $9,500!";

fader[6].message[5] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $7,000!";

fader[6].message[6] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $11,500!";

fader[6].message[7] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $10,500!";

fader[6].message[8] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $9,500!";

fader[6].message[9] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $9,000!";

fader[6].message[10] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $6,500!";

fader[6].message[11] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $10,500!";

fader[6].message[12] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $10,000!";

fader[6].message[13] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $9,000!";

fader[6].message[14] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $8,500!";

fader[6].message[15] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $6,000!";

fader[6].message[16] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $9,500!";

fader[6].message[17] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $8,500!";

fader[6].message[18] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $8,000!";

fader[6].message[19] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $7,500!";

fader[6].message[20] = "Congratulations. Your test scores may qualify you for an academic scholarship, worth $5,000!";;



fader[6].message[21] = "There are a variety of grant programs available which are not dependent" +

				  " on academic criteria. Contact your admissions counselor for further information" +

				  " by calling 800-688-4295 or <a href=mailto:admissions@quincy.edu>email us</a>.";




//ESU
fader[7] = new fadeObj(7, 'scholarship_info', 'dddddd', '000000', 200, 20, true);

fader[7].message[0] = "If you have taken the ACT, please enter your score and your GPA to see if you qualify for our academic scholarships.";

fader[7].message[1] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $2,000!";

fader[7].message[2] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,800!";

fader[7].message[3] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,600!";

fader[7].message[4] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,400!";

fader[7].message[5] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,200!";

fader[7].message[6] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1000!";

fader[7].message[7] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $700!";

fader[7].message[8] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $700!";

fader[7].message[9] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,800!";

fader[7].message[10] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,600!";

fader[7].message[11] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,600!";

fader[7].message[12] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,200!";

fader[7].message[13] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,200!";

fader[7].message[14] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1000!";

fader[7].message[15] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $700!";

fader[7].message[16] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $700!";

fader[7].message[17] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,600!";

fader[7].message[18] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,400!";

fader[7].message[19] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,000!";

fader[7].message[20] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,000!";

fader[7].message[21] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,000!";

fader[7].message[22] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,000!";

fader[7].message[23] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $700!";

fader[7].message[24] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $700!";

fader[7].message[25] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,200!";

fader[7].message[26] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,100!";

fader[7].message[27] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,000!";

fader[7].message[28] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,000!";

fader[7].message[29] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,000!";

fader[7].message[30] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $1,000!";

fader[7].message[31] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $700!";

fader[7].message[32] = "Congratulations. Your test scores may qualify you for an ESU Hornet scholarship, worth $700!";;





fader[7].message[33] = 'We offer general scholarships, talent awards in art, music, theatre, debate, athletics, and departmental scholarships. Call (877) 468-6378, <a href="mailto:go2esu@emporia.edu">email us</a> or <a target="_blank" href="http://www.emporia.edu/admiss">click here</a>.';





fader[8] = new fadeObj(8, 'scholarship_info', 'dddddd', '3300FF', 200, 20, true);

fader[8].message[0] = "If you have taken the ACT, please enter your score and your GPA to see if you qualify for our academic scholarships.";

fader[8].message[1] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[2] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[3] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[4] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[5] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[6] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[7] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[8] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[9] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[10] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[11] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[12] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[13] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[14] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[15] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[16] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[17] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[18] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[19] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[20] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[21] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[22] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[23] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[24] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[25] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[26] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[27] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[28] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[29] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[30] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[31] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[32] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[33] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[34] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[35] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[36] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[37] = "Congratulations. You may qualify for a Regent's Scholarship, worth $11,000!";

fader[8].message[38] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[39] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[40] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[41] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[42] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[43] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[44] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[45] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[46] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[47] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[48] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[49] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[50] = "Congratulations. You may qualify for a Regent's Scholarship, worth $8,000!";

fader[8].message[51] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[52] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[53] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[54] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[55] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[56] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[57] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[58] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[59] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[60] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[61] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[62] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[63] = "Congratulations. You may qualify for an Achievement Award, worth $6,500!";

fader[8].message[64] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[65] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[66] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[67] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[68] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[69] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[70] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";

fader[8].message[71] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";
fader[8].message[72] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";
fader[8].message[73] = "Congratulations. You may qualify for an Achievement Award, worth $3,500!";;

fader[8].message[74] = "We are sorry but your scores do not qualify you for any academic scholarships." +
						" However, Concordia offers talent awards in art, music, theatre, debate and athletics." +
						" For more info, call 1-800-535-5494 ext. 7233 or <a href=mailto:admiss@cune.edu>email us</a>.";
