Stephanie Dolgoff 

function hide_user_promo_bubble_second_stage(){var bubble=$("user_promo_bubble");bubble.style.display="none";}
function hide_user_promo_bubble(){var bubble=$("user_promo_bubble");var myAnim=new YAHOO.util.Anim(bubble,{opacity:{to:0}},1,YAHOO.util.Easing.easeOut);myAnim.animate();setTimeout("hide_user_promo_bubble_second_stage()",1100);}
function handle_promo_username(params){var bubble=$("user_promo_bubble");var img=$("user_promo_bubble_image");var...
Published on August 18, 2010 15:49