// load.js

$(document).ready(function() {
	$("a[rel*='facebox']").facebox();
});

$(document).ready(function() {
	//var height = $('#content').css('min-height');
	
	//if($('#content').height() < parseInt(height)) {
	//	alert(height);
	//	$('#content').css('height', '450px');
	//}
});
