var addthis_pub = 'soapcreative';
var addthis_url   = '';
var addthis_title = '';

function addthis_click() {
  var aturl  = 'http://www.addthis.com/bookmark.php';
  aturl += '?v=10';
  aturl += '&pub='+addthis_pub;
  aturl += '&url='+encodeURIComponent(location.href);
  aturl += '&title='+encodeURIComponent(document.title);
  window.open(aturl,'addthis','scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no,screenX=200,screenY=100,left=200,top=100');
}

function addthislink_click(href, title) {
  var aturl  = 'http://www.addthis.com/bookmark.php';
  aturl += '?v=10';
  aturl += '&pub='+addthis_pub;
  aturl += '&url='+encodeURIComponent(href);
  aturl += '&title='+encodeURIComponent(title);
  window.open(aturl,'addthis','scrollbars=yes,menubar=no,width=620,height=520,resizable=yes,toolbar=no,location=no,status=no,screenX=200,screenY=100,left=200,top=100');
}


