initModule({
	moduleID : 'selfmodulegetpass',
	newWindow : false,
	imagesFolder : function(){
		return document.scripts[document.scripts.length - 1];
	}(),
		
	domName :
			{
				tL : 'selfmodulegetpass_topL',
				tR : 'selfmodulegetpass_topR',
				bL : 'selfmodulegetpass_bottomL',
				bR : 'selfmodulegetpass_bottomR',
				s : 'selfmodulegetpassMarquee'
			},
				
	title : 
			{
				id : 'selfmodulegetpass_topL',
				text : "我有账号"
			},
				
	linkInfo :
			{
				down : 
					{
						id   : 'selfmodulegetpass_bottomR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['selfmodulegetpass_linkdown_prev','selfmodulegetpass_linkdown_next','selfmodulegetpass_linkdown_first','selfmodulegetpass_linkdown_last'],
						imgUrl  : ['','','',''] /*****/
					},
				up :
					{
						id   :'selfmodulegetpass_topR',
						type : 'none',
						text : "more",
						url  : '/',
						imgID : ['selfmodulegetpass_linkup_prev','selfmodulegetpass_linkup_next','selfmodulegetpass_linkup_first','selfmodulegetpass_linkup_last'],
						imgUrl  : ['','','',''] /*****/
					}
			},
		
	loopNumber :
			{
				enable : false,
				content : ""
			},
				
	marquee :
			{
				id : 'selfmodulegetpass_marquee',
				enable :  false,
				width : 760,
				height : 52,
				direction : 'bottom',
				step : 1,
				timer :50,
				delayTime : 5000,
				waitTime : 760,
				scrollStep : 52,
				margin : ['9px','9px','9px','9px']
			}
			
});

/*模块*/