//Javascript writes promos in pagewrapper of nature.org

//Carbon calculator and Charity Navigator button
writeCCbutton = function(){
	document.write('<h4 class="nospace"><a href="http://www.nature.org/initiatives/climatechange/calculator/"><img src="http://www.nature.org/images/nav_carbon_0.gif" alt="The Nature Conservancy Carbon Footprint Calculator" /></a></h4><h3 style="margin: 14px 0px 10px; padding: 0px;"><a href="http://www.nature.org/aboutus/leadership/art19679.html?src=cn2007"><img src="http://support.nature.org/images/promos/cn_200711.gif" alt="Charity Navigator" /></a></h3>');
}

//Donate call-to-action at top of page
writeHdrPromo = function(){
		document.write('<a href="http://www.nature.org/aboutus/leadership/art15505.html?src=home"><img src="http://support.nature.org/images/CTAs/highratings_20071126.gif" width="304" height="79" border="0" alt="The Nature Conservancy Holds High Charity Ratings" title="The Nature Conservancy Holds High Charity Ratings"></a>');
}

//External promotion graphics on left side of page
writePromos = function(){
	document.write('<h3 id="side_promo_1"><a href="http://www.nature.org/aboutus/travel/features/"><img src="http://support.nature.org/images/promos/ak_brazil.gif" alt="travel - nature travel - brazil" title="Travel to Brazil with The Nature Conservancy and Abercrombie & Kent"></a></h3>');
	document.write(xpromo[rnd]);
}

xpromo = new Array(2);

xpromo[0] = '<h3 id="side_promo_2"><a href="http://www.organicbouquet.com/tncvday"><img src="http://support.nature.org/images/promos/ob_200802.gif" alt="organic flowers - bouquet - valentines day" title="Organic Bouquet supports the Nature Conservancy"></a></h3>';

xpromo[1] = '<h3 id="side_promo_2"><a href="http://anywhere.bankofamerica.com/Default.aspx?bhcp=1#/gogreen/gogreenwindow/"><img src="http://support.nature.org/images/promos/boa_200802.gif" alt="Bank of America - Green banking - online banking" title="Online Banking with Bank of America"></a></h3>';

rnd = Math.floor(Math.random() * xpromo.length);

//Archive of commonly used code
/*
xpromo[1] = '<h3 id="side_promo_2"><a href="http://www.organicbouquet.com/tncnov"><img src="http://support.nature.org/images/promos/organic_200711.gif" alt="Organic Bouquet - 10% Discount through November 30th"></a></h3>';

xpromo[1] = '<h3 id="side_promo_2"><a href="http://www.nature.org/redirect_boa/?src=x2"><img src="http://support.nature.org/images/promos/boa_promo2.gif" alt="Apply Now: The Nature Conservancy VISA credit card - support conservation with every purchase!" title="Apply Now: The Nature Conservancy VISA credit card - support conservation with every purchase!"></a></h3>';
*/
