// JavaScript content syndication format 2.1 generated by Big Medium v1.3.7a
// JavaScript copyright Global Moxie: http://www.globalmoxie.com/
// Content copyright: Copyright 2006-2008. 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]="Cycling support"
bmTipDescription[0]="<p>" + bmTipFontTag + "<strong>On 26 July, Els Vermeulen</strong> will be cycling 1,400 km from London to Edinburgh and back in 116 hours and intends to raise funds for <strong>Bees <em>for</em> Development Trust.</strong> <a href=\"http://www.beesfordevelopment.org/info/action/fundraising.shtml\">Find out more</a></span></p>"
bmTipHeadline[1]="Poverty figures"
bmTipDescription[1]="<p>" + bmTipFontTag + "According to figures provided by the World Bank, about 500 million people are said to have overcome poverty between 1981 and 2005. These numbers would indicate that the number of poor people in developing countries has dropped from 52% to 26% during the same period. Nevertheless, it is estimated that about a thousand million people will still be living below the poverty line in 2015, despite the current pace in the fight against poverty. (<em>Source</em> <a href=\"http://www.iadb.org\" target=\"_blank\">www.iadb.org</a><em>)</em></span></p>"
bmTipHeadline[2]="Sponsor, Subscribe, Support"
bmTipDescription[2]="<p>" + bmTipFontTag + "Subscribe to <em>Bees for Development Journal or</em> sponsor a subscription for a beekeeper, association, school group or project in a developing country. <a href=\"http://www.beesfordevelopment.org/info/journal/index.shtml\">Further information</a></span></p>"
bmTipHeadline[3]="Bags for life"
bmTipDescription[3]="<p>" + bmTipFontTag + "And a great way to support <strong>Bees <em>for</em> Development</strong>. <a href=\"http://www.beesfordevelopment.org/catalog/index.php/cPath/27_63\">Buy yours today</a>!</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.beesfordevelopment.org/info/tips/index.shtml"' + bmTipTarget + '">Bees for Development</a>.</span></p>')}
document.write('</div>')
}

