/* ******************************************

    [ ファミリーネットトップページ用js ] 2009.12.25
    
****************************************** */


/* 共通ヘッダー */
//function defaultHeader(){
//	document.write('<ul><li><a href="#" title="雑誌名雑誌名雑誌名">雑誌名雑誌名雑誌名</a></li><li><a href="#" title="雑誌名雑誌名雑誌名">雑誌名雑誌名雑誌名</a></li><li><a href="#" title="雑誌名雑誌名雑誌名">雑誌名雑誌名雑誌名</a></li><li><a href="#" title="雑誌名雑誌名雑誌名">雑誌名雑誌名雑誌名</a></li><li><a href="#" title="雑誌名雑誌名雑誌名">雑誌名雑誌名雑誌名</a></li><li><a href="#" title="雑誌名雑誌名雑誌名">雑誌名雑誌名雑誌名</a></li><li><a href="#" title="雑誌名雑誌名雑誌名">雑誌名雑誌名雑誌名</a></li><li><a href="#" title="雑誌名雑誌名雑誌名">雑誌名雑誌名雑誌名</a></li></ul>');
//}

function defaultHeader(){
	document.write(' ');
}



/* スーパーバナー */
//function superBanner(){
//	document.write('<p><a href="#" title="スーパーバナー（ダミー）"><img src="/img/super_banner/super_banner.jpg" alt="スーパーバナー（ダミー）" title="スーパーバナー（ダミー）" width="728" height="90"/></a></p>');
//}

//function superBanner()
//{
//    $.ajax({
//        url: '/netstrategy/familynet-superbanner.html',/* ここを変更 */
//        type: 'GET',
//        dataType: 'html',
//        timeout: 1000,
//        success: function(tag){
//            $(tag).appendTo('#fn-header');
//        }
//    });

//}



/* スクウェアバナー */
//function squareBanner(){
//	document.write('<a href="#" title="スクウェアバナー（ダミー）"><img src="/img/square_banner/square_banner.jpg" alt="square_banner" width="300" height="250"/></a>');
//}



/* ノーマルバナー */
function normalBanner(){
	document.write('<ul><li><a href="http://family.shogakukan.co.jp/family/omedetou/index.html"><img src="/img/normal_banner/banner_omedetou.gif" alt="2010年 ご入学おめでとう大会" title="2010年 ご入学おめでとう大会" width="300" height="100"/></a></li><li><a href="http://netkun.com/dora/2009sakubun/"><img src="/img/normal_banner/banner_sakubun10.gif" alt="第10回ドラえもん大賞 全国作文コンクール" title="第10回ドラえもん大賞 全国作文コンクール" width="300" height="100"/></a></li><li><a href="http://netkun.com/dora/2009shizen/"><img src="/img/normal_banner/banner_shizengif.gif" alt="18回 ドラえもん 自然はともだちコンテスト" title="normal_banner" width="300" height="100"/></a></li><li><a href="http://netkun.com/12saibungaku/"><img src="/img/normal_banner/banner_12sai_100114.gif" alt="12歳の文学賞 ただいま見える審査実施中！ 発表は2010年3月！" title="12歳の文学賞 ただいま見える審査実施中！ 発表は2010年3月！" width="300" height="300"/></a></li><li><a href="http://netkun.com/12saibungaku/webmag/mifunebook/index.html"><img src="/img/normal_banner/banner_mifune_100114.gif" alt="「12歳の空」三船恭太郎" title="「12歳の空」三船恭太郎" width="300" height="300"/></a></li><li><a href="http://netkun.com/dora_kagaku/"><img src="/img/normal_banner/banner_dokodemokagaku.gif" alt="ドラえもん＆でんじろう先生の「どこでもカガク！」" title="ドラえもん＆でんじろう先生の「どこでもカガク！」" width="300" height="100"/></a></li><li><a href="http://netkun.com/eigodesho1/"><img src="/img/normal_banner/banner_eigodeichinensei.gif" alt="Enjoy! えいご de 1年生" title="Enjoy! えいご de 1年生" width="300" height="100"/></a></li></ul>');
}



/* テキストバナー */
//function textBanner(){
//	document.write('<ul><li><a href="#">テキストバナーテキストバナーテキストバナーテキストバナーテキストバナーテキストバナー</a></li><li><a href="#">テキストバナーテキストバナーテキストバナー</a></li><li><a href="#">テキストバナーテキストバナーテキストバナー</a></li></ul>');
//}

function textBanner(){
	document.write('　');
}




/* ページ下グループバナー */
function groupBanner(){
	document.write('<ul class="clearfix"><li><a href="http://www.shogakukan.co.jp/" title="小学館オンライン"><img src="/img/common/group_banner/bn_sol.gif" alt="小学館オンライン" title="小学館オンライン" width="100" height="50"/></a></li><li><a href="http://comics.shogakukan.co.jp/" title="小学館コミック"><img src="/img/common/group_banner/bn_sol_comic.gif" alt="小学館コミック" title="小学館コミック" width="100" height="50"/></a></li><li><a href="http://www.shogakukan.co.jp/neo/" title="小学館の図鑑NEO"><img src="/img/common/group_banner/bn_neo.gif" alt="小学館の図鑑NEO" title="小学館の図鑑NEO" width="100" height="50"/></a></li><li><a href="http://www.corocoro.tv/" title="コロコロ公式サイト"><img src="/img/common/group_banner/bn_corocoro.gif" alt="コロコロ公式サイト" title="コロコロ公式サイト" width="100" height="50"/></a></li></ul>');
}

