// Want to add a Read It Later button to your own site?
// Check out: http://readitlaterlist.com/api/buttons

if (!window.location.href.match('getnews'))
{
	document.write('<iframe class="readitlater_button" id="readitlater_button1" allowtransparency="true" frameborder="0" scrolling="no" width="85" height="16" style="z-index: 2000; overflow: hidden;position:relative;top:3px"'+
	'src="http://readitlaterlist.com/button?url='+encodeURIComponent(document.location.href)+
	'&title='+encodeURIComponent(document.title.replace(/^\s\s*/, '').replace(/\s\s*$/, ''))+
	'&via='+encodeURIComponent(document.location.host)+
	'"></iframe>');
}
else
{
	document.write('<div style="font-size:9px;color:red;font-weight:bold;">Not Authorized: Please remove the Read It Later button from this site.</div>');	
}
