//Javascript writes promos in pagewrapper of nature.org

//Promo 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_200807.gif" width="304" height="79" border="0" alt="The Nature Conservancy Holds Charity Navigator&rsquo;s Highest Rating " title="The Nature Conservancy Holds Charity Navigator&rsquo;s Highest Rating "></a>');
}

writeHdrPromo2 = function(){
	//document.write('<a href="http://www.nature.org/aboutus/leadership/art15505.html?src=home"><img src="http://support.nature.org/images/CTAs/highratings_200903.gif" width="300" height="80" border="0" alt="The Nature Conservancy Holds Charity Navigator&rsquo;s Highest Rating " title="The Nature Conservancy Holds Charity Navigator&rsquo;s Highest Rating "></a>');
}



//Carbon calculator and Charity Navigator button on left side
writeCCbutton = function(){
	//document.write('<h4 class="nospace"><a href="http://www.nature.org/initiatives/climatechange/calculator/?src=l12"><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=cn2008"><img src="http://support.nature.org/images/promos/cn_4star_200807.gif" alt="Charity Navigator" /></a></h3>');
}

//External promotion graphics on left side of page
writePromos = function(){
	//document.write(xpromo2[rnd2]);
	//document.write(xpromo[rnd]);
	//document.write('<h3 id="side_promo_0"><a href="http://www.webbyawards.com/" target="_blank"><img src="http://support.nature.org/images/promos/promo_webby.gif" alt="2009 Webby Awards Winner" title="2009 Webby Awards Winner"></a></h3>');
}

xpromo2 = new Array(2);

xpromo2[0] = '<h3 id="side_promo_1"><a href="http://www.mnn.com/" target="_blank"><img src="http://support.nature.org/images/promos/promo_mnn.gif" alt="What on Earth is going on? Find out at MNN.com" title="What on Earth is going on? Find out at MNN.com"></a></h3>';

xpromo2[1] = '<h3 id="side_promo_1"><a href="http://www.mnn.com/" target="_blank"><img src="http://support.nature.org/images/promos/promo_mnn.gif" alt="What on Earth is going on? Find out at MNN.com" title="What on Earth is going on? Find out at MNN.com"></a></h3>';

rnd2 = Math.floor(Math.random() * xpromo2.length);

xpromo = new Array(3);

xpromo[0] = '<h3 id="side_promo_2"><a href="http://www.nature.org/redirect_boa/onecard.html" target="_blank"><img src="http://support.nature.org/images/promos/promo_onecard.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>';

xpromo[1] = '<h3 id="side_promo_2"><a href="http://www.nature.org/redirect_boa/purchase.html" target="_blank"><img src="http://support.nature.org/images/promos/promo_everymonth.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>';

xpromo[2] = '<h3 id="side_promo_2"><a href="http://shop.nature.org/category/show/5480?utm_source=content_site&utm_medium=banner&utm_campaign=new_weather" target="_blank"><img src="http://support.nature.org/images/promos/promo_marketplace_080309.jpg" alt="Marketplace: Weather Tech" title="Marketplace: Weather Tech"></a></h3>';


rnd = Math.floor(Math.random() * xpromo.length);


writeFtrPromo = function(){
	//document.write(' ');
}
