var mess = new Array('<span class="style1">Make a Do or Die time to work on organizing projects weekly. <a href="linksandresources.html#tip1">Read More...</a></span>','<span class="style1">How to Sort Ingredients: 2 Two-bushel hampers, labeled boxes, markers, clear bags - 33 gallon, black bags - 33 gallon. <a href="linksandresources.html#tip2">Read More...</a></span>','<span class="style1">Keep an ongoing donate department. A Box or a hamper lined with a bag - in a closet or corner that is easily accessible to daily living. <a href="linksandresources.html#tip3">Read More...</a></span>','<span class="style1">If a system is not working, stop - think it through. <a href="linksandresources.html#tip4">Read More...</a>', 'Establish a laundry department It needs to have a waist high folding table and tables or shelves to put baskets on. <a href="linksandresources.html#tip5">Read More...</a></span>','<span class="style1">When sorting and purging, ask yourself, Do I need this? Do I love this? Does it deserve to take up my life? <a href="linksandresources.html#tip6">Read More...</a></span>','<span class="style1">Items that you use once every two weeks or more deserve to be in your direct living space. <a href="linksandresources.html#tip7">Read More...</a></span>','<span class="style1">Look for reasons to get rid of things rather than reasons to keep them. <a href="linksandresources.html#tip8">Read More...</a></span>','<span class="style1">Every peice of paper that comes into your home belongs in one of six categories: 1. Trash 2. Bills 3. To File... <a href="linksandresources.html#tip9">Read More...</a></span>','<span class="style1">Always pick up a hitchhiker. Anytime you are going fromone room in the house to another, grab a hitchhiker. <a href="linksandresources.html#tip10">Read More...</a></span>');

var max = mess.length;
var num = Math.floor((Math.random() * max));
document.writeln(mess[num]);

