// JavaScript content syndication format 2.1 generated by Big Medium v1.3.6
// JavaScript copyright Global Moxie: http://www.globalmoxie.com/
// Content copyright: <font color="#FFFFFF"><strong>Copyright 2006 a gardenguides.org <a href="http:////www.gardenguides.org">website<//a>. All rights reserved.

var bmTipHeadline = new Array()
var bmTipDescription = new Array()
var bmTipTarget
var bmTipBreak
bmTipLoaded = true

if (! bmTipPadding) {var bmTipPadding = '0'}

if (! bmTipNewWindow) {var bmTipNewWindow;}
else {bmTipTarget = ' target="_blank"'}

if (bmTipXHTML) {bmTipBreak = "<br />"}
else {var bmTipXHTML; bmTipBreak = "<br>"}

if (! bmTipNumber) {var bmTipNumber = 1}
if (! bmTipRandom) {var bmTipRandom = true}
if (! bmNoFooter) {var bmNoFooter}

bmTipHeadline[0]="Drip Systems"
bmTipDescription[0]="<p>" + bmTipFontTag + "Drip systems water in small amounts which helps plants fully absorb moisture. It is easier to regulate how much water your plants are getting with a drip system. You can build a basic drip system yourself. When installing your drip system be sure to bring a chair to reduce wear on your body– the process can easily wear out your arms and legs from stretching and kneeling.</span></p>"
bmTipHeadline[1]="Humidistats"
bmTipDescription[1]="<p>" + bmTipFontTag + "If you\'re unsure as to whether you need to worry about the humidity in your greenhouse take a few measurements. Find out the desired humidity range for your plants, then take several readings of the humidity in your growing area--try late at night, early in the morning, noon, and evening. Chart your data and find out if the humidity is with-in range.</span></p>"
bmTipHeadline[2]="Thermostats"
bmTipDescription[2]="<div style=\"text-align:left\"><p>" + bmTipFontTag + "What really makes a greenhouse, a greenhouse, is environmental control. When using thermostats, remember to place the thermostats in the center of the room at plant-height, and to shield them from the sun.</span></p></div>"
bmTipHeadline[3]="Adjustable Greenhouses"
bmTipDescription[3]="<p>" + bmTipFontTag + "Remember, though you start out small, in time you may need a larger greenhouse. To not have to rebuild your greenhouse every time your gardening becomes more ambitious start out with an expandable greenhouse. A greenhouse made of PVC piping will easily refit, and check out Hobby Gardener for their quality adjustable greenhouses.</span></p>"


function bmTipDeliver() {
	var back = bmTipBackgroundColor
	if (back) {back = 'background-color: ' + back}
	document.write('<div id="bmTipFeedDiv" style="padding:' + bmTipPadding + ';' + back + '">')
	if (bmTipRandom) {
		var j
		var temp
		for (var i=bmTipHeadline.length; --i; ) {
			j = Math.floor(Math.random() * (i+1))
			temp = bmTipDescription[i]
			bmTipDescription[i] = bmTipDescription[j]
			bmTipDescription[j] = temp
			temp = bmTipHeadline[i]
			bmTipHeadline[i] = bmTipHeadline[j]
			bmTipHeadline[j] = temp
		}
	}

	for (var i=0; (i < bmTipNumber && i < bmTipDescription.length); i++) {
		document.write('<p>' + bmTipHeadTag + bmTipHeadline[i] + '</span></p>')
		document.write(bmTipDescription[i])
	}
if (! bmNoFooter) {document.write('<p>' + bmTipSmallTag + 'For more, visit <a href="http://www.greenhouse-gardening.com/moxie/tips/index.shtml"' + bmTipTarget + '">Greenhouse-Gardening.com</a>.</span></p>')}
document.write('</div>')
}

