/*
ver 1.2
----------------------------------------------------------------------------------------------------*/
$(function(){
	//ALL ABOUT
	//開く（codeをjsに記述）
	$("span.rss-btn-open2").append('')
		.find("input").click(function(){
			var code = $("#target_chain").css("background-color", "#ffffff").show("fast");
			eval(code);
		}).end();
	//閉じる（codeをjsに記述）
	$("div#close").append('')
		.find("input,a").click(function(){
			var code = $("#target_chain").css("background-color", "#ffffff").hide("fast");
			eval(code);
		}).end();
	//ALL ABOUT
});



function funcAARssButton(strCh,strGs){
	var strRssUrl;
	var strParentUrl='http://allabout.co.jp/';
	strRssUrl=strParentUrl+'rss/auto/index.rdf';

	document.write('<li class="rss2">');
	document.write('<div id="rss-box">');
	document.write('<div id="target_chain">');
	document.write('<div id="open">');
	document.write('<p id="my-rss" class="vari23">');
	document.write('<a href="http://i.allabout.co.jp/external_feeds/create?url='+strRssUrl+'">');
	document.write('All About マイページにRSSを登録</a></p>');
	document.write('<p id="my-rss2" class="vari23">RSSリーダー、WebブラウザにRSSを登録</p>');
	document.write('<p id="my-rss3" class="vari12">');
	document.write('<a href="'+strRssUrl+'" id="my-rss3-img">');
	document.write('<img src="http://img.allabout.co.jp/pts/img/2007/brbt_rss01.gif" width="51" height="23" border="0"></a>');
	document.write('<a href="'+strRssUrl+'" id="my-rss3-txt">');
	document.write(strRssUrl);
	document.write('</a></p>');
	document.write('<br>');
	document.write('<a href="http://reader.excite.co.jp/subscribe/?url='+strRssUrl+'" id="rss_btn_excite"><img src="http://img.allabout.co.jp/pts/img/2007/rss_excite.gif" width=76 height=17 alt="エキサイトリーダーに登録" border=0></a>');
	document.write('<a href="http://paipo.jp/bookmarklet/?url='+strRssUrl+'" id="rss_btn_paipo"><img src="http://img.allabout.co.jp/pts/img/2007/rss_paipo.gif" width=104 height=17 alt="Paipoへ追加" border=0></a>');
	document.write('<a href="http://add.my.yahoo.co.jp/rss?url='+strRssUrl+'" id="rss_btn_yahoo"><img src="http://img.allabout.co.jp/pts/img/2007/rss_yahoo.gif" width=91 height=17 alt="myyahooへ追加" border=0></a>');
	document.write('<a href="http://www.newsgator.com/ngs/subscriber/subext.aspx?url='+strRssUrl+'" id="rss_btn_newsgator"><img src="http://img.allabout.co.jp/pts/img/2007/rss_newsgator.gif" alt="NewsGator Onlineへ追加" border=0></a>');
	document.write('<a href="http://feedpath.jp/reader/add/addFeed.do?from=AllAbout&url='+strRssUrl+'" id="rss_btn_feedpath"><img src="http://img.allabout.co.jp/pts/img/2007/rss_feedpath.gif" width=91 height=17 alt="feedpath Rabbit に追加" border=0></a>');
	document.write('<a href="http://www.bloglines.com/sub/'+strRssUrl+'" id="rss_btn_bloglines"><img src="http://img.allabout.co.jp/pts/img/2007/rss_bloglines.gif" alt="Bloglinesへ追加" border=0></a>');
	document.write('<a href="http://www.google.co.jp/ig/add?feedurl='+strRssUrl+'" id="rss_btn_google"><img src="http://img.allabout.co.jp/pts/img/2007/rss_google.gif" width=104 height=17 alt="Googleへ追加" border=0></a>');
	document.write('<a href="http://r.hatena.ne.jp/append/'+strRssUrl+'" id="rss_btn_hatena"><img src="http://img.allabout.co.jp/pts/img/2007/rss_hatena.gif" width=89 height=22 alt="はてなRSSへ追加" border=0></a>');
	document.write('<a href="http://reader.livedoor.com/subscribe/'+strRssUrl+'" id="rss_btn_livedoor"><img src="http://img.allabout.co.jp/pts/img/2007/rss_livedoor.gif" alt="Livedoorリーダーへ追加" border=0></a>');
	document.write('<a href="http://reader.goo.ne.jp/web/bookmarklet.html?,,'+strRssUrl+'" id="rss_btn_goo"><img src="http://img.allabout.co.jp/pts/img/2007/rss_goo.gif" alt="goo RSSリーダーへ追加" border=0></a>');
	document.write('</div>');
	document.write('<div id="close">');
	document.write('<input type="image" value="閉じる"  class="closeBtn" src="http://img.allabout.co.jp/pts/img/2007/close_rss.gif" width="10" height="10" />');
	document.write('</div>');
	document.write('</div>');
	document.write('<span class="rss-btn-open2">');
	document.write('<input type="image" value="RSS" class="openBtn" src="http://img.allabout.co.jp/pts/img/2007/brbt_rss01.gif" />');
	document.write('</span>');
	document.write('</div>');
	document.write('</li>');
}

