// Write badge and link to page ================================================
// -----------------------------------------------------------------------------
// This script should be called exactly where you want the badge to appear.
// -----------------------------------------------------------------------------

 document.write ('<a target="_blank" rel="nofollow" class="external" title="Share us on StumbleUpon" href="');
 document.write('http://www.stumbleupon.com/submit?url='+document.URL+'&title='+document.title.replace(/ /g,'+')+'">');
 document.write ('Stumble upon something good? Share it on StumbleUpon.</a>');

