$(document).ready(function(){
	$("#btn_debt_test").hover(function() {
		$(this).attr("src","/wp-content/themes/ivazebra/images/debttest_rollover.png");
			}, function() {
		$(this).attr("src","/wp-content/themes/ivazebra/images/debttest.png");
	});
 
	$('.view-transcript a').colorbox({width:"50%",height:"600px",inline:true,href:"#modaltranscript"});
 
	$("#tabs").tabs();
});
