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

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


	
	mostLargeNum2 = parseInt(05, 10);
	


	
	mostLargeNum2 = parseInt(11, 10);
	


	
	mostLargeNum2 = parseInt(16, 10);
	


	
	mostLargeNum2 = parseInt(18, 10);
	

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




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





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





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


	var imgName18 = 'http://blog.anecan.tv/renew_info/assets_c/2009/10/120_60_presentcp-thumb-120x60-6975.jpg';
	myRC_ListTag18.append('<img alt="AneCan.TVリニューアル記念プレゼントキャンペーン！！" />');
	myRC_ListTag18.children('img').attr('src', imgName18);


	myRC_ListTag18.append('<span class="title">AneCan.TVリニューアル記念プレゼントキャンペーン！！</span>');
	myRC_ListTag18.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);