<!-- hide script from old browsers


$(document).ready(
window.onscroll = function()
{
    if( window.XMLHttpRequest ) {
        if (document.documentElement.scrollTop > 150 || self.pageYOffset > 150) {
            $('#StickyIcons').css('position','fixed');
            $('#StickyIcons').css('top','0');
        } else if (document.documentElement.scrollTop < 150 || self.pageYOffset < 150) {
            $('#StickyIcons').css('position','relative');
            $('#StickyIcons').css('top','0px');
			//$('#StickyIcons').css('left','0px');
        }
    }
}
)



function mailpage()
{
mail_str = "mailto:?subject=Check out the " + document.title;
mail_str += "&body=I thought you might be interested in this: " + document.title;
mail_str += ". You can view it at, " + location.href;
location.href = mail_str;
}






//(function() {
//var s = document.createElement('SCRIPT'), s1 = document.getElementsByTagName('SCRIPT')[0];
//s.type = 'text/javascript';
//s.src = 'http://widgets.digg.com/buttons.js';
//s1.parentNode.insertBefore(s, s1);
//})();



 


// end hiding script from old browsers -->
