		/*document.write('<link href="http://www1.georgetown.edu/grad/cct_new/css/mininav.css" rel="stylesheet" type="text/css" media="screen" />');*/

		$(function() {
			$('#slidenews').cycle({
				fx:     'scrollVert',
				prev:   '#prev',
				cleartype: 1,
				next:   '#next'
			});
		});
		
		/*hslides*/
		
		/*
		client decided to kill this functionality
		$(function(){
			enterFunction = function(){
				$(this).html('ACTIVE');
			}
			leaveFunction = function(){
				$(this).html('inactive');
			}
			$('.mininav').hSlides({
				eventHandler: 'hover',
				totalWidth: 620, 
				totalHeight: 36, 
				minPanelWidth: 92, 
				maxPanelWidth: 528,
				panelSelector: 'div.minipanel',
				activeClass: 'myopen'
			});		}
		);*/

