function selLink(){
    selurl=document.myform.mysel.options[document.myform.mysel.selectedIndex].value;
    if (selurl != "" )location.href=selurl;
}

function linkForm()
{
	
	document.write('<div id="bk">');
	document.write('	<span class="link">');
	document.write('		<FORM name="myform">');
	document.write('			<SELECT name="mysel" onChange="selLink()">');
	document.write('				<OPTION value="" selected>バックナンバー</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding19/index.html">出会いは2次会・パーティーにアリ！恋を呼ぶ　ヒロインアレンジヘア特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding18/index.html">Happy花嫁ヘア 6Style</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding17/index.html">幸せオーラ全開 春夏花嫁ヘアメイク決定版</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding16/index.html">アップの貴公子が提案！ 360°美人花嫁ヘアスタイル</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding15/index.html">2Way Hairで楽しくアレンジ★私を120％輝かせるパーティーヘア特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding14/index.html">短くても可愛い！挙式・披露宴のボブ・ミディアム花嫁スタイル特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding13/index.html">お色直しで‘私の世界観’を演出する シンデレラ　アレンジヘア特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding12/index.html">お呼ばれでもう迷わない！会場別ベストマッチトータルコーデ&amp;パーティーヘアスタイル特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding11/index.html">特別な日を和で彩る　色打掛ヘアスタイル／Elegant・Sexy × Feminine・Cute</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding10/index.html">あなたらしい幸せのカタチを演出する ドレス・ブーケ・ヘアの似合わせ</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding9/index.html">披露宴〜2次会のお呼ばれ組必見！お洒落で差を付ける披露宴／レングス別ヘアスタイル特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding8/index.html">上質そしてエレガントに　こだわりの大人ウエディングスタイル特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding7/index.html">2008年秋冬版 花嫁最新ヘアスタイル特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding6/index.html">2008春夏版 Men&rsquo;s Wedding Hair Style</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding5/index.html">第一印象ばっちりの顔合わせヘアスタイル特集</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding4/index.html">2007秋冬版 和装スタイル</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding3/index.html">2007春夏版 花嫁スタイル</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding2/index.html">2007春夏版 披露宴・二次会お呼ばれスタイル</OPTION>');
	document.write('				<OPTION value="/wedding/feauture/wedding/index.html">2006-2007秋冬版 Men&rsquo;s Wedding Hair Style</OPTION>');
	document.write('			</SELECT>');
	document.write('		</FORM>');
	document.write('	</span>');
	document.write('</div>');
	document.write('<br class="cb" />');
}

