/*
*	www.jia-mao.com.tw index JS script (compress)
*
*	Code:Jacky Wang
*	Copyright (c) 2011 moss culture. All Rights Reserved.
*	www.mo-ss.com
*/
$(document).ready(function(){$news=$("#ad_news li");$news.hide();$news.eq(0).fadeIn("fast");$hots=$("#hot_ad li");$hots.hide();$hots.eq(0).fadeIn("fast");$("#hot_text").html($hots.eq(0).find("img").attr("title"));$prevs=$("#prev_ad li");$prevs.hide();$prevs.eq(0).fadeIn("fast");$("#prev_text").html($prevs.eq(0).find("img").attr("title"));$news.hover(function(){news_chkplay=false;clearInterval(news_timer);$news.stop(true,true)},function(){news_chkplay==false&&(news_chkplay=true,news_show())});$hots.hover(function(){hots_chkplay=
false;clearInterval(hots_timer);$hots.stop(true,true)},function(){hots_chkplay==false&&(hots_chkplay=true,hots_show())});$prevs.hover(function(){prevs_chkplay=false;clearInterval(prevs_timer);$prevs.stop(true,true)},function(){prevs_chkplay==false&&(prevs_chkplay=true,prevs_show())});$("a[rel=lightbox2]").colorbox({slideshow:true,onOpen:function(){$("#flashiD2").css({visibility:"hidden"})},onClosed:function(){$("#flashiD2").css({visibility:"visible"})}});$("a[rel=colorbox1]").colorbox({width:"720px",
height:"610px",iframe:true,onOpen:function(){$("#flashiD2").css({visibility:"hidden"})},onClosed:function(){$("#flashiD2").css({visibility:"visible"});firstload==true&&(thisMovie("FlashID2").jsCallBack(),firstload=false,setTimeout(function(){news_show()},news_start_delay),setTimeout(function(){hots_show()},hots_start_delay),setTimeout(function(){prevs_show()},prevs_start_delay))}});jsload=true});
function showmov(){movie_play==true?$("a[rel=colorbox1]").click():(setTimeout(function(){news_show()},news_start_delay),setTimeout(function(){hots_show()},hots_start_delay),setTimeout(function(){prevs_show()},prevs_start_delay),thisMovie("FlashID2").jsCallBack())}function chkloaded(){jsload==true&&thisMovie("FlashID2").jsaddMyNum()}function thisMovie(a){return navigator.appName.indexOf("Microsoft")!=-1?window[a]:document[a]}
function news_show(){$news.length>1&&(news_timer=setInterval(function(){$news.eq(newsnum).fadeOut(newsfdspeed,function(){newsnum++;newsnum>=$news.length&&(newsnum=0);$news.eq(newsnum).fadeIn(newsfdspeed)})},newsdelay))}
function hots_show(){$hots.length>1&&(hots_timer=setInterval(function(){$("#hot_text").html("");$hots.eq(hotsnum).fadeOut(hotsfdspeed,function(){hotsnum++;hotsnum>=$hots.length&&(hotsnum=0);$hots.eq(hotsnum).fadeIn(hotsfdspeed);$("#hot_text").html($hots.eq(hotsnum).find("img").attr("title"))})},hotsdelay))}
function prevs_show(){$prevs.length>1&&(prevs_timer=setInterval(function(){$("#prev_text").html("");$prevs.eq(prevsnum).fadeOut(prevsfdspeed,function(){prevsnum++;prevsnum>=$prevs.length&&(prevsnum=0);$prevs.eq(prevsnum).fadeIn(prevsfdspeed);$("#prev_text").html($prevs.eq(prevsnum).find("img").attr("title"))})},prevsdelay))};
