// 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]="Gardening Your Vegetables"
bmTipDescription[0]="<p>" + bmTipFontTag + "Watch for insect pests in the growing season. If you discover a bug problem early it will be much easier to eliminate. Be careful not to use pesticides once the vegetables are close to being picked unless absolutely necessary. Organic gardening is one healthy and environment-friendly option. Once you have reaped your crop, put the vegetable waste into your compost pile, so it can be recycled for next spring.</span></p>"
bmTipHeadline[1]="Gardening Your Vegetables"
bmTipDescription[1]="<p>" + bmTipFontTag + "Most vegetables require at least 6 hours of sunlight per day, some need 8. Some quick growers like lettuce and radish can be grown between the rows of plants that take longer to mature, like beet or corn, thus making full use of the available area.</span></p>"
bmTipHeadline[2]="Gardening Your Vegetables"
bmTipDescription[2]="<p>" + bmTipFontTag + "Protect your vegetable garden from wild animals looking for a tasty treat. Make sure your garden is surrounded by a fence that will keep out dogs, rabbits, and other animals. The harm done by wandering animals during one season can equal the cost of a fence. A fence also serves as a great frame for peas, beans, tomatoes, and other crops that need support.</span></p>"
bmTipHeadline[3]="Gardening Your Vegetables"
bmTipDescription[3]="<p>" + bmTipFontTag + "Throughout dry periods, vegetable gardens need extra watering. Most vegetables benefit from an inch or more of water each week, especially when they are fruiting.</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.vegetablegardening.org/moxie/tips/index.shtml"' + bmTipTarget + '">VegetableGardening.org</a>.</span></p>')}
document.write('</div>')
}

