$(document).ready(function() {

  	even_up();
  	     
});



page_ids = [''];

function even_up(){
	ph = $('#content').height();
	$('#days-open').css('height',ph);
	$('#award-left-closed').css('height',ph);
	$('#home-closed').css('height',ph);
}
