
   
$(document).ready(function() {
// these functions are not needed in the new design
	$(".equlize_2").equalHeights(729);
	$(".eq_top1").equalHeights(200); // changed from 141 for new page builder mockups 	
	$(".eq2").equalHeights(730);	// removed 3000
	
	
	
//var highestCol = Math.max($('#FSP_wrap').height(),$('#Right_nav').height());
//$('.equlize_2').height(highestCol);
	
	
	
//	$J('.equlize').css({height:newheight+'px');




$("#rightTopAdCar a").click(function(){
			var ObId = $(this).get(0).id;
	
			s=s_gi('cengagesearch');
			s.linkTrackVars='prop2,prop4,eVar4,events'; 
			s.linkTrackEvents='event4';
			s.prop4=ObId;
			s.eVar4=ObId;
			s.events='event4';
			s.tl(this,'o','ObId');
		});

$(".Rnav_content a").click(function(){
			var ObId = $(this).get(0).id;
			s=s_gi('cengagesearch');
			s.linkTrackVars='prop2,prop4,eVar4,events'; 
			s.linkTrackEvents='event4';
			s.prop4=ObId;
			s.eVar4=ObId;
			s.events='event4';
			s.tl(this,'o','ObId');
	
	});
	
	$(".Rnav_content_html a").click(function(){
			var ObId = $(this).get(0).id;
			s=s_gi('cengagesearch');
			s.linkTrackVars='prop2,prop4,eVar4,events'; 
			s.linkTrackEvents='event4';
			s.prop4=ObId;
			s.eVar4=ObId;
			s.events='event4';
			s.tl(this,'o','ObId');
	
	});
	
	
	$('#FooterWrap').wrap('<div id="footer" />');
	// fixes the missing footer div in the code
	});


