function gosms(url,eid){
var str=url+"?entId="+eid+"&"+Math.random();
window.location=str;

}
