COURAGE TO SPEAK OUT
Foundation Inc

 Legalization
$(document).ready(function() { $('#switchheader').ready(function() { window.setInterval(function() { var src= ""; if($("img.imgswitch").attr("src") == "files/images/header/header-text-decrim.png"){ src = "https://www.dontlegalizedrugs.com/files/images/header/header-text-legalize.png"; }else{ src = "files/images/header/header-text-decrim.png"; } $("img.imgswitch").fadeOut('normal',function(){$("img.imgswitch").attr('src',src).fadeIn();}); }, 10000);}); /* $('#pagecontainer').hide(); $('#pagecontainer').fadeIn("slow"); */ }); $(function() { $('img.fader').css({ 'opacity': 1 }); $('img.fader').hover(function() { $(this).animate({ 'opacity': .9 }); }, function() { $(this).animate({ 'opacity': 1 }); }); }); -->