/**
 * Global GREENDRAGON JS config.
 * 
 * All variable settings for the site should go here
 * and should be editted here. If you want to change
 * a setting on the site do it here! If you don't
 * know what you are doing then do not make any
 * changes.
 * 
 * Any needed variables can go in here but in the 
 * interest of keeping everything nice and tidy 
 * try to add any needed vars to the Config global
 * object.
 * 
 * Please document all variables and settings added
 * here for future reference.
 * 
 * @author Michael Gilley <michael@180bydesign.com>
 * @copyright 2011 Green Dragon <greendragonstyle.com>
 * @legal All Rights Reserved
 */

var localConfig = window.localConfig = {
	
	// Local Websites
	
	siteURL: {

		gdgroup: 	'http://www.greendragongroupltd.com/',
		gdstyle: 	'http://www.greendragonstyle.com/',
		plclothing: 'http://www.pinklotusclothing.com/'
		
	}

	
	// Easing
	
	// Menus
	
	
	
	// dynamic searching
};

