﻿/* 20090115-1014 */
modMan.start({
	configs:{
		pageLang:'br',
		pageCountry:"BR"
	},
	modules:[
		{
			id:"modHeaderFooter",
			selector:"#mod-header",
			loadSkin:true,
			preLoadDependencies:true,
			params:{
				request_url: "http://stf.terra.com.br/navbar/js/json_1.js",
				idItemMenu:"espo",
				format:"full",
				navigation:true,
				search:true,
				//publicationDate: "25 de Novembro de 2008",
				selectorFooter:"#mod-footer"
			}
		},
		{
			id:"modFanzoneFull",
			selector:'.mod-fanzone_full',
			loadSkin:false,
			params:{
				commentsPositions:[2,7,11,20,25,29], // length <= 6
				annotatioUrl:"http://comments.wsv.terra.com/",
				baseURL:"http://fanzone.terra.com.br/ws/",
				listType:listType, // group || channel
				id:groupId,
				modulo: "mod-fanzone" //mod-fanzone || mod-capa		
			}
		}
	]
});	