$(function(){

	$("#mainInfo").load('/info/home/mainInfo.html');
	$("#footerInc").load('/include/footer.shtml?home');

	$('#information','#mainColumn').after('<div class="spInfo showList"><a href="http://www.alivechat.tv/common/showlist/index.php" target="_blank"><img src="/ncimg/spInfo-showList.png" alt="スペシャルライブショー！" title="スペシャルライブショー！" /></a></div>');


/*
	$('#information','#mainColumn').after('<div class="spInfo newYearsEve"><div style="width:750px!important;margin:0 auto;"><a href="http://alivechat.tv/campaign/2011/show_122811.html" target="_blank"><img src="/info/campimg/2011newYearsEve-01.jpg" alt="リアル姉妹 禁断の愛・・・" title="リアル姉妹 禁断の愛・・・" /></a><a href="http://alivechat.tv/campaign/2011/show_122811_2.html" target="_blank"><img src="/info/campimg/2011newYearsEve-02.jpg" alt="レズ 危ない関係。" title="レズ 危ない関係。" /></a><a href="http://alivechat.tv/campaign/2011/show_122911.html" target="_blank"><img src="/info/campimg/2011newYearsEve-03.jpg" alt="レズビアンレッスン" title="レズビアンレッスン" /></a><a href="http://alivechat.tv/campaign/2011/show_123011.html" target="_blank"><img src="/info/campimg/2011newYearsEve-04.jpg" alt="処女喪失の瞬間" title="処女喪失の瞬間" /></a><a href="http://alivechat.tv/campaign/2011/nye_123011.html" target="_blank"><img src="/info/campimg/2011newYearsEve-05.jpg" alt="大晦日の今夜はたっぷり愛してね" title="大晦日の今夜はたっぷり愛してね" /></a></div></div><div class="spInfo showList"><a href="http://www.alivechat.tv/common/showlist/index.php" target="_blank"><img src="/ncimg/spInfo-showList.png" alt="スペシャルライブショー！" title="スペシャルライブショー！" /></a></div>');

			var newYearsEve = ''
							+ '<div class="spInfo newYearsEve">'
							+ '<a href="http://alivechat.tv/campaign/2011/show_122811.html" target="_blank"><img src="/info/campimg/2011newYearsEve-01.jpg" alt="リアル姉妹 禁断の愛・・・" title="リアル姉妹 禁断の愛・・・" /></a>'
							+ '<a href="http://alivechat.tv/campaign/2011/show_122811_2.html" target="_blank"><img src="/info/campimg/2011newYearsEve-02.jpg" alt="レズ 危ない関係。" title="レズ 危ない関係。" /></a>'
							+ '<a href="http://alivechat.tv/campaign/2011/show_122911.html" target="_blank"><img src="/info/campimg/2011newYearsEve-03.jpg" alt="レズビアンレッスン" title="レズビアンレッスン" /></a>'
							+ '<a href="http://alivechat.tv/campaign/2011/show_123011.html" target="_blank"><img src="/info/campimg/2011newYearsEve-04.jpg" alt="処女喪失の瞬間" title="処女喪失の瞬間" /></a>'
							+ '<a href="http://alivechat.tv/campaign/2011/nye_123011.html" target="_blank"><img src="/info/campimg/2011newYearsEve-05.jpg" alt="大晦日の今夜はたっぷり愛してね" title="大晦日の今夜はたっぷり愛してね" /></a>'
							+ '</div>';

			var showList = 		''
								+ '<div class="spInfo showList">'
								+ '<a href="http://www.alivechat.tv/common/showlist/index.php" target="_blank"><img src="/ncimg/spInfo-showList.png" alt="スペシャルライブショー！" title="スペシャルライブショー！" /></a>'
								+ '</div>';
*/
	var targetForm = $('input#target');
	var targetLink = $('a[href*="profile.shtml"],a[href*="gallery.shtml"]','.pfEachBox, .top10wrap');

	$(targetForm).change(function(){
		if ( $(this).attr('checked') == true ) {
			$(targetLink).attr('target','_blank');
			$(this).parent().addClass("switching");
			$.cookie('target', 'blank', { expires: 30,path:'/' });
		} else {
			$(targetLink).removeAttr('target','');
			$(this).parent().removeClass("switching");
			$.cookie('target', '', { expires: -1,path:'/' });
		}
	});
	if ( $.cookie('target') ) {
		$(targetForm).attr('checked','checked');
		$(targetLink).attr('target','_blank');
		$(targetForm).parent().addClass("switching");
	} else {
		$(targetForm).attr('checked',false);
		$(targetLink).removeAttr('target','');
		$(targetForm).parent().removeClass("switching");
	}


/*
    $("input#target").change(function(){
        if($(this).is(":checked")){
            $(this).parent().addClass("switching");
        }else{
            $(this).parent().removeClass("switching");
        }
    });
*/


});

