(function($) {

 $(document).ready(function() { 
   $('a.ambassadors-email').attr('href', 'mailto:ambassadors@wagit.com');
   $('a.info-email').attr('href', 'mailto:info@wagit.com');
   $('a.sales-email').attr('href', 'mailto:sales@wagit.com');
   swfobject.embedSWF("/flash/promo.swf", "promo_holder", "840", "400", "9.0.0", false, 
     { imageArr:"/images/promo/image_1.jpg,/images/promo/image_2.jpg,/images/promo/image_3.jpg,/images/promo/image_4.jpg,/images/promo/image_5.jpg,/images/promo/image_6.jpg",
       thumbArr:"/images/promo/thumb_1.jpg,/images/promo/thumb_2.jpg,/images/promo/thumb_3.jpg,/images/promo/thumb_4.jpg,/images/promo/thumb_5.jpg,/images/promo/thumb_6.jpg",
       linkArr: "/locations/show/all,/signup,/locations/show/all,/lost_pet,/welcome/iphone,/welcome/about" },
     {menu: "false", wmode: "transparent"}, 
     {id: "flashID", name: "promo"}); 
 });
})(jQuery);
