

var sHeader;
var sBody;
//	Header = aThisTooltip[0]
//	Body = aThisTooltip[1]

//	Sexual Orientation
sHeader = "The \"Can I Get In?\" Section and How It Works";
sBody = "<p>"
            + "This is section is meant to help you answer "
            + "the age-old question of high school juniors and "
            + "seniors preparing to head off to college... \"Can I get in?\" "
        + "</p>"
        + "<p>"
            + "Can I get in to my dream school? Can I get in to Harvard? "
            + "Yale? Stanford? Michigan? "
        + "</p>"
        + "<p>"
            + "This feature allows you to seek out some answers from your "
            + "fellow College Toolkit members. "
            + "Wondering about your chances of admission at a school? "
        + "</p>"
        + "<p>"
            + "Our \"Can I Get In?\" tool allows you to select a school, "
            + "enter some information into a \"College Profile\", "
            + "and get feedback! "
        + "</p>"
        + "<p>"
            + "Once you post your question, other members can: "
        + "</p>"
        + "<ul>"
            + "<li>Vote on your chances of getting in</li>"
            + "<li>Provide comments or words of encouragement</li>"
            + "<li>Suggest another school that might be worth considering</li>"
        + "</ul>"
        + "<p>"
            + "The \"Can I Get In?\" feature allows you to learn from the "
            + "collective wisdom of your fellow members. "
        + "</p>"
        + "<p>"
            + "One piece of advice from the folks at College Toolkit: "
            + "Regardless of what others might think of your chances, "
            + "if you have a dream school, go for it! What's the worst "
            + "that can happen? You don't get in... and that's not "
            + "the end of the world."
        + "</p>";
var iCanIGetInDescription = AssignTextToTooltipArray(sHeader, sBody);