$(function() {
	
	// linkscrubber
	$("a").bind("focus",function(){if(this.blur)this.blur();});
	$("input[type='image']").bind("focus",function(){if(this.blur)this.blur();});
	
	
	// cufon
   Cufon.set('fontFamily', 'Helvetica Neue LT Pro').replace('#footer_top .col_6 .hd_subscribe, #home_tabs #tab1 span, #home_tabs #tab2 span, #home_tabs #tab3 span, a.btn_red span, a.btn_grey span, .newsletter h3, .doCufon');
	Cufon.set('fontFamily', 'Helvetica Neue LT Pro 500').replace('.infolink .label, .box_video .label');
	Cufon.set('fontFamily', 'Helvetica Neue LT Pro 700').replace('#sidenav h2, .content h3, .content h4, .content h5, .column_2_vid h3, .column_2_vid h4');
	
	//footer
	$('#footer_top ul').children(':last-child').css({'border' : 'none'});
	
	$('.content table tr:odd').css({'background' : '#fbfbfb'});
	
});
