var msg1tip1 = "Dish Pan Storage - each child has an individual dish pan to store crayons, pencils, etc. under their desk. They are cheap & keep things neat. ";
var msg1tip2 = "Put velcro strips on the bottom of pencil boxes when children are seated at tables with a strip of velcro running down the table to hold them in place where all can reach. ";
var msg1tip3 = "Use gallon-size freezer bags instead of supply boxes. ";
var msg1tip4 = "Have a rolling cart with craft supplies on it, or frequently used materials. This makes it easy to move your supplies to where the instruction will occur. ";
var msg1tip5 = "Use hanging fruit baskets to store glue, scissors or markers. ";
var msg1tip6 = "Color code materials so students know where to return them. ";
var msg1tip7 = "Use vinyl rain gutter sections mounted along the wall to display books. ";
var msg1tip8 = "Increase display space for student work by stringing heavy-duty wire across the room or along hallways, and use clothes pins to hang work. ";
var msg1tip9 = "Use a plastic magazine rack to store spiral notebooks. It keeps them organized and handy. ";
var msg1tip10 = "Consider getting rid of teacher's desk. Use a rolling podium; it takes up less space and can help vary where instruction occurs. ";
var msg1tip11 = "Use 3M Dry Mount spray (the re-mountable, NOT the permanent kind) to attach letters to bulletin board. ";
var msg1tip12 = "Tie writing rules into a unit on The Constitution. Have students sign to abide by the &#8220;Classroom Constitution&#8221;. ";
var msg1tip13 = "Have students practice different room arrangements so changes can be made quickly. Use a cue word that instructs them to move to a particular arrangement. ";
var msg1tip14 = "When checking out books in the room, have students use a wooden paint stir stick to mark the place of the book they borrowed. ";

var msg2tip1 = "Create a flip chart of procedures - both a master chart for teacher use and individual flip charts for students to have at their desks. ";
var msg2tip2 = "For students to signal they need help, have them hold up a neon card or put a tent card on their desk. ";
var msg2tip3 = "When passing out materials to groups have everything in one Ziploc bag per group & have one student responsible for getting and putting materials away. ";
var msg2tip4 = "Student attention cue - play music softly and say, &#8220;If you can hear the music you're ready.&#8221; ";
var msg2tip5 = "Use a timer and have a designated student in each class set it to go off 10 minutes before the end of class so you have time to wrap up each class. ";
var msg2tip6 = "To assign students to classroom job, have them fill out an application and interview with you. ";
var msg2tip7 = "A reflective phrase - &#8220;If you didn't get the grade you wanted, I didn't get the work I wanted.&#8221; ";
var msg2tip8 = "To collect homework or other assignments, try having a real mailbox. If an assignment is due, the red flag is up and you can pick up the 'mail' between classes.";
var msg2tip9 = "Have a folder filled with activities for students who finish their seatwork early. It can contain review activities or materials that haven't been fully mastered. ";
var msg2tip10 = "Use magnetic clips for students to clip work to their desks if they have unfinished work or if a child is absent. ";
var msg2tip11 = "Keep a daily work folder for each student that stays at their desk. When they are absent, work and assignments are placed in that folder. ";
var msg2tip12 = "Students earn pennies for good behavior. Every check-plus equals a penny, and students can spend the pennies on treats at the school store. ";
var msg2tip13 = "Give each student a certain number of hall passes per grading period and they can turn in unused ones for extra credit points. ";
var msg2tip14 = "Reinforce positive behavior with tally sheets that each child uses to record their good behavior. ";


var msg1 = new Array();
var msg2 = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg1[1] = msg1tip1;
msg1[2] = msg1tip2;
msg1[3] = msg1tip3;
msg1[4] = msg1tip4;
msg1[5] = msg1tip5;
msg1[6] = msg1tip6;
msg1[7] = msg1tip7;
msg1[8] = msg1tip8;
msg1[9] = msg1tip9;
msg1[10] = msg1tip10;
msg1[11] = msg1tip11;
msg1[12] = msg1tip12;
msg1[13] = msg1tip13;
msg1[14] = msg1tip14;
msg1[15] = msg1tip1;
msg1[16] = msg1tip2;
msg1[17] = msg1tip3;
msg1[18] = msg1tip4;
msg1[19] = msg1tip5;
msg1[20] = msg1tip6;
msg1[21] = msg1tip7;
msg1[22] = msg1tip8;
msg1[23] = msg1tip9;
msg1[24] = msg1tip10;
msg1[25] = msg1tip11;
msg1[26] = msg1tip12;
msg1[27] = msg1tip12;
msg1[28] = msg1tip14;
msg1[29] = msg1tip1;
msg1[30] = msg1tip2;
msg1[31] = msg1tip3;

msg2[1] = msg2tip1;
msg2[2] = msg2tip2;
msg2[3] = msg2tip3;
msg2[4] = msg2tip4;
msg2[5] = msg2tip5;
msg2[6] = msg2tip6;
msg2[7] = msg2tip7;
msg2[8] = msg2tip8;
msg2[9] = msg2tip9;
msg2[10] = msg2tip10;
msg2[11] = msg2tip11;
msg2[12] = msg2tip12;
msg2[13] = msg2tip13;
msg2[14] = msg2tip14;
msg2[15] = msg2tip1;
msg2[16] = msg2tip2;
msg2[17] = msg2tip3;
msg2[18] = msg2tip4;
msg2[19] = msg2tip5;
msg2[20] = msg2tip6;
msg2[21] = msg2tip7;
msg2[22] = msg2tip8;
msg2[23] = msg2tip9;
msg2[24] = msg2tip10;
msg2[25] = msg2tip11;
msg2[26] = msg2tip12;
msg2[27] = msg2tip12;
msg2[28] = msg2tip14;
msg2[29] = msg2tip1;
msg2[30] = msg2tip2;
msg2[31] = msg2tip3;

function writeTTips1() { 
document.write(msg1[today]);
}
function writeTTips2() { 
document.write(msg2[today]);
}
