	document.write ("<IFRAME WIDTH=0 HEIGHT=0 NORESIZE SCROLLING=No FRAMEBORDER=0 MARGINHEIGHT=0 MARGINWIDTH=0 width=0 height=0 SRC='about:blank' name='click_check_frame' id='click_check_frame'></IFRAME>");


	function click_check(click_no,str_link,popYN) {
		//click_no : int

		document.frames("click_check_frame").location = "http://ispgm.joins.com/asp/click_insert.asp?click_index="+window.location+"&click_no="+click_no;
		if (str_link != '')
			if (popYN == 'Y')	{
				window.open(str_link);
			} else	{
				document.location = str_link;	
			}
	}

	function click_add(click_no,str_link,popYN) {
		//click_no : int
		
		document.getElementById("click_check_frame").src = "http://ispgm.joins.com/asp/click_add.asp?click_no="+click_no+"&click_index="+window.location;
		
		if (str_link != '')
			if (popYN == 'Y')	{
				window.open(str_link);
			} else	{
				document.location = str_link;	
			}
	}


