// RIPPED FROM PING.FM DUE TO SLOW SERVER. CHANGED IMAGE AND XHTML STRICT LINKAGE. SORRY.
// http://ping.fm/scripts/pingthis.js
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+'" style="background:url(/template/images/ic-ping.gif) 0% 50% no-repeat; padding-left:20px;" rel="external">Ping this!</a>');
}
