

function tooltipLabel(pageName,label) {

   var tooltips = new Array();
   
			   if (pageName == 'HomePage') {
					
					    		 tooltips['RecentWinners'] = 'These candidates won the most recent scholarships.';
					   		
					    		 tooltips['HomeTab'] = 'Return to the home page.';
					   		
					    		 tooltips['ExploreTab'] = 'Explore discussion forums.';
					   		
					    		 tooltips['HelpTab'] = 'Access our FAQ and other help information.';
					   		
					    		 tooltips['SignUpTab'] = 'Sign up for an account.';
					   		
					    		 tooltips['MyAccountTab'] = 'Manage your account settings and see your election status.';
					   		
					    		 tooltips['LogoutTab'] = 'Log out.';
					   		
					    		 tooltips['LoginTab'] = 'Log in.';
					   		
					    		 tooltips['TopCandidates'] = 'These ten candidates have the most points in the current election. Hold your cursor over a name for more information about that person.';
					   		
					    		 tooltips['NewestCandidates'] = 'These ten candidates signed up most recently. Hold your cursor over a name for more information about that person.';
					   		
					    		 tooltips['QuickSearch'] = 'Enter a keyword to find discussion forum posts containing that word.';
					   		
					    		 tooltips['AdvancedSearch'] = 'Use advanced search to search by candidate name, school, and more.';
					   		
					    		 tooltips['CollegenetLogo'] = 'Return to the home page.';
					   		
					    		 tooltips['CollegeSearch'] = 'Looking for a particular school? Click here to search for colleges and universities by keyword.';
					   		
					    		 tooltips['CollegeApplications'] = 'Ready to apply to college? Click here to access hundreds of online applications.';
					   		
					    		 tooltips['CollegeScholarships'] = 'Looking for other available scholarships? Click here to find scholarships that meet your needs.';
					   		
					    		 tooltips['PrivacyPolicy'] = 'Access the CollegeNET privacy policy.';
					   		
					    		 tooltips['TermsOfUse'] = 'Access the CollegeNET terms of use.';
					   		
					    		 tooltips['Help'] = 'Access our FAQ and other help information.';
					   		
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
		    
				} else if (pageName == 'ExplorePage') {
				
						     tooltips['Rss'] = "Initiate an RSS syndicated feed on this topic or user. For more information about using RSS, see your browser help.";
			   			
						     tooltips['Atom'] = "Initiate an Atom syndicated feed on this topic or user. For more information about using Atom, see your browser help.";
			   			
						     tooltips['Category'] = "Select any category name on the left to view its forums, or click All to view all forums.";
			   			
						     tooltips['ForumCategory'] = "The discussion forums are divided into categories to make it easier to find conversations that interest you.";
			   			
						     tooltips['PopularTags'] = "Tags are descriptive words that candidates apply to their posts. The tag cloud below shows which tags have been used most; the larger the text, the more people have used that word to tag their posts.";
			   			
						     tooltips['ReadMore'] = "Click to continue reading.";
			   			
						     tooltips['EmailThis'] = "Click to email this post to a friend.";
			   			
						     tooltips['CreateNewForum'] = "If you are a candidate, you can start a discussion forum on any topic. Starting a new forum is a great way to bring attention to your area of interest.";
			   			
						     tooltips['StartNewDiscussion'] = "Click to start a new discussion forum.";
			   			
						     tooltips['StartNewVideo'] = "Click to start a new video forum.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'ProfilePage') {
				
						     tooltips['EmailButton.ALLOWED'] = "Send email to someone about this candidate.";
			   			
						     tooltips['EmailButton.NOT_ACTIVE'] = "You can&rsquo;t send email to someone about this candidate until your account is active. Please use the code we sent to your cell phone and activate your account.";
			   			
						     tooltips['PictureOwn'] = "To add a new picture to your profile, click the My Account tab.";
			   			
						     tooltips['VoteButton.NOT_LOGGED_IN'] = "Log in to vote for this candidate. If you don&rsquo;t have an account, click the Sign Up tab to sign up for one.";
			   			
						     tooltips['VoteButton.NO_POSTS'] = "You can't vote for a candidate until he or she has posted at least once to a discussion forum.";
			   			
						     tooltips['VoteButton.NOT_ACTIVE'] = "You can&rsquo;t vote until your account is active. Please use the code we sent to your cell phone and activate your account.";
			   			
						     tooltips['VoteButton.NO_ELECTION'] = "You can&rsquo;t vote right now because there&rsquo;s no election at the current time. Check back later!";
			   			
						     tooltips['VoteButton.YOURSELF'] = "Oops, you can&rsquo;t vote for yourself!";
			   			
						     tooltips['VoteButton.ALREADY'] = "Oops, you have already voted for this candidate.";
			   			
						     tooltips['VoteButton.NO_BALLOTS'] = "Right now you&rsquo;re out of ballots. Check back later!";
			   			
						     tooltips['VoteButton.ALLOWED'] = "Vote for this candidate.";
			   			
						     tooltips['VoteButton.INELIGIBLE'] = "You can&rsquo;t vote for this candidate because the candidate has already won a previous election or is otherwise ineligible.";
			   			
						     tooltips['ReportButton.NOT_LOGGED_IN'] = "Log in to report this candidate. If you don&rsquo;t have an account, click the Sign Up tab to sign up for one.";
			   			
						     tooltips['EmailButton.NOT_LOGGED_IN'] = "Log in to email someone about this candidate. If you don&rsquo;t have an account, click the Sign Up tab to sign up for one.";
			   			
						     tooltips['ReportButton.NOT_ACTIVE'] = "You can&rsquo;t report someone until your account is active. Please use the code we sent to your cell phone and activate your account.";
			   			
						     tooltips['ReportButton.APPROPRIATE'] = "You can&rsquo;t report this content because it has been deemed always appropriate.";
			   			
						     tooltips['ReportButton.YOURSELF'] = "You can&rsquo;t mark your own profile as inappropriate.";
			   			
						     tooltips['ReportButton.ALREADY'] = "You have already marked this profile as inappropriate.";
			   			
						     tooltips['ReportButton.ALLOWED'] = "Mark this profile as inappropriate.";
			   			
						     tooltips['Picture'] = "This picture was uploaded by the candidate.";
			   			
						     tooltips['PictureNone'] = "No picture has been uploaded by this candidate.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'ForumsPage') {
				
						     tooltips['ReplyButton.NOT_CANDIDATE'] = "You can&rsquo;t post to discussion forums because you&rsquo;re not a candidate. See the Help for more information.";
			   			
						     tooltips['EmailButton.ALLOWED'] = "Send email to someone about this post.";
			   			
						     tooltips['ReplyButton.POST_LIMIT'] = "Sorry, you&rsquo;ve exceeded your limit of 5 posts a day. You can reply to this post tomorrow.";
			   			
						     tooltips['ReplyButton.ALLOWED'] = "Reply to this post.";
			   			
						     tooltips['EmailButton.NOT_ACTIVE'] = "You can&rsquo;t send email to someone about this post until your account is active. Please use the code we sent to your cell phone and activate your account.";
			   			
						     tooltips['VoteButton.NOT_LOGGED_IN'] = "Log in to vote for this candidate. If you don&rsquo;t have an account, click the Sign Up tab to sign up for one.";
			   			
						     tooltips['VoteButton.NOT_ACTIVE'] = "You can&rsquo;t vote until your account is active. Please use the code we sent to your cell phone and activate your account.";
			   			
						     tooltips['VoteButton.NO_ELECTION'] = "You can&rsquo;t vote right now because there&rsquo;s no election at the current time. Check back later!";
			   			
						     tooltips['VoteButton.YOURSELF'] = "Oops, you can&rsquo;t vote for yourself!";
			   			
						     tooltips['VoteButton.ALREADY'] = "Oops, you have already voted for this candidate.";
			   			
						     tooltips['VoteButton.NO_BALLOTS'] = "Right now you&rsquo;re out of ballots. Check back later!";
			   			
						     tooltips['VoteButton.ALLOWED'] = "Vote for this candidate.";
			   			
						     tooltips['VoteButton.INELIGIBLE'] = "You can&rsquo;t vote for this candidate because the candidate has already won a previous election or is otherwise ineligible.";
			   			
						     tooltips['ReportButton.NOT_LOGGED_IN'] = "Log in to report this post. If you don&rsquo;t have an account, click the Sign Up tab to sign up for one.";
			   			
						     tooltips['ReplyButton.NOT_LOGGED_IN'] = "Log in to reply to this post. If you don&rsquo;t have a candidate account, click the Sign Up tab to sign up for one.";
			   			
						     tooltips['ReplyButton.NOT_ACTIVE'] = "You can&rsquo;t reply to a post until your account is active. Please use the code we sent to your cell phone and activate your account.";
			   			
						     tooltips['EmailButton.NOT_LOGGED_IN'] = "Log in to email someone about this post. If you don&rsquo;t have an account, click the Sign Up tab to sign up for one.";
			   			
						     tooltips['ReportButton.NOT_ACTIVE'] = "You can&rsquo;t report someone until your account is active. Please use the code we sent to your cell phone and activate your account.";
			   			
						     tooltips['ReportButton.APPROPRIATE'] = "You can&rsquo;t report this content because it has been deemed always appropriate.";
			   			
						     tooltips['ReportButton.YOURSELF'] = "You can&rsquo;t mark your own post as inappropriate.";
			   			
						     tooltips['ReportButton.ALREADY'] = "You have already marked this post as inappropriate.";
			   			
						     tooltips['ReportButton.ALLOWED'] = "Mark this post as inappropriate.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'MyAccountPages') {
				
						     tooltips['MyProfile'] = "Your profile consists of a picture and text, which you can edit as often as you like. In addition to your posts in discussion forums, your profile is a way to tell people about yourself.";
			   			
						     tooltips['PictureNone'] = "To add a picture to your profile, click the Upload Picture button.";
			   			
						     tooltips['MyPicture'] = "To change your picture, click the Upload Picture button.";
			   			
						     tooltips['ProfileText'] = "Enter some text about yourself. Click Update Text to save your changes.";
			   			
						     tooltips['UploadPicture'] = "Browse to a picture file on your hard drive and add it to your profile. Most standard graphic formats are acceptable.";
			   			
						     tooltips['UpdateText'] = "Edit the text above and click here to save changes.";
			   			
						     tooltips['ElectionStatus'] = "All your election status information is displayed below.";
			   			
						     tooltips['TotalPoints'] = "Your total includes points you earned when others voted for you and points you earned by voting for others.";
			   			
						     tooltips['Rank'] = "Your rank is determined by your total points compared to the other candidates.";
			   			
						     tooltips['VotesReceived'] = "Click link to see a detailed list of information about each vote you received, and select which messages from voters you want to display as raves on your profile page.";
			   			
						     tooltips['BallotsCast'] = "Click to show a detailed list of information about all the ballots you&rsquo;ve cast.";
			   			
						     tooltips['BallotsRemaining'] = "This is the number of ballots you have left. Remember, every time you vote for someone else, you earn two points!";
			   			
						     tooltips['MyInfoFirstName'] = "Type a new name in the field and click Update Account at the bottom of this page to change the first name associated with your account.";
			   			
						     tooltips['MyInfoLastName'] = "Type a new name in the field and click Update Account at the bottom of this page to change the last name associated with your account.";
			   			
						     tooltips['MyInfoCity'] = "Type a new name in the field and click Update Account at the bottom of this page to change your city.";
			   			
						     tooltips['MyInfoState'] = "Select a state from the list and click Update Account at the bottom of this page to change your state.";
			   			
						     tooltips['MyInfoCellNumber'] = "This information can&rsquo;t be updated once your account has been activated.";
			   			
						     tooltips['MyInfoCellProvider'] = "This information can&rsquo;t be updated once your account has been activated.";
			   			
						     tooltips['MyInfoHighschool'] = "Click to select your high school from the list.";
			   			
						     tooltips['MyInfoCollege'] = "Click to select your college from the list.";
			   			
						     tooltips['CheckboxColumn'] = "Select one or more messages to be displayed as raves on your profile page. If a checkbox is greyed out, there is no message to display.";
			   			
						     tooltips['ShowSelected'] = "Click to add the selected messages to your profile page as raves.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'SearchResultsPage') {
				
						     tooltips['CandidateSearchResults'] = "These are the results of your candidate search. Click More... to go to that candidate&rsquo;s profile.";
			   			
						     tooltips['MessageSearchResults'] = "These are the results of your search parameters. Click a discussion forum name to go to that forum&rsquo;s first post; click a subject line to go right to the displayed post.";
			   			
						     tooltips['SchoolSearchResults'] = "These are the candidates affiliated with the school(s) you searched for. Click More... to go to that candidate&rsquo;s profile.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'SignUpPage') {
				
						     tooltips['FirstName'] = "Enter your first name.";
			   			
						     tooltips['LastName'] = "Enter your last name.";
			   			
						     tooltips['City'] = "Enter your city.";
			   			
						     tooltips['State'] = "Select your state from the drop-down list.";
			   			
						     tooltips['EmailAddress'] = "Enter your email address. It won't be displayed on the site.";
			   			
						     tooltips['CellPhoneNumber'] = "Enter your cell phone number to enable us to text message you an account activation code.";
			   			
						     tooltips['CellPhoneProvider'] = "Enter your cell phone provider. This enables us to send the text message to your cell phone.";
			   			
						     tooltips['CellPhoneWITN'] = "We require a cell phone number for account activation and to prevent bogus voting. This number is used to send you a text message with your activation code. We can&rsquo;t set up an account for you without a cell phone number.";
			   			
						     tooltips['ScreenName'] = "Your screen name is seen by others. It appears on the site next to your profile and all posts you make to discussion forums.";
			   			
						     tooltips['UserName'] = "Your user name won't be displayed on the site for others to see. It's only used by you to log in or manage your account settings.";
			   			
						     tooltips['Password'] = "Enter a password between 5-10 characters.";
			   			
						     tooltips['PasswordAgain'] = "Reenter your password to verify it.";
			   			
						     tooltips['CandidateWIT'] = "You must be a current college student or planning to attend college within the next year to become a scholarship candidate.";
			   			
						     tooltips['SurveyWIT'] = "We&rsquo;re interested in your feedback. If you select this, we'll send you an email reminder about the survey before the election ends.";
			   			
						     tooltips['TypeCharacters'] = "Type the characters you see in the box provided. This helps us know you're an actual human being and not a bot!";
			   			
						     tooltips['CaptchaImage'] = "Type the characters you see in the box provided. This helps us know you're an actual human being and not a bot!";
			   			
						     tooltips['Cancel'] = "Cancel without signing up for an account.";
			   			
						     tooltips['SignUp'] = "Submit your signup data. You'll receive a text message shortly with an activation code to complete the signup process.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'Subwindow.Login') {
				
						     tooltips['UserName'] = "Enter the user name you created when you signed up for your account.";
			   			
						     tooltips['Password'] = "Enter the password you created when you signed up for your account.";
			   			
						     tooltips['LogIn'] = "Click to log in to the site.";
			   			
						     tooltips['SignUp'] = "Click to sign up for a new account.";
			   			
						     tooltips['ForgotPassword'] = "Click this link to have us email you a new password.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'Subwindow.AdvancedSearch') {
				
						     tooltips['SearchFor'] = "Select whether you want to search for a candidate (by name or keyword), a discussion post (by keyword, tag, or more), or view a list of all candidates who are affiliated with a particular school.";
			   			
						     tooltips['ForumCategory'] = "Select a forum category to limit your results. If you don&rsquo;t select a category, all categories will be searched.";
			   			
						     tooltips['Keywords'] = "Type one or more words separated by spaces.";
			   			
						     tooltips['PostedBy'] = "Enter a candidate&rsquo;s full user name to limit your search results to posts by that person.";
			   			
						     tooltips['PostedAfter'] = "Specify a date to limit your search to items posted after that date.";
			   			
						     tooltips['TaggedWith'] = "Specify one or more tags to limit your search to items with those tags. Separate multiple tags with commas.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'Subwindow.Vote') {
				
						     tooltips['RelationTo'] = "Specify how you&rsquo;re related to the candidate (optional).";
			   			
						     tooltips['AnonymousWDTM'] = "This makes your vote anonymous. Otherwise, your screen name will appear as a voter for this candidate.";
			   			
						     tooltips['AttachWDTM'] = "This enables you to type a brief message to the candidate (for example, a phrase of encouragement).";
			   			
						     tooltips['RavesWDTM'] = "This enables the candidate to display your message as a rave so others can see it. Otherwise, the candidate gets your message but can&rsquo;t display it as a rave.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'Subwindow.Report') {
				
						     tooltips['InapproriateDropdown'] = "Select the reason you&rsquo;re reporting this content as inappropriate.";
			   			
						     tooltips['ReportMessage'] = "Enter an optional message with more information about why you&rsquo;re reporting this content as inappropriate.";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				} else if (pageName == 'Subwindow.Email') {
				
						     tooltips['EmailAddress'] = "Enter one or more recipients for this message in the standard address format (name@domain.com). Separate multiple addresses with commas.";
			   			
						     tooltips['EmailSubject'] = "Edit the subject line (optional).";
			   			
						     tooltips['Bcc'] = "Check this to send a copy of this message to the email address associated with your account.";
			   			
						     tooltips['EmailBody'] = "Edit this default message text (optional).";
			   			
					var tooltip = tooltips[label];
					if (tooltip == null) {
					  tooltip = "Need tooltip for " + pageName + "." + label;
					}

					return tooltip;
    		
				}
}

