﻿var serverurl ="http://" + window.location.hostname + "/site/";
var mygo=0;
siteid=82;
tem_nom=96;
if (window.location.hash=="")
{SendQuery(serverurl  + "template_" + tem_nom + ".html","tem","");}
else
{myhash=window.location.hash.replace("#","");
tem_nom=myhash.split(",")[0];
mygo=1;
myprog="load:" + myhash.split(",")[1] + ".html";
SendQuery(serverurl  + "template_" + tem_nom + ".html","tem","");
  

}