

(function($){$.geekSkypeRemover=function(microsecondsLeft){if(microsecondsLeft==0){return false;}
microsecondsLeft=microsecondsLeft-500;if($('span.skype_pnh_container').length==0){setTimeout('$.geekSkypeRemover('+microsecondsLeft+')',500);}else{var originalText='';$('span.skype_pnh_print_container').each(function(){originalText=$(this).html();originalText=originalText.substring(0,1)+'<span style="display: none;">_</span>'+originalText.substring(1);$(this).after(originalText);});$('span.skype_pnh_container').remove();$('span.skype_pnh_print_container').remove();}
return true;};})(jQuery);
