<!-- Begin
function squirtDemo1()
{
document.write('<object type="application/x-shockwave-flash" data="c.swf?path=demo1.swf" width="560" height="420">\n');
document.write('<param name="movie" value="c.swf?path=Renewable_Energy_Lobbyists.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="bgcolor" value="#FFFFFF">\n');
document.write('<img src="./images/Renewable_Energy_Lobbyists_bg2.jpg" width="560" height="420" alt="" border="0"></object>\n');
}
function squirtDemo2()
{
document.write('<object type="application/x-shockwave-flash" width="560" height="420" wmode="transparent" data="FLVPlayer_Progressive.swf">\n');
document.write('<param name="movie" value="FLVPlayer_Progressive.swf" />\n');
document.write('<param name="salign" value="lt" />\n');
document.write('<param name="quality" value="high" />\n');
document.write('<param name="scale" value="noscale" />\n');
document.write('<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Clear_Skin_1&streamName=Demo2&autoPlay=true&autoRewind=false" />\n');
document.write('<param name="wmode" value="transparent" /></object>\n');
}
function squirtFlash1()
{
document.write('<object type="application/x-shockwave-flash" data="c.swf?path=Renewable_Energy_Lobbyists.swf" width="560" height="420">\n');
document.write('<param name="movie" value="c.swf?path=Renewable_Energy_Lobbyists.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="bgcolor" value="#FFFFFF">\n');
document.write('<img src="./images/Renewable_Energy_Lobbyists_bg2.jpg" width="560" height="420" alt="" border="0"></object>\n');
}
function squirtFlash2()
{
document.write('<object type="application/x-shockwave-flash" data="c.swf?path=Clean_Sustainable_Green_Climate_Government.swf" width="199" height="120">\n');
document.write('<param name="movie" value="c.swf?path=Clean_Sustainable_Green_Climate_Government.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="bgcolor" value="#FFFFFF">\n');
document.write('<img src="./images/Renewable_Energy_Lobbyists.gif" width="199" height="120" alt="" border="0"></object>\n');
}
function squirtFlash3(x)
{
document.write('<object type="application/x-shockwave-flash" data="c.swf?path=./clean_sustainable_green_climate_government/',x,'.swf" width="545" height="120">\n');
document.write('<param name="movie" value="c.swf?path=./clean_sustainable_green_climate_government/',x,'.swf">\n');
document.write('<param name="quality" value="high">\n');
document.write('<param name="bgcolor" value="#FFFFFF">\n');
document.write('<img src="./images/clear.gif" width="545" height="120" alt="" border="0">\n');
document.write('</object>\n');
}
sfFocus = function() { 
  var sfEls1 = document.getElementsByTagName("input"); 
  for (var i=0; i<sfEls1.length; i++) { 
    if(sfEls1[i].getAttribute("type") != "checkbox") {
      sfEls1[i].onfocus=function() { this.className="sfFocus"; } 
      sfEls1[i].onblur=function() { this.className="formbox"; } 
    } 
  } 
  var sfEls2 = document.getElementsByTagName("select"); 
  for (var i=0; i<sfEls2.length; i++) { 
    sfEls2[i].onfocus=function() { this.className="sfFocus"; } 
    sfEls2[i].onblur=function() { this.className="formbox"; } 
  } 
  var sfEls3 = document.getElementsByTagName("textarea"); 
  for (var i=0; i<sfEls3.length; i++) { 
    sfEls3[i].onfocus=function() { this.className="sfFocus"; } 
    sfEls3[i].onblur=function() { this.className="formbox"; } 
  } 
} 
if (window.attachEvent) window.attachEvent("onload", sfFocus); 
function check_it(the_form){
    var emailFilter=/^.+@.+\..{2,3}$/;
    if (!(emailFilter.test(the_form.email.value))) { 
        alert('Please enter a valid email address');
        the_form.email.focus();
        return false;    
    }
    var illegalChars= /[\(\)\<\>\,\;\:\\\/\"\[\]]/
    if (the_form.email.value.match(illegalChars)) {
        alert('The email address contains illegal characters');
        the_form.email.focus();
        return false;    
    }
    if(the_form.email.value != the_form.Email_Confirm.value){
        alert('Email address does not match Email Confirm.');
        the_form.email.focus();
        return false;
    }
    var checkdigit4 = parseInt(the_form.checkdigit1.value)+ parseInt(the_form.checkdigit2.value);
    if(parseInt(the_form.checkdigit3.value) != checkdigit4 ){
        alert('Invalid Spam Check Digit.');
        the_form.checkdigit3.focus();
        return false;
   }
   return true;
}
//  End -->