﻿/*
header: /accessories/home/js/home.js
首頁主控js
*/
window.addEvent('domready', function(){

	$$('a[href=#]', 'a[href=]').addEvent('click', $lambda(false)).removeProperty('href');
// object: Cnc2.Rotator
// variable:
// whatsNewRotator - Fashion & Event 右那一塊 WhatsNew
// hotViewRotator - 人氣商品
// fashionAttitudeRotator - 流行態度(hot view下方)
// mustHaveRotator - Must have(時尚伸展台左)

	mustHaveRotator = new Cnc2.Rotator($('MustHaveItems'), $$('#MustHaveItems li'), $$('#MustHaveControlLeft', '#MustHaveControlRight'), {loop:true, timer: 5500});

// object: Cnc2.Tabber
// variable:
// billboardTabber - 流行排行榜
// colotItemTabber - 時尚伸展台
// calendarTabber - Fashion & Events
    calendarTabber = new Cnc2.Tabber( $$('#EventCalendarTabs li'), $$('#EventCalendarContentTabs li'), {timer: 5500, duration: 750});

});
