// Document title
var title = document.title;
var precarga_tiempo=2000;
var noticias_id="";

$(document).ready(function() {
	$("#menu-opciones").load(idioma+"/menu.html");
	$("#footer").load(idioma+"/submenu.html");
	
	if(!ie){
		// Serialization utility
		var serialize = function(obj, re) {
			var result = [];
			$.each(obj, function(i, val) {
				if ((re && re.test(i)) || !re)
					result.push(i + ': ' + (typeof val == 'object' ? val.join 
						? '\'' + val.join(', ') + '\'' : serialize(val) : '\'' + val + '\''));
			});
			return '{' + result.join(', ') + '}';
		};
		
		// Init and change handlers
		$.address.init(function(event) {
			
		}).change(function(event) {
			setTimeout("load_seccion('"+event.pathNames.toString()+"');",precarga_tiempo);
			precarga_tiempo=10;
			var names = $.map(event.pathNames, function(n) {
				return n.substr(0, 1).toUpperCase() + n.substr(1);
			}).concat(event.parameters.id ? event.parameters.id.split('.') : []);
			var links = names.slice();
			var match = links.length ? links.shift() + ' ' + links.join('.') : 'Home';
			$('a').each(function() {
				$(this).toggleClass('selected', $(this).text() == match);
			});
			names=set_title(names);
			if ((navigator.userAgent.match(/iPhone/i)) || (navigator.userAgent.match(/iPod/i)) || (navigator.userAgent.match(/iPad/i))) {
				
			}else{
				$.address.title([title].concat(names).join(' | '));
			}
		});
	}
	
	$("#td_op_06").removeClass("boton-menu-news");
	$("#td_op_06").addClass("boton-menu-rojo-forzado");
	$("#centro-div").css("border-bottom","0px solid #C6D8E5");
	setTimeout("$('#container').css('display','block'); $('#i2owater').css('visibility','visible');",2000);
	
	if(!ie_n){
		setTimeout("$('#td_op_06').css('padding-top','0px');",2000);	
	}
});
