ie=0;
var agnt= navigator.userAgent.toLowerCase();
if (agnt.indexOf('msie')>-1 && agnt.indexOf('opera')<0) ie=1;
