text=''
if(location.search.indexOf('=')>0)text=decodeURI(location.search.split('=')[1]);
