// Link Define

	var location_1 = "http://gracetv.org/technote7/";
	var location_2 = "/girlzine/";
	var location_3 = "/funnybox/";
	var location_4 = "/girlcafe/";
	var location_5 = "/";

	function goto_Url( Url, fileName ) // location, file Name
	{
		document.location.href = Url + fileName;
	}


// ¸µÅ© È£Ãâ ----> getURL("javascript:"+ÇÔ¼ö¸í+"();");
// home -----------------< Start >---------------------------------
	function home()
	{
		goto_Url( location_5, "main.asp"); // home
	}
// home -----------------< end >---------------------------------
// Location_1 ( /inthismonth/ ) -----------------< Start >---------------------------------
	function inthismonth()
	{
		goto_Url( location_1, "inthismonth_main.asp"); // inthismonth main
	}

	function sub_fashion()
	{
		goto_Url( location_1, "board.php?board=sermon"); // fashion blender
	}

	function sub_beauty()
	{
		goto_Url( location_1, "board.php?board=praise"); // beauty central
	}

	function sub_body()
	{
		goto_Url( location_1, "board.php?board=evening"); // body count
	}

	function sub_vacation()
	{
		goto_Url( location_1, "board.php?board=drama"); // vacation
	}

	function sub_feature()
	{
		goto_Url( location_1, "board.php?board=event"); // feature
	}

	function sub_dish()
	{
		goto_Url( location_1, "board.php?board=guest"); // dish
	}

	function sub_book()
	{
		goto_Url( location_1, "board.php?board=divide"); // book in book
	}

	function sub_well()
	{
		goto_Url( location_1, "board.php?board=seminar"); // well
	}
// Location_1 ( /inthismonth/ ) -----------------< End >---------------------------------

// Location_2 ( /girlzine/ ) -----------------< Start >---------------------------------
	function girlzine()
	{
		goto_Url( location_2, "girlzine_main.asp"); // girlzine main
	}

	function sub_selfreporter()
	{
		goto_Url( location_2, "self/selfreporter.asp"); // selfreporter
	}

	function sub_stylenews()
	{
		goto_Url( location_2, "girlzine_view.asp?menu=SN"); // stylenews
	}

	function sub_beautynews()
	{
		goto_Url( location_2, "girlzine_view.asp?menu=BN"); // beautynews
	}

	function sub_brandzone()
	{
		goto_Url( location_2, "girlzine_view.asp?menu=BZ"); // brandzone
	}

	function sub_maniaclub()
	{
		goto_Url( location_2, "mania/maniaclub.asp"); // maniaclub
	}
// Location_2 ( /girlzine/ ) -----------------< End >---------------------------------

// Location_3 ( /funnybox/ ) -----------------< Start >---------------------------------
	function funnybox()
	{
		goto_Url( location_3, "funnybox_main.asp"); // funnybox main
	}

	function sub_coolgirlcoolboy()
	{
		goto_Url( location_3, "coolgirl_coolboy/coolgirl_coolboy_main.asp"); // coolgirlcoolboy
	}

	function sub_myselfpoll()
	{
		goto_Url( location_3, "myself_poll/myself_poll_main.asp"); // myselfpoll
	}

	function sub_quizquiz()
	{
		goto_Url( location_3, "quiz/quiz_main.asp"); // quizquiz
	}

	function sub_wallpaper()
	{
		goto_Url( location_3, "wallpaper/wallpaper.asp"); // wallpaper
	}

	function sub_horoscope()
	{
		goto_Url( location_3, "horoscope/horoscope.asp"); // horoscope
	}
// Location_3 ( /funnybox/ ) -----------------< End >---------------------------------

// Location_4 ( /girlcafe/ ) -----------------< Start >---------------------------------
	function girlscafe()
	{
		goto_Url( location_4, "girlcafe_main.asp"); // girlscafe main
	}

	function sub_freetalk()
	{
		goto_Url( location_4, "commontalk/commontalk.asp"); // freetalk
	}

	function sub_editorcafe()
	{
		goto_Url( location_4, "editorcafe/editorcafe.asp"); // editorcafe
	}

	function sub_fleamarket()
	{
		goto_Url( location_4, "fleamarket/fleamarket.asp"); // fleamarket
	}

	function sub_subscribe()
	{
		goto_Url( location_4, "subscribe/subscribe.asp"); // subscribe
	}

	function sub_notice()
	{
		goto_Url( location_4, "notice/notice.asp"); // notice
	}

	function sub_event()
	{
		goto_Url( location_4, "event/event.asp"); // event
	}
	function sub_postcard()
	{
		goto_Url( location_4, "post/post.asp"); // event
	}
// Location_4 ( /girlscafe/ ) -----------------< End >---------------------------------

// Location_5 ( // ) -----------------< Start >---------------------------------
	function sub_mileageevent()
	{
		goto_Url( location_5, "sub_process04.html"); // mileageevent
	}

	function sub_superpanel()
	{
		goto_Url( location_5, "sub_process04.html"); // superpanel
	}
	// Location_5 ( // ) -----------------< End >---------------------------------

