initModule({
	moduleID : 'notebooklistnotebooklist',
	newWindow : true,
	imagesFolder : function(){
		return document.scripts[document.scripts.length - 1];
	}(),
		
	domName :
			{
				tL : 'notebooklistnotebooklist_topL',
				tR : 'notebooklistnotebooklist_topR',
				bL : 'notebooklistnotebooklist_bottomL',
				bR : 'notebooklistnotebooklist_bottomR',
				s : 'notebooklistnotebooklistMarquee'
			},
				
	title : 
			{
				id : 'notebooklistnotebooklist_topL',
				text : ""
			},
				
	linkInfo :
			{
				down : 
					{
						id   : 'notebooklistnotebooklist_bottomR',
						type : 'pagedown',
						text : "",
						url  : '/',
						imgID : ['notebooklistnotebooklist_linkdown_prev','notebooklistnotebooklist_linkdown_next','notebooklistnotebooklist_linkdown_first','notebooklistnotebooklist_linkdown_last'],
						imgUrl  : ['','','',''] /*****/
					},
				up :
					{
						id   :'notebooklistnotebooklist_topR',
						type : 'more',
						text : "我要留言",
						url  : '/ShopNotebookAdd.aspx',
						imgID : ['notebooklistnotebooklist_linkup_prev','notebooklistnotebooklist_linkup_next','notebooklistnotebooklist_linkup_first','notebooklistnotebooklist_linkup_last'],
						imgUrl  : ['','','',''] /*****/
					}
			},
		
	loopNumber :
			{
				enable : false,
				content : ""
			},
				
	marquee :
			{
				id : 'notebooklistnotebooklist_marquee',
				enable :  false,
				width : 760,
				widthAuto : '%',
				height : 52,
				heightAuto : 'px',
				direction : 'top',
				step : 1,
				timer :50,
				delayTime : 5000,
				waitTime : 760,
				scrollStep : 52,
				margin : ['9px','9px','9px','9px']
			}
			
});

/*模块*/