// JavaScript Document
/*
// Array of Parenting pictures
var arrPics = new Array();
arrPics[0]  = 'liza';
arrPics[1]  = 'penny';
arrPics[2]  = 'kitty';
arrPics[3]  = 'truls';
arrPics[4]  = 'lab';
arrPics[5]  = 'doc';
*/

// 	randomNum = Math.floor(Math.random()*arrPics.length);	
//	document.write('<img src="'+path+'images/pics/'+arrPics[randomNum]+'.jpg" width="143" height="102" border="0">');

// Array of Parenting Tips
var arrTips = new Array();
arrTips[1]  = 'The more ideas you consider\, the more likely you are to find one that works.';
arrTips[2]  = 'Engage your brain before you engage your mouth.';
arrTips[3]  = 'Keep the long view in mind when working with kids.';
arrTips[4]  = 'If you know what you want your grown child to be like it is easier to make good decisions.';
arrTips[5]  = 'It is easier to get where you are going\, if you have a plan.';
arrTips[6]  = 'The more consistent you are\, the easier it is for your child to figure out what you want.';
arrTips[7]  = 'Consider your child\’s age and temperament before you act.';
arrTips[8]  = 'Divide difficult tasks into smaller pieces.';
arrTips[9]  = 'Look for the behavior you want, and acknowledge it.';
arrTips[10] = 'Look for \“seeds\” of the behavior you want, and encourage them.';
arrTips[11]  = 'Tell your child what to do, rather than what not to do.';
arrTips[12]  = 'An ounce of prevention is worth more than a pound of cure with toddlers.';
arrTips[13]  = 'Rejoice over what your child can do, rather than lamenting what he can\’t.';
arrTips[14]  = 'It is often easier to change your expectation rather than someone else\’s behavior.';
arrTips[15]  = 'You get more of what you notice from your child.';
arrTips[16]  = arrTips[1];
arrTips[17]  = arrTips[2];
arrTips[18]  = arrTips[3];
arrTips[19]  = arrTips[4];
arrTips[20]  = arrTips[5];
arrTips[21]  = arrTips[6];
arrTips[22]  = arrTips[7];
arrTips[23]  = arrTips[8];
arrTips[24]  = arrTips[9];
arrTips[25]  = arrTips[10];
arrTips[26]  = arrTips[11];
arrTips[27]  = arrTips[12];
arrTips[28]  = arrTips[13];
arrTips[29]  = arrTips[14];
arrTips[30]  = arrTips[15];
arrTips[31]  = arrTips[8];
	
var date = new Date();
var tip  = date.getDate();