// 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]="Thermostat"
bmTipDescription[0]="<p>" + bmTipFontTag + "It is important to keep your greenhouse temperaturee between 70-78 degrees Fahrenheit. This range suits a wide variety of plants.</span></p>"
bmTipHeadline[1]="Humidistat"
bmTipDescription[1]="<p>" + bmTipFontTag + "Find out the desired humidity range for your plants. After you know what they need, take several readings of the humidity in your growing area--try late at night, early in the morning, noon, and evening. This will indicate whether a humidistat is right for you.</span></p>"
bmTipHeadline[2]="Heating"
bmTipDescription[2]="<p>" + bmTipFontTag + "You need to consider how much area is heated by each product. A reliable vendor will share a chart showing how much area is heated by each of its products. This is vital information without which can spell disaster for your entire growing operation.</span></p>"
bmTipHeadline[3]="Heating Cables"
bmTipDescription[3]="<p>" + bmTipFontTag + "Heating cables can be a resourceful way to sprout stubborn seedlings. Plants tend to hatch better in warm soil but a space heater doesn\'t heat the soil to the indicated temperature quickly enough. Heating cables with a built-in thermostat heat up every time the soil falls below optimum levels.</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.greenhouseanswers.com/moxie/tips/index.shtml"' + bmTipTarget + '">GreenhouseAnswers.com</a>.</span></p>')}
document.write('</div>')
}

