var t = "1";
t = location.search.substr(1,1);
if (t.length != 1) t="1";

