﻿/*CODI GENERAT PER JAUME MULÉ
rolselva@gmail.com*/


/*no va concatenat perke hi ha 1000 pagines per modificar sino xd*/
function miralink_cast(){
var link = document.location.href;
tallat = link.split(".html")
alert("Tu lengua, por defecto, sera el castellano");
document.location=""+tallat[0]+"_cast.html";
localStorage.llengua = (2);
}

function miralink_cat(){
var link = document.location.href;
tallat = link.split("_cast.html");
alert("La teva llengua, per defecte, sera el catala");
document.location=""+tallat[0]+".html";
localStorage.llengua = (1);
}

function defineixv(){

	if (localStorage.llengua == (2)){
	
		var link = document.location.href;
		tallat = link.split(".html");
		document.location=""+tallat[0]+"_cast.html";
	}
	
}
function defineixv_c(){

	if (localStorage.llengua == (1)){
		var link = document.location.href;
		tallat = link.split("_");
		if (tallat[1]==("cast.html")){
			document.location=""+tallat[0]+".html";
		}
	}
}

function xarxes(num){

switch (num){
case 1: window.open("http://www.facebook.com/groups/castellhell");

break;
case 2: window.open("https://twitter.com/#!/Castellhell");

break;

case 3: window.open("http://www.facebook.com/events/170848952999682/?ref=nf");

break;
default:
alert("Error d'execució");
}

}




function comprovallengua(){
if (isNaN(localStorage.llengua)||localStorage.llengua=="undefined"||localStorage.llengua == null||localStorage.llengua != (1) || localStorage.llengua != (2)){
	document.location='portada.html';
}	

if (localStorage.llengua==2){
	document.location='portada_cast.html';
}


if (localStorage.llengua==1){
	document.location='portada.html';

}

}

function executa_text(){
document.getElementById("infofestivals").style.display = "block";
}
