(function() {var s = document.createElement(‘SCRIPT’), s1 = document.getElementsByTagName(‘SCRIPT’)[0];s.type = ‘text/javascript’;s.async = true;s.src = ‘http://widgets.digg.com/buttons.js’;s1.parentNode.insertBefore(s, s1);})(); 0stLight.options({publisher:”});email
#dd_ajax_float{
background:none repeat scroll 0 0 #FFFFFF;
border:1px solid #DDDDDD;
float:left;
margin-left:-120px;
margin-right:10px;
margin-top:10px;
position:absolute;
z-index:9999;
}jQuery(document).ready(function($){
//put content div class, when scroll beyond this y, float it
var $postShare = $(‘#dd_ajax_float’);
if($(‘.dd_content_wrap’).length > 0){
var descripY = parseInt($(‘.dd_content_wrap’).offset().top) – 20;
var pullX = $postShare.css(‘margin-left’);
$(window).scroll(function () {
var scrollY = $(window).scrollTop();
var fixedShare [...]







