var shareWidget={_popupUrl:'http://www.plaxo.com/share?',_sccUrl:'http://www.plaxo.com/scc?action=pulse_share_widget&',_appendSrcString:'cid=plaxo_share',_newWindowWidth:500,_newWindowHeight:475,openPopup:function(isComcast){var newWindowLeft=(window.screen.width/2)-(shareWidget._newWindowWidth/2+10);var newWindowTop=(window.screen.height/2)-(shareWidget._newWindowHeight/2+50);var url=isComcast?shareWidget._sccUrl:shareWidget._popupUrl;if(window.location){var shareUrl=new String(window.location);if(shareUrl.split('?').length>1)shareUrl+='&'+shareWidget._appendSrcString;else shareUrl+='?'+shareWidget._appendSrcString;url+='url='+escape(shareUrl)+'&';}
url+='popup=1';var name='name';var args='width='+shareWidget._newWindowWidth+', height='+shareWidget._newWindowHeight+', left='+newWindowLeft+', top='+newWindowTop+', toolbar=0, status=0, scrollbars=yes, resizable=yes';var newWindow=window.open(url,name,args);if(window.focus)newWindow.focus();return false;}};