var msg = new Array();
Stamp = new Date();
today = Stamp.getDate();
msg[1] = "<b>Be Prepared.</b> Before you begin baking, familiarize yourself with the recipe, its ingredients and terminology.";
msg[2] = "<b>Measure Up.</b>  Baking is a science - the more accurate your ingredient measurements, the better your end product. Measure liquids in a clear measuring cup placed on a level surface.";
msg[3] = "<b>No Substitutions.</b> Do not use spreads, such as margarine or shortening or part-butter products, to replace butter in a recipe.";
msg[4] = "<b>Avoid Sticky Issues.</b> Keep cookies from sticking to baking sheets by simply covering sheets with a layer of parchment paper or by greasing the sheets using a piece of paper towel rubbed with butter.";
msg[5] = "<b>Embrace the Chill.</b> For best cookie baking results, keep your dough chilled in between baking batches of cookies.";
msg[6] = "<b>The Right Roll.</b> For easy rolling and clean up, roll cookie dough between two layers of lightly floured parchment or wax paper.";
msg[7] = "<b>Quick to Cool.</b> Cookies turn out best when the dough is placed onto cool cookie sheets. Accelerate the cooling process by running tepid water over the back of your baking sheets.";
msg[8] = "<b>Well-Defined Lines.</b> For crisp-looking, well-defined holiday cookie shapes, place cut-outs on a cookie sheet and refrigerate before baking.";
msg[9] = "<b>Perfect Timing.</b> Watch cookies carefully during baking and remove when they begin to turn light brown around the edges.";
msg[10] = "<b>Safe Storage.</b> Store soft cookies, such as drop cookies, in a container with a tight lid, and crisp cookies, such as Florentines, in a container with a loose lid.";
msg[11] = "<b>Be Prepared.</b> Before you begin baking, familiarize yourself with the recipe, its ingredients and terminology.";
msg[12] = "<b>Measure Up.</b>  Baking is a science - the more accurate your ingredient measurements, the better your end product. Measure liquids in a clear measuring cup placed on a level surface.";
msg[13] = "<b>No Substitutions.</b> Do not use spreads, such as margarine or shortening or part-butter products, to replace butter in a recipe.";
msg[14] = "<b>Avoid Sticky Issues.</b> Keep cookies from sticking to baking sheets by simply covering sheets with a layer of parchment paper or by greasing the sheets using a piece of paper towel rubbed with butter.";
msg[15] = "<b>Embrace the Chill.</b> For best cookie baking results, keep your dough chilled in between baking batches of cookies.";
msg[16] = "<b>The Right Roll.</b> For easy rolling and clean up, roll cookie dough between two layers of lightly floured parchment or wax paper.";
msg[17] = "<b>Quick to Cool.</b> Cookies turn out best when the dough is placed onto cool cookie sheets. Accelerate the cooling process by running tepid water over the back of your baking sheets.";
msg[18] = "<b>Well-Defined Lines.</b> For crisp-looking, well-defined holiday cookie shapes, place cut-outs on a cookie sheet and refrigerate before baking.";
msg[19] = "<b>Perfect Timing.</b> Watch cookies carefully during baking and remove when they begin to turn light brown around the edges.";
msg[20] = "<b>Safe Storage.</b> Store soft cookies, such as drop cookies, in a container with a tight lid, and crisp cookies, such as Florentines, in a container with a loose lid.";
msg[21] = "<b>Be Prepared.</b> Before you begin baking, familiarize yourself with the recipe, its ingredients and terminology.";
msg[22] = "<b>Measure Up.</b>  Baking is a science - the more accurate your ingredient measurements, the better your end product. Measure liquids in a clear measuring cup placed on a level surface.";
msg[23] = "<b>No Substitutions.</b> Do not use spreads, such as margarine or shortening or part-butter products, to replace butter in a recipe.";
msg[24] = "<b>Avoid Sticky Issues.</b> Keep cookies from sticking to baking sheets by simply covering sheets with a layer of parchment paper or by greasing the sheets using a piece of paper towel rubbed with butter.";
msg[25] = "<b>Embrace the Chill.</b> For best cookie baking results, keep your dough chilled in between baking batches of cookies.";
msg[26] = "<b>The Right Roll.</b> For easy rolling and clean up, roll cookie dough between two layers of lightly floured parchment or wax paper.";
msg[27] = "<b>Quick to Cool.</b> Cookies turn out best when the dough is placed onto cool cookie sheets. Accelerate the cooling process by running tepid water over the back of your baking sheets.";
msg[28] = "<b>Well-Defined Lines.</b> For crisp-looking, well-defined holiday cookie shapes, place cut-outs on a cookie sheet and refrigerate before baking.";
msg[29] = "<b>Perfect Timing.</b> Watch cookies carefully during baking and remove when they begin to turn light brown around the edges.";
msg[30] = "<b>Safe Storage.</b> Store soft cookies, such as drop cookies, in a container with a tight lid, and crisp cookies, such as Florentines, in a container with a loose lid.";
msg[31] = "<b>Be Prepared.</b> Before you begin baking, familiarize yourself with the recipe, its ingredients and terminology.";

function writeTip() {
document.write(msg[today]);
}
