
function equalize() {

 var left=document.getElementById('intro_text');
 var right=document.getElementById('testimonial_home2');

if(right.offsetHeight>left.offsetHeight) {
  left.style.height=right.offsetHeight+"px";
}
else {
  right.style.height=left.offsetHeight+"px";
 }
}
onload=equalize;


var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");

document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

try {

var pageTracker = _gat._getTracker("UA-7936734-2");

pageTracker._trackPageview();

} catch(err) {}

