	var strTemp = new String();
	var strParam = new String();
	var nLength;
	strTemp = location.href;
	nLength = strTemp.length;
	strParam = strTemp.substring(nLength-1, nLength);
        lct_array = location.href.split("/");
        var cnrTemp = lct_array[lct_array.length-1];
        var cnrName = cnrTemp.substring(1, cnrTemp.length);

function setHash(cnr) {
//alert(location.hash);
//        location.hash = cnr;
//        location.reload();
/*
    if(location.hash != "#" + cnr) {
        location.hash = cnr;
        location.reload();
    } else {
        location.reload();
    }
*/
}
