var bPremium75430115 = false; var bStop75430115 = false; var sDomain = location.hostname.toLowerCase().replace('www.', ''); var bAutoOnBC75430115 = true; var CurIndexBC75430115 = 0; var iMaxIndexBC75430115; var arrTitleBC75430115 = []; var arrLinkBC75430115 = []; var arrSummaryBC75430115 = []; iChangeDelayBC75430115 = 3; arrTitleBC75430115[0] = 'Bgrepeat: Twitterにも使えそうなシンプルな背景素材サイト'; arrLinkBC75430115[0] = 'http://kenz0.s201.xrea.com/weblog/2010/02/bgrepeat_twitter.html'; arrTitleBC75430115[1] = 'Citrify: オンラインで使える手軽でパワフルなフォトレタッチツール'; arrLinkBC75430115[1] = 'http://kenz0.s201.xrea.com/weblog/2010/02/citrify.html'; arrTitleBC75430115[2] = 'Instant No Button!: あなたの代わりに「NOOO!」と叫んでくれるサイト'; arrLinkBC75430115[2] = 'http://kenz0.s201.xrea.com/weblog/2010/02/instant_no_button_nooo.html'; arrTitleBC75430115[3] = 'The City of Black and White'; arrLinkBC75430115[3] = 'http://kenz0.s201.xrea.com/weblog/2010/02/the_city_of_black_and_white.html'; arrTitleBC75430115[4] = 'NEWRAFAEL: シュールなフラッシュ作品の数々'; arrLinkBC75430115[4] = 'http://kenz0.s201.xrea.com/weblog/2010/02/newrafael.html'; arrTitleBC75430115[5] = 'AutoTracer: ビットマップ画像を自動でベクター画像に変換するサイト'; arrLinkBC75430115[5] = 'http://kenz0.s201.xrea.com/weblog/2010/01/autotracer.html'; arrTitleBC75430115[6] = 'ASCIImeo: ビデオをASCIIアートで再生するサイト'; arrLinkBC75430115[6] = 'http://kenz0.s201.xrea.com/weblog/2010/01/asciimeo_ascii.html'; arrTitleBC75430115[7] = 'Rainy Mood: 癒しのための雨音を提供するサイト'; arrLinkBC75430115[7] = 'http://kenz0.s201.xrea.com/weblog/2010/01/rainy_mood.html'; arrTitleBC75430115[8] = 'RadioTuna: お気に入りのインターネットラジオ局を検索'; arrLinkBC75430115[8] = 'http://kenz0.s201.xrea.com/weblog/2010/01/radiotuna.html'; arrTitleBC75430115[9] = 'NASAが構想する一人乗りの電気飛行機'; arrLinkBC75430115[9] = 'http://kenz0.s201.xrea.com/weblog/2010/01/nasa.html'; function RotateTickerBC75430115() { if (bAutoOnBC75430115) { CurIndexBC75430115 = (CurIndexBC75430115 >= (arrTitleBC75430115.length - 1)) ? 0 : CurIndexBC75430115 + 1; GoToTickerBC75430115(CurIndexBC75430115); setTimeout('RotateTickerBC75430115()', iChangeDelayBC75430115 * 1000); } } function PrevTickerBC75430115() { CurIndexBC75430115 = (CurIndexBC75430115 <= 0) ? arrTitleBC75430115.length - 1 : CurIndexBC75430115 - 1; GoToTickerBC75430115(CurIndexBC75430115); bAutoOnBC75430115 = false; } function NextTickerBC75430115() { CurIndexBC75430115 = (CurIndexBC75430115 >= arrTitleBC75430115.length - 1) ? 0 : CurIndexBC75430115 + 1; GoToTickerBC75430115(CurIndexBC75430115); bAutoOnBC75430115 = false; } function SetTickerOpacityBC75430115(oTickerStyle, iOpacity) { try { if (oTickerStyle.filter === undefined) { oTickerStyle.opacity = (iOpacity/100).toString(); } else { if (iOpacity == 100) { oTickerStyle.filter = ''; } else { oTickerStyle.filter = 'alpha(opacity=' + iOpacity + ')'; } } } catch(e) { } } function GoToTickerBC75430115(iIndex) { var i, iOpacity, iDelay; for (i = 0; i < 10; i++) { iOpacity = 90 - (i * 10); iDelay = i * 50; setTimeout('SetTickerOpacityBC75430115(document.getElementById(\'TickerContentBC75430115\').style,' + iOpacity + ')', iDelay); } setTimeout('SetTickerContentBC75430115(' + iIndex + ')', iDelay + 50); for (i = 0; i < 10; i++) { iOpacity = (i + 1) * 10; iDelay = (i + 10) * 50; setTimeout('SetTickerOpacityBC75430115(document.getElementById(\'TickerContentBC75430115\').style,' + iOpacity + ')', iDelay); } } function SetTickerContentBC75430115(iIndex) { if ((iIndex >= 0) && (iIndex <= (arrTitleBC75430115.length - 1))) { document.getElementById('TickerTitleBC75430115').innerHTML = arrTitleBC75430115[iIndex]; document.getElementById('TickerLinkBC75430115').href = arrLinkBC75430115[iIndex]; if (arrSummaryBC75430115.length > 0) { document.getElementById('TickerSummaryBC75430115').innerHTML = '
' + arrSummaryBC75430115[iIndex]; } } } if (! bStop75430115) { CurIndexBC75430115 = -1; document.getElementById('TickerTitleBC75430115').innerHTML = 'Loading BlastCasta Ticker...'; document.getElementById('TickerLinkBC75430115').href = 'http://www.blastcasta.com/'; setTimeout('RotateTickerBC75430115()', 1250); }