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

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


	
	mostLargeNum2 = parseInt(01, 10);
	


	
	mostLargeNum2 = parseInt(02, 10);
	


	
	mostLargeNum2 = parseInt(03, 10);
	


	
	mostLargeNum2 = parseInt(11, 10);
	

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




	//優先番号が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(03)').append('<a href="http://blog.anecan.tv/animennowa/" target="_self"></a>');
	var myRC_ListTag03 = tagRC_OL.children('li:eq(03)').children('a');


	var imgName03 = 'http://blog.anecan.tv/renew_info/assets_c/2009/09/120_60_animen-thumb-120x60-5674.jpg';
	myRC_ListTag03.append('<img alt="AniメンのWA!" />');
	myRC_ListTag03.children('img').attr('src', imgName03);


	myRC_ListTag03.append('<span class="title">AniメンのWA!</span>');
	myRC_ListTag03.append('<span class="descr">姉レディがお勧めするイケメン<br />「Aniメン」。毎週新Aniメン追加！</span>');





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


	var imgName11 = 'http://blog.anecan.tv/renew_info/assets_c/2009/09/120_60_photogallery-thumb-120x60-5685.jpg';
	myRC_ListTag11.append('<img alt="AneCan.TVPhoto Gallery" />');
	myRC_ListTag11.children('img').attr('src', imgName11);


	myRC_ListTag11.append('<span class="title">AneCan.TV<br />Photo Gallery</span>');
	myRC_ListTag11.append('<span class="descr">AneCan.TV内の写真や画像を<br />一覧できるフォトギャラリー</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://www.anecan.tv/profile/yuri.html">蛯原友里</a>　　<a href="http://blog.anecan.tv/thismonth/">撮影メイキング</a>　　<a href="http://www.anecan.tv/contents/09ebi_50question/index.html">蛯原友里に50の質問！</a>　　<a href="http://anecan.tv/contents/ago/">姉的ゴルフファッション</a><br />　　<a href="http://www.anecan.tv/contents/1007moebook/">押切もえ「心の言葉」</a>　　<a href="http://anecan.tv/contents/1007toshiba/">おうち時間が楽しくなる！</a>　　<a href="http://blog.anecan.tv/aneitem/">投稿してプレゼント！</a>　　<a href="http://blog.anecan.tv/blogger/">AneCan読者ブロガー</a>');

});
})(jQuery);