/*Style Name: UGA Branding BarFor: Medical PartnershipAuthor URI: Janet BeckleyDescription: Coded for Medical Partnership / UGA Office of Public AffairsVersion: 1.0  12/2/2008*/// JavaScript DocumentjQuery(document).ready(function(){		// hides quickLinks just before page load	jQuery('#UGAquickLinks').hide();		// toggles the slickbox on clicking the noted link 	jQuery('.toggleQuickLinks a').click(function() {		jQuery('#UGAquickLinks').slideToggle(400);		return false;	});});// JavaScript Document// JavaScript Document