// 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]="Irrigation and Temperature"
bmTipDescription[0]="<p>" + bmTipFontTag + "Irrigation controls rely on whether you use a drip or misting system. That is a choice you’ll need to make in relation to the types of plants you want to grow. For temperature you’ll need a greenhouse thermostat which works in the same way as an in-house thermostat.</span></p>"
bmTipHeadline[1]="Humidity"
bmTipDescription[1]="<p>" + bmTipFontTag + "For humidity you’ll need a product that keeps the air between 20 and 80 degrees Fahrenheit. For plants with special needs you can find products that will keep the humidity between a narrower range.</span></p>"
bmTipHeadline[2]="PVC Piping"
bmTipDescription[2]="<p>" + bmTipFontTag + "Though you start out small, you may, eventually, want to expand your greenhouse. To keep from rebuilding your greenhouse every time your gardening becomes more ambitious start out with an expandable greenhouse. A greenhouse made of PVC piping will easily refit for this purpose.</span></p>"
bmTipHeadline[3]="Portable Greenhouses"
bmTipDescription[3]="<p>" + bmTipFontTag + "The least expensive greenhouse kits are definitely the portables. Portable greenhouses can start under $100, and are great for the beginning grower who doesn\'t want to do things year-round.</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.greenhousebasics.com/moxie/tips/index.shtml"' + bmTipTarget + '">GreenhouseBasics.com</a>.</span></p>')}
document.write('</div>')
}

