function externalLinks() { 
	if (!document.getElementsByTagName) return; 
 		var anchors = document.getElementsByTagName("a"); 
 		for (var i=0; i<anchors.length; i++) { 
   			var anchor = anchors[i]; 
   		if (anchor.getAttribute("href") && anchor.getAttribute("rel") == "external") 
     		anchor.target = "_blank"; 
 	} 
} 

window.onload = externalLinks; 

$(document).ready(function(){ 

	/* SUSTAINABLE BAR */
	$('.pink-button').colorbox({href:"/sustainable-form div#text", height: 550, width: 778});
	$('.green-button').colorbox({href:"/sustainable-lite div#text", height: 550, width: 778});
	$('.blue-button').colorbox({href:"/sustainable-reform div#text", height: 550, width: 778});

	/* ACCORDIAN */
	$('.slide').click(function() {				   
		$(this).toggleClass('open').next();
   });

});
