
function sharefacebook(eid) {
 a=eid;
 window.open('http://www.facebook.com/sharer.php?u='+a);
 }
