(function($) {
$(document).ready(function(){
	
	//////////////////////////////////////////////////////////////////////	
	// Relation Contents /////////////////////////////////////////////////

	var tagRC_OL = $('div#relationContents>ol');
	tagRC_OL.hide();
	var mostLargeNum2 = 0;


	
	mostLargeNum2 = parseInt(00, 10);
	


	
	mostLargeNum2 = parseInt(01, 10);
	


	
	mostLargeNum2 = parseInt(02, 10);
	


	
	mostLargeNum2 = parseInt(04, 10);
	


	
	mostLargeNum2 = parseInt(05, 10);
	

	for(i=0; i<(mostLargeNum2 + 1); i++){
		tagRC_OL.append('<li></li>');
	};




	//優先番号が0以外の時 ////////////////////
	tagRC_OL.children('li:eq(00)').append('<a href="http://anecan.tv/contents/0910ebibox/" target="_self"></a>');
	var myRC_ListTag00 = tagRC_OL.children('li:eq(00)').children('a');


	var imgName00 = 'http://blog.anecan.tv/renew_info/assets_c/2010/01/120_60_ebibox-thumb-120x60-10056.jpg';
	myRC_ListTag00.append('<img alt="蛯原友里BOX「愛してる&hearts;」" />');
	myRC_ListTag00.children('img').attr('src', imgName00);


	myRC_ListTag00.append('<span class="title">蛯原友里BOX<br />「愛してる&hearts;」</span>');
	myRC_ListTag00.append('<span class="descr">写真集＋DVD＋<br />カレンダーの豪華セット！</span>');





	//優先番号が0以外の時 ////////////////////
	tagRC_OL.children('li:eq(01)').append('<a href="http://blog.anecan.tv/thismonth/" target="_self"></a>');
	var myRC_ListTag01 = tagRC_OL.children('li:eq(01)').children('a');


	var imgName01 = 'http://blog.anecan.tv/renew_info/assets_c/2009/09/120_60_magazine-thumb-120x60-5672.jpg';
	myRC_ListTag01.append('<img alt="今月のAneCan" />');
	myRC_ListTag01.children('img').attr('src', imgName01);


	myRC_ListTag01.append('<span class="title">今月のAneCan</span>');
	myRC_ListTag01.append('<span class="descr">今月号のAneCanの表紙と<br />目次をチェック！</span>');





	//優先番号が0以外の時 ////////////////////
	tagRC_OL.children('li:eq(02)').append('<a href="http://blog.anecan.tv/bestshot/" target="_self"></a>');
	var myRC_ListTag02 = tagRC_OL.children('li:eq(02)').children('a');


	var imgName02 = 'http://blog.anecan.tv/renew_info/assets_c/2009/09/120_60_bestshot-thumb-120x60-5673.jpg';
	myRC_ListTag02.append('<img alt="AneCanベストショット" />');
	myRC_ListTag02.children('img').attr('src', imgName02);


	myRC_ListTag02.append('<span class="title">AneCanベストショット</span>');
	myRC_ListTag02.append('<span class="descr">毎月AneCan本誌から<br />専属モデルたちの<br />ベストショットをご紹介！</span>');





	//優先番号が0以外の時 ////////////////////
	tagRC_OL.children('li:eq(04)').append('<a href="http://blog.anecan.tv/blogger/" target="_self"></a>');
	var myRC_ListTag04 = tagRC_OL.children('li:eq(04)').children('a');


	var imgName04 = 'http://blog.anecan.tv/renew_info/assets_c/2009/09/120_60_bloger-thumb-120x60-5675.jpg';
	myRC_ListTag04.append('<img alt="AneCan Premium読者ブログ" />');
	myRC_ListTag04.children('img').attr('src', imgName04);


	myRC_ListTag04.append('<span class="title">AneCan Premium<br />読者ブログ</span>');
	myRC_ListTag04.append('<span class="descr">AneCam読者の中から選ばれ<br />た読者ブロガーのブログ！</span>');





	//優先番号が0以外の時 ////////////////////
	tagRC_OL.children('li:eq(05)').append('<a href="http://www.anecan.tv/profile/index.html" target="_self"></a>');
	var myRC_ListTag05 = tagRC_OL.children('li:eq(05)').children('a');


	var imgName05 = 'http://blog.anecan.tv/renew_info/assets_c/2009/09/120_60_profile-thumb-120x60-5676.jpg';
	myRC_ListTag05.append('<img alt="Model&rsquo;s Movie Profile" />');
	myRC_ListTag05.children('img').attr('src', imgName05);


	myRC_ListTag05.append('<span class="title">Model&rsquo;s Movie Profile</span>');
	myRC_ListTag05.append('<span class="descr">AneCan専属モデル情報</span>');



	tagRC_OL.children('li').each(function(i){
		($(this).text().length === 0)? $(this).remove() : null;
	});
	tagRC_OL.show();

	//////////////////////////////////////////////////////////////////////	
	// Attention Key Word ////////////////////////////////////////////////

	$('div#attentionKey>p').append('　　<a href="http://anecan.tv/profile/miki.html">有村実樹</a>　　<a href="http://blog.anecan.tv/thismonth/">AneCan最新号情報</a>　　<a href="http://anecan.tv/contents/present/">AneCan.TV検定プレゼント</a>　　<a href="http://anecan.tv/contents/ago/">（姉）的ゴルフ</a><br />　　<a href="http://anecan.tv/profile/">専属モデルプロフィール</a>　　<a href="http://blog.anecan.tv/aneitem/">"魅せアイテム"に投稿！</a>　　<a href="http://www.anecan.tv/contents/09ebi_50question/index.html">エビちゃんに質問！</a>');

});
})(jQuery);