/******************************************************************************
*	nyë.cat &copy; 2011 http://nye.cat
******************************************************************************/

var WEB={
	xxxx:function(){
		
	}
}

$(document).ready(function(){
	/** Enllaços generals *******************************/
	$('a[rel="external"]').click(function(){
		window.open(''+this.href+'');
		return false;
	});
	
	$('#buscador #lang').change(function(){
		window.location=$(this).val();
	});
	
	$("a[rel=colorbox],a.colorbox").colorbox({maxWidth:"90%", maxHeight:"90%"});
});
