function setSwfObjectParams(nombSitio){
var hsn = new SWFObject("/images/srv_noticias.swf", "srv_noticias", "131", "132", "8", "#2B2B2B");
	hsn.addVariable("nomb_sitio", nombSitio);
	hsn.addVariable("url_redirect", "apps.hermes-soft.com");
  	hsn.addVariable("url_dominio", location.host);
	hsn.addVariable("color_enOver", "0x0000ff");
	hsn.addVariable("color_enOut", "0x000000");
	hsn.addParam("menu", "false");
	hsn.addParam("wmode", "transparent");
	hsn.write("srv_noticias");
}