/*
 * Please maintain closure on everything you do in this file so that we do
 * not cloud the default namespace of JavaScript.
 */
 
 /* Not being used at the moment -Jess 12/02/09
$(function()
{
	// Set jGrowl default options
	$.jGrowl.defaults.position = 'bottom-right';
});
*/

/* Function to lower opacity on language flag not in use */
$(document).ready(function() {
//	$('div.flag-images a img.flagActive').fadeTo(0,.3);
});
