function pingthis(title,url){if(title === undefined) title = document.title;if(url === undefined) url = location.href;title = encodeURIComponent(title);url = encodeURIComponent(url);document.write('<a href="http://ping.fm/ref/?link='+url+'&title='+title+'">Ping RSS</a>');}