(function() {
	
	var write_string='<iframe src="http://www.catchh.com/catchh-feed/button/catchh-s2.jsp?url=';
		if (window.catchh_url)  { 
			write_string += encodeURIComponent(catchh_url); 
		}else { 
			write_string += encodeURIComponent('None');
		}
		write_string += '&type='+type;
		write_string += '" height="96" width="54" scrolling="no" frameborder="0" marginheight="0px" marginwidth="0" style="background-color: #fff"></iframe>';
		document.write(write_string);
})()