initModule({
	moduleID : 'toptop',
	newWindow : false,
	imagesFolder : function(){
		return document.scripts[document.scripts.length - 1];
	}(),
		
	domName :
			{
				tL : 'toptop_topL',
				tR : 'toptop_topR',
				bL : 'toptop_bottomL',
				bR : 'toptop_bottomR',
				s : 'toptopMarquee'
			},
				
	title : 
			{
				id : 'toptop_topL',
				text : ""
			},
				
	linkInfo :
			{
				down : 
					{
						id   : 'toptop_bottomR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['toptop_linkdown_prev','toptop_linkdown_next','toptop_linkdown_first','toptop_linkdown_last'],
						imgUrl  : ['','','',''] /*****/
					},
				up :
					{
						id   :'toptop_topR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['toptop_linkup_prev','toptop_linkup_next','toptop_linkup_first','toptop_linkup_last'],
						imgUrl  : ['','','',''] /*****/
					}
			},
		
	loopNumber :
			{
				enable : false,
				content : ""
			},
				
	marquee :
			{
				id : 'toptop_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']
			}
			
});
initLogin(
	false,
	'toptop'
);
/*模块*/