$(document).ready(function() {

try{
    var cntCol1 = document.getElementById('content-col1');
    var cntCol2 = document.getElementById('content-col1');
    cntCol1.style.height = cntCol2.offSetHeight + 'px';
}
catch(e){
}
$("a[rel^='prettyPhoto']").prettyPhoto({theme:'facebook'});

});
