$(document).ready(function() {
	//Page Border
	var ph = $('#page_CONTENT').height()+10;
	$('#border_L').css('height',ph+'px');
	$('#border_R').css('height',ph+'px');
	//Testimonials Border
	var th = $('#boxRightTC').height()+10;
	$('#boxRightTSL').css('height',th+'px');
	$('#boxRightTSR').css('height',th+'px');
});