
   
function randInt(min,max)
{
     var div = (max - min) + 1
     var randNum = Math.random()
     for (var i = 0; i <= div - 1; i++)
     {
          if (randNum >= i / div && randNum < (i+1) / div)
          {return i + min}
     }
}
 
   
   
    var abc = randInt(1,14);
 
if (abc == 1) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #2: </b>Don\'t let inconvenience stop your progress.  If one of your new habits is difficult, replace it with a different one.  What you do isn\'t as important as just doing something!</font>');
 }
  
if (abc == 2) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #5: </b>Don\'t waste gas looking for the best gasoline price. Make note of the lowest-priced stations in your normal travels and pick one that\'s on your way. The percentage difference no longer justifies driving more than a few miles out of your way.</font>');
  }
 
if (abc == 3) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #8: </b>Did you know most recyclers now use \"single-stream\" recycling? In most places, you no longer need to separate your cans, glass, paper, etc.  And most places don\'t require special containers, either.</font>');
  }
 
if (abc == 4) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #10: </b>Don\'t overlook re-using materials. We equipped our hardware shelf with leftover screws, nuts & bolts that were either removed from an old project or weren\'t needed from the box of a new project. I also collect these leftovers from the neighbors.</font>');
  }

if (abc == 5) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #11: </b>Your local Library saves you big money by not having to buy books you may read once and either stick on the shelf or toss out.  And while you\'re there, reading one magazine or newspaper helps to remove paper from your trash stream.</font>');
 }

if (abc == 6) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #13: </b>Yes, some recyclers & trash haulers charge extra for recycling.  Complain...we should be <b>encouraged</b> to recycle!  Oherwise, Work out a deal with a neighbor. Offer to pay half, or make another deal.  I gave the neighbors some extra recycle bins.</font>');
 }

if (abc == 7) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #16: </b>It\'s time to go Green at work.  Ask the boss to appoint one person, maybe you, to start a recycling program.  There should be some cost advantages, and you can recycle some things at work that you just can\'t justify at home.</font>');
 }

if (abc == 8) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #19: </b>The farther a product travels, the more resources it consumes. Seek out items made as close to home as possible. You might need to consider the entire western hemisphere as \"close\", though.</font>');
 }

if (abc == 9) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #21: </b>If you find yourself wavering in your efforts to go Green, assign the duties to another family member.  Make it their job to enforce the rules and that means enforcing them on you, too!</font>');
 }

if (abc == 10) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #23: </b>Don\'t assume a new thing will operate better than the the old. Manufacturers are always looking for ways to cut costs on products that were probably built better a few years ago. At least get the cost of fixing before replacing.</font>');
 }
        
if (abc == 11) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #25: </b>Go Green for just one month. Pick a month and for those 30 days, do everything green.  Save energy, drive less, walk or ride public transit, recycle everything, avoid over-packaged goods...do everything on our Green List. Then, relax. Some Green habits might stick.</font>');
 }

if (abc == 12) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #7: </b>Do you know how to use a revolving door?  Many people consider themselves above using that spinning door when, it\'s a very efficient way to let people in & out of a building without letting out all the heated or cooled air.  Use it!</font>');
  }

if (abc == 13) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #14: </b>When you\'re making changes to save energy and money, make sure you do the math. Buying a car that costs $5,000 more, but only saves you $900 in gasoline, is not a very good tradeoff.  You can do it to save energy, but you won\'t be saving money.</font>');
  }

if (abc == 14) {  document.write('<font face="Arial" size="-1" color="#000000"><B>Mom\'s Green Tip #4: </b>To encourage the rest of the family to recycle I place a small bag or box next to every trash receptacle in the house and place one can or plastic bottle in it as a hint to use it.</font>');
  }


//  End -->
     
