

function git(a)
{
var gelen=a;

if ((gelen == 0) || (gelen == ''))
{

}
else
{
location.href=''+gelen;
}

}

