/**
 * @author James Browne
 */

jQuery.noConflict();

jQuery(function() {

	jQuery("#images-list a").click(function(event){
		jQuery("#main-image img").attr("src", jQuery(this).attr("href"));
		event.preventDefault();
	});
	if (jQuery("#how-green-are-we").length > 0) {
		swfobject.embedSWF("http://www.hushproductions.org/qrto/quarto.swf", "main-image-img", "606", "312", "9.0.0", "http://www.hushproductions.org/qrto/expressInstall.swf");
	}
	

});