// 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]="Water Plant 4"
bmTipDescription[0]="<p>" + bmTipFontTag + "Some plants are microscopic. They are usefull in fighting algae, oxygenating water, and providing food for your fish. These kind of water plants can be bought in gross and are relatively cheap.</span></p>"
bmTipHeadline[1]="Water Plants 2"
bmTipDescription[1]="<p>" + bmTipFontTag + "Planting should be generally be done during the growing season. When setting up a new pond, wait at least four or five weeks before adding your fish. If you can’t wait that long you can add them sooner, but remember, the idea is to let the plants get established first.</span></p>"
bmTipHeadline[2]="Water Plants 3"
bmTipDescription[2]="<p>" + bmTipFontTag + "When choosing plants, consider water lilies of the tropical persuasion. They need warm temperatures, though, so unless you live in a consistant warm-weather climate, be prepared to transplant them to a greenhouse or buy them “grow” lights during the winter. They will not last at freezing temperatures so give them night-time temps of at least 65F and daytime temps of 75F or more.</span></p>"
bmTipHeadline[3]="Water Plants"
bmTipDescription[3]="<p>" + bmTipFontTag + "After planting your water plants in plastic tubs or clay pots, pack the fertilizer- and chemical-free soil down tightly, and load the container down with pea gravel. This keeps soil from floating away. Place your plant into your pond at the necessary depth and you’re on your way.</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.4waterfalls.com/moxie/tips/index.shtml"' + bmTipTarget + '">4Waterfalls.com</a>.</span></p>')}
document.write('</div>')
}

