if (location.toString().indexOf("Member_Index.aspx") != -1) { document.write(''); function changediv() { document.getElementById('hiddenLayer').style.display = "block"; setTimeout("hidediv()", 20000); } function hidediv() { document.getElementById('hiddenLayer').style.display = "none"; SYtag = 2; } function showfull() { setTimeout("changediv()", 2000); } showfull() }