var $check_cart,$cart_area_height;function get_car_item(){$('#car_item_area').empty();$.getJSON("get_car_item.php",function(e){if(e!=''){$('#item_num').text(e.items.length);if(e.items.length>0){$('#Checkout').show();$check_cart.show()}else{$('#Checkout').hide()}$.each(e.items,function(i,c){var d=$('<li><img src="image/delect.png" class="delect_item" title="移除" />&nbsp;'+c.name.substr(0,5)+'&nbsp;X'+c.pro_num+'<br></li>'),a_href=$('<a/>',{'href':'product_item.php?file_id='+c.id}),img=$('<img/>',{'src':c.picture,'title':c.name}).addClass('car_item_pic');$('#car_item_area').append(d.append(a_href.append(img))).find('.delect_item:last').css({'cursor':'pointer'}).click(function(){var b=$(this).parent();$.post('del_car.php',{'pro_id':c.id,'do':'del'},function(a){if(a=='success'){$('#item_num').text($('#item_num').text()-1);b.fadeOut(500);$('#id'+c.id).show();$('#id'+c.id+'~ .in_cart').hide();if($('#item_num').text()==0){if($.browser.msie&&$.browser.version<'7.0'){$('#car_item_area').animate({'height':'-='+$cart_area_height},'slow').empty()}else{$('#car_content').animate({'bottom':'-='+($cart_area_height+25)},'slow').animate({'bottom':'+=25'},'slow').find('#car_item_area').empty()}$('#show_cart,#hide_cart,#Checkout').hide();$check_cart=$('#show_cart')}}})})})}})}$(function(){function getBrowserHeight(){if($.browser.msie){return document.compatMode=="CSS1Compat"?document.documentElement.clientHeight:document.body.clientHeight}else{return self.innerHeight}}function getBrowserWidth(){if($.browser.msie){return document.compatMode=="CSS1Compat"?document.documentElement.clientWidth:document.body.clientWidth}else{return self.innerWidth}}$('#car_content').css({'left':$('#footer').offset().left,'z-index':999});if(($('#footer').offset().top+parseInt($('#footer').css('height')))<getBrowserHeight()){$('#navigation').css({'height':(getBrowserHeight()-parseInt($('#footer').css('height'))-parseInt($('#header').css('height')))})};$cart_area_height=parseInt($('#car_item_area').css('height'));if($('#item_num').text()==0){$('#Checkout').hide();$check_cart=$('#show_cart').hide()}else{$check_cart=$('#show_cart')};if($.browser.msie&&$.browser.version=='6.0'){$('#car_item_area').css({'height':'0px'})};$('#show_cart').click(function(){$(this).hide();$check_cart=$('#hide_cart').show();get_car_item();if($.browser.msie&&$.browser.version<'7.0'){$('#car_item_area').animate({'height':'+='+$cart_area_height},'slow')}else{$('#car_content').animate({'bottom':'+='+($cart_area_height+25)},'slow').animate({'bottom':'-=25'},'slow')}});$('#hide_cart').click(function(){$(this).hide();$check_cart=$('#show_cart').show();if($.browser.msie&&$.browser.version<'7.0'){$('#car_item_area').animate({'height':'-='+$cart_area_height},'slow')}else{$('#car_content').animate({'bottom':'-='+($cart_area_height+25)},'slow').animate({'bottom':'+=25'},'slow')}}).hide();$("#header_footer").click(function(){location.href="index.php"});$('#member_regist').click(function(){location="member_regist.php"});$('.page_prev').click(function(){history.back()});$('img[id^="link_"]').click(function(){$.post("adv_count.php",{link_id:$(this).attr('id')})});var b=$('.news_run').hide().eq(0).show().end().length;var c=0;function run_news(){$('body').everyTime('3s','A',function(){c=(c+1)%b;$('.news_run').eq((c-1)).animate({opacity:'hide'},'slow',function(){$('.news_run').eq(c).show()});},0,true)};run_news();$('#news_box').hover(function(){$('body').stopTime('A')},function(){run_news()});$.fn.hot_show=function(){var a,$hot_num=0,$runing=true,$div=[],$change_hot_img,$hot_product_body=$('#hot_product_body').css({'overflow':'hidden'}),$hot_count=$('.hot_view').each(function(i){$div[i]=[$(this).find('h1').text(),$(this).find('img').addClass('mod_img').attr('src'),$(this).find('a').attr('href')];if(i==0){$change_hot_img=$(this).hover(function(){clearTimeout(a);$('#img_control').show();$runing=false},function(){}).find('h3').remove().end()}else{$(this).hide()}$('<a class="change_hot_img">'+(i+1)+'</a>').click(function(){$runing=false;$('#img_control').show();clearTimeout(a);$hot_num=i%$hot_count;img_next()}).appendTo($('#hot_product_body'));$('.change_hot_img').eq(0).addClass('change_hot_img_in')}).length;$('.change_hot_img:last').after($('<a id="img_control">play</a>').click(function(){$runing=true;auto_run()}));function img_next(){$('.change_hot_img').removeClass('change_hot_img_in').eq(($hot_num%$hot_count)).addClass('change_hot_img_in');$change_hot_img.find('h1').text($div[($hot_num%$hot_count)][0]).end().find('img').attr({'src':$div[($hot_num%$hot_count)][1]}).end().find('a').attr({'href':$div[($hot_num%$hot_count)][2]})};function auto_run(){if($runing){$('#img_control').hide();$hot_num++;a=setTimeout(auto_run,2000);img_next()}}$('#img_control').hide();setTimeout(auto_run,2000)};$('#hot_product').hot_show();}); 
