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

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


	
	mostLargeNum2 = parseInt(04, 10);
	


	
	mostLargeNum2 = parseInt(05, 10);
	


	
	mostLargeNum2 = parseInt(14, 10);
	


	
	mostLargeNum2 = parseInt(16, 10);
	

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




	//優先番号が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>');





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


	var imgName14 = 'http://blog.anecan.tv/renew_info/assets_c/2009/09/120_60_blog_editorial-thumb-120x60-5688.jpg';
	myRC_ListTag14.append('<img alt="AneCan 編集部Blog" />');
	myRC_ListTag14.children('img').attr('src', imgName14);


	myRC_ListTag14.append('<span class="title">AneCan 編集部Blog</span>');
	myRC_ListTag14.append('<span class="descr">スタッフがお届けする<br />内部情報アレコレ！</span>');





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


	var imgName16 = 'http://blog.anecan.tv/renew_info/assets_c/2009/09/120_60_yurism-thumb-120x60-5693.jpg';
	myRC_ListTag16.append('<img alt="YURISM online" />');
	myRC_ListTag16.children('img').attr('src', imgName16);


	myRC_ListTag16.append('<span class="title">YURISM online</span>');
	myRC_ListTag16.append('<span class="descr"><p>蛯原友里の最新情報をお届け。</p></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);