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

 document.write ('<a target="_blank" title="Stumble Upon Something Helpful?" href="');
 document.write('http://www.stumbleupon.com/submit?url='+document.URL+'&title='+document.title.replace(/ /g,'+')+'">');
 document.write ('<img src="images/stumbleupon.png" alt="Stumble Upon"></a>');

