/*!
* @version cbscs.js v1.00.001 09.11.2009
* @author Jacques Dupoux
* @comment
*/


var CBSCS = CBSCS || {};


CBSCS.collegesports = (function() {



	jQuery(document).ready(function(){
	
		jQuery('#logo-link').click(
			function(){
	    		location.href='/';
		});
		
		
		// link for get cbs //
		jQuery('#nav-getcbscollege').click(
			function(){
	    		location.href='/getcbscollegesports/';
		});
		    	
	});




})();