/*
 * Contact Us GreyBox jQuery onReady event
 */
         $(document).ready(function() { 

        $("a.greybox").click(function(){
          var t = $(this).attr("title") || $(this).attr("text") || $(this).attr("href");
          GB_show(t,$(this).attr("href"),486,504); //height, width
          return false;
        });
//End Ready			
        }); 
