	var otherProduct = new AE.widget.itemViewer();
	var otherProductConfig={
		itemSize:[932,221],
		itemNum:kh_adet,
		step:1,
		animTime:1,
		orientation:"h",
		fireFunction:YAHOO.util.Easing.easeBothStrong,
		itemContainerId:"itemViewerContainer",
		itemClassName:"itemViewerItem",
		preBtnId:"itemViewerPre",
		nextBtnId:"itemViewerNext",
		navContainerId:"itemViewerNav",
		sectionLoad:false,
		navFireEvent:"click",
		autoCycleTimes:300,
		cycleDelay:5000,
		navCurrentClass:"current"
	}
	otherProduct.init(otherProductConfig);

