function CallAddThisUrl(sUrl)
{
//alert(document.location.href);
window.open(sUrl + document.location.href);

}
