
/****************************************************************************

  This file is part of the GamesCast.tv Website

	GamesCast.tv coded by Steve "GreasedScotsman" Huff, 
	Copyright 2010 Steve Huff
	
	It is distributed under the terms of the 
	GNU General Public License
		
***************************************************************************/

$(document).ready(function(){

	/*$.fn.qtip.styles.gctvstyle = { 
		width: 200,
		name: 'dark' // Inherit the rest of the attributes from the preset dark style
	}*/

	$.jGrowl.defaults.closeTemplate = '<img src="/images/icons/x_10.png" alt="Close" />';
	$.jGrowl.defaults.position = 'bottom-right';

});


// EOF
