//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]);
}

xpromo2 = new Array(2);

xpromo2[0] = '<h3 id="side_promo_1"><a href="http://www.nature.org/aboutus/ourpartners/workingwithcompanies/Neutrogena-Naturals.xml"><img src="http://www.nature.org/images/BofA_DebitCredit_Tile-1-1.gif" alt="Neutrogena Naturals" title="Neutrogena Naturals"></a></h3>';

xpromo2[1] = '<h3 id="side_promo_1"><a href="http://www.nature.org/aboutus/ourpartners/workingwithcompanies/Neutrogena-Naturals.xml"><img src="http://www.nature.org/images/BofA_DebitCredit_Tile-1-1.gif" alt="Neutrogena Naturals" title="Neutrogena Naturals"></a></h3>';

rnd2 = Math.floor(Math.random() * xpromo2.length);

xpromo = new Array(2);

xpromo[0] = '<h3 id="side_promo_2"><a href="http://shop.nature.org/?utm_source=newsletter&utm_medium=email&utm_campaign=stpatricksday"><img src="http://www.nature.org/images/BofA_DebitCredit_Tile-1.gif" alt="Celebrate St. Patricks Day! Go Green with Eco Favorites" title="Celebrate St. Patricks Day! Go Green with Eco Favorites"></a></h3>';

xpromo[1] = '<h3 id="side_promo_2"><a href="http://www.responsiblebathroom.com/" target="_blank"><img src="http://www.nature.org/images/BofA_DebitCredit_Tile-1-2.gif" alt="American Standard" title="American Standard"></a></h3>';


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



writeFtrPromo = function(){
	document.write(' ');
}

