function share_click( url, removeHttp ) {
    u=location.href;
    t=document.title;
    u = encodeURIComponent(u);
    t = encodeURIComponent(t);	
    if (removeHttp == 1) {
        u = u.substr(7, 500);
    }

    url = url.replace("URL", u);
    url = url.replace("TITLE", t);
    window.open(url, 'sharer','');
    return false;
}
						
function getId(){ 
   var scripts = document.getElementsByTagName('script'); 
				    
   var s = (script.getAttribute.length !== undefined) ?  
   script.getAttribute('src') :  
   script.getAttribute('src', 2); 
								        
   //   return  
}; 