// 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]="Organic Gardening 4"
bmTipDescription[0]="<p>" + bmTipFontTag + "A simple mulch of pine needles will help to suppress the growth of weeds as well as keeping the moisture in.</span></p>"
bmTipHeadline[1]="Organic Gardening 3"
bmTipDescription[1]="<p>" + bmTipFontTag + "Mixing 1 tablespoon of liquid dishwashing soap and 1 cup of cooking oil can make a cheap garden pest spray. Put 3 tablespoons of this mixture in 1 quart of water and spray on plants.</span></p>"
bmTipHeadline[2]="Organic Gardening 2"
bmTipDescription[2]="<p>" + bmTipFontTag + "On average a child ingests four to five times more cancer-causing pesticides from foods than an adult. This can lead to various diseases later on in the child\'s life. With organic gardening, these incidents are lessened.</span></p>"
bmTipHeadline[3]="Organic Gardening"
bmTipDescription[3]="<p>" + bmTipFontTag + "One can easily make compost from garden and kitchen waste. Though this is a bit more time-consuming than buying prepared chemical pesticides and fertilizers, it certainly helps to put garbage to good use and so helps the environment.</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.organicgreenhouses.com/moxie/tips/index.shtml"' + bmTipTarget + '">OrganicGreenhouses.com</a>.</span></p>')}
document.write('</div>')
}

