FILETIME ft;
GetSystemTimeAsFileTime(&ft);
static DWORD dwVal = 0x21;
DWORD dwSeed = (dwVal++ << 0x18) | (ft.dwLowDateTime & 0x00ffff00) | dwVal++ & 0x000000ff;
srand(dwSeed);
int iRandom = rand()%10+1;
evt.srcElement.blur(); } function clickshow(num){ menu = document.getElementById("block"+num); if( menu != null && typeof menu != "undefined" ) { if (menu.style.display=="block"){ menu.style.display="none"; //닫고 } else{ menu.style.display="block";//하위메뉴를 펼친다. } } }
FILETIME ft;
GetSystemTimeAsFileTime(&ft);
static DWORD dwVal = 0x21;
DWORD dwSeed = (dwVal++ << 0x18) | (ft.dwLowDateTime & 0x00ffff00) | dwVal++ & 0x000000ff;
srand(dwSeed);
int iRandom = rand()%10+1;
