// Bookmark this page
// copyright 12th February 2005, 21st June 2006
// Stephen Chapman, http://javascript.about.com
// Updated for Opera 9
// You have permission to copy and use this javascript provided that
// the copyright notice is included with the script

var chr = 'CTRL-D';
var agt=navigator.userAgent.toLowerCase();

<!-- Start of StatCounter Code -->
<script type="text/javascript">
var sc_project=3095849; 
var sc_invisible=1; 
var sc_security="b31f0faf"; 
</script>

<script type="text/javascript"
src="http://www.statcounter.com/counter/counter.js"></script><noscript><div
class="statcounter"><a title="tumblr counter"
href="http://www.statcounter.com/tumblr/"
target="_blank"><img class="statcounter"
src="http://c.statcounter.com/3095849/0/b31f0faf/1/"
alt="tumblr counter" ></a></div></noscript>
<!-- End of StatCounter Code -->

if(agt.substr(agt.indexOf('opera')+6,1) < 9) chr = 'CTRL-T';
if (window.external) document.write('<a href="javascript:window.external.AddFavorite(self.location,document.title)">Add to Favorites<\/a>');
else document.write('Press '+chr+' to bookmark this page.');
                  
