
var maxHeight=0;function matchColumns()
{$x('div.column').each(function()
{if($x(this).height()>maxHeight)
{maxHeight=$x(this).height();}}).height(maxHeight);}
$x(function(){matchColumns()});