var tips = $H();
tips['objective'] = 'The objective contains the knowledge or skills to be demonstrated and mastered by the students. It also lists the relevant CA Standard(s) that will be addressed.';
tips['anti'] = 'The anticipatory set creates the mood or tone needed for learning to take place. It relates the experiences and prior knowledge of the students to the objective of the current lesson. It is an opportunity for students to practice the skills they will need to master the present lesson objective.';
tips['input'] = 'The input contains that body of knowledge the teacher is conveying to the students. It will include any vocabulary words, theory, and detailed explanations.';
tips['modeling'] = 'After the input, the teacher shows students how the information that has been provided will be used to solve problems based on the objective. Modeling demonstrates the "how-to" for the end product of their work.';
tips['guided'] = 'This section of the lesson is an opportunity for the student to show their level of understanding from the lesson to this point.  It is a pause in the instruction that allows the teacher to actively monitor the students’ progress and focus on those individuals who may need extra help.';
tips['closure'] = 'This is when the lesson reaches a point where the student reflects on his or her interpretation and processes the lesson in its entirety.  The lesson should come "full circle" and make connections with the skills and the given problem sets. ';
tips['ind'] = 'This is the time when students are given the time (inside or outside of class) to practice the material presented.';
function TipProxy(name){
	var tip = tips[name];
	return Tip(tip, BALLOON, true, ABOVE, true, WIDTH, 300);
}
