﻿jQuery.noConflict();
jQuery(document).ready(function() {						
//Function for the Inner Fade News Ticker
	jQuery('.LNavStudentQuote').innerfade({
						animationtype: 'fade',
						speed: 700,
						timeout: 10000,
						type: "random",
						containerheight: '2.0em'
		});
	}); 