var urlNavegador = document.location.href ; 
if (urlNavegador.indexOf("http://www") == -1) var SERVER ="http://192.168.1.69/projectes/idapa/www/";
else var SERVER = "http://192.168.1.69/projectes/idapa/www/";

// JavaScript Document

$(document).ready(function(){
$("a[href*='http://']:not([href*='"+location.hostname+"'])").click(function(){window.open(this.href);return false});
$("a[rel*=external]").attr("target","_blank");
});

