/**
 * @author aaron
 */
$(function(){
  $("#test_h1").dropShadow({left: 1, top: 1, blur: 1, opacity: 0.5, color: "#733"});
  $("#contact_link").attr({href : "/contact_us?popup=true&TB_iframe=true&height=450&width=550"});
  jQuery('#green_accordion').accordion();
});