
var bottom=''+
'<table cellpadding="0" cellspacing="0" border="0<br>">'+
'<tr><td width="180"><b>CEMPU</b> | CopyRight © 2009<br />Buenos Aires - Argentina<br /><br />Design by <a href="http://www.sacsoluciones.com.ar/" target="_blank">SAC Solutions</a><br /></td><td width="770"><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="770" height="70" id="educar" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="educar.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#006699" /><param name="wmode" value="transparent" /><embed src="educar.swf" quality="high" wmode="transparent" bgcolor="#006699" width="770" height="70" name="educar" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object></td></tr>'+
'</table>';

var cobertura='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="200" height="230" id="america" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="america.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><param name="wmode" value="transparent" /><embed src="america.swf" quality="high" wmode="transparent" bgcolor="#ffffff" width="200" height="230" name="america" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>';
var links='<p><ul class="link"><li><a href="http://wwwcempueduco.blogspot.com/" target="_blank">Blog Palabras Inútiles</a></li><li><a href="http://www.eltiempo.com" target="_blank">El Tiempo</a></li><li><a href="http://www.elclarin.com" target="_blank">El Clarín</a></li></ul></p><p><a href="links.html">Ver +</a></p>'
var alianzas='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="200" height="170" id="alianzas" align="middle"><param name="allowScriptAccess" value="sameDomain" /><param name="movie" value="alianzas.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="alianzas.swf" quality="high" bgcolor="#ffffff" width="200" height="170" name="alianzas" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object><br /><br />';
$(document).ready(function(){
  

  $("#bottom").html(bottom);
  $("#cobertura").html(cobertura);
  $("#links").html(links);
  $("#alianzas").html(alianzas);

  if ($("div#content").height() > $("div#pleft").height() && $("div#content").height() > $("div#pright").height()) {
        $("div#pleft").height($("div#content").height());
	$("div#pright").height($("div#content").height());
  }
 if ($("div#pleft").height() > $("div#content").height() && $("div#pleft").height() > $("div#pright").height()) {
        $("div#content").height($("div#pleft").height());
	$("div#pright").height($("div#pleft").height());
  }
 if ($("div#pright").height() > $("div#content").height() && $("div#pright").height() > $("div#pleft").height()) {
        $("div#pleft").height($("div#pright").height());
	$("div#content").height($("div#pright").height());
  }
  
  

});



var filters = {
			nombre: function(el) {return ($(el).val() != '' && $(el).val() != -1);},
			asunto: function(el) {return ($(el).val() != '' && $(el).val() != -1);},
			consulta: function(el) {return ($(el).val() != '' && $(el).val() != -1);},
			email: function(el) {return /^[A-Za-z][A-Za-z0-9_]*@[A-Za-z0-9_]+\.[A-Za-z0-9_.]+[A-za-z]$/.test($(el).val());},
			telefono: function(el){return /^[0-9- ]*$/.test($(el).val());}
};