function hideURL() {
	window.status = "인터넷침해대응센터 - Korea Internet Security Center";
	timerID= setTimeout("hideURL()", 0);
}
hideURL();



function doFlash(id) {
	var spanid = "span" + id;
	document.write("<span id='" + spanid + "' style='padding:0'></span>");
	document.getElementById(spanid).innerHTML = document.getElementById(id).value;
}

