/*JavaScript Document*/
document.write('<script type="text/javascript" src="js/jquery.orbit-1.2.3.min.js"></script>');
$(window).load(function() {
	$('#featured').orbit();
});


$(document).delegate('.gotoTeacherPage', 'click', function(event) {
	var TeacherID	=	$(this).attr('id');
	window.location = 'index.php?op=course-index&s_t=' + TeacherID;
});

