/*******************************************************************************
*                                                                              *
*   Earl Wild Official Web Site                                                *
*                                                                              *
*   This file is Setting file,                                                 *
*   and affects all of files on the site.                                      *
*                                                                              *
*	filename: config.js                                                        *
*	path: rootPath/                                                            *
*	date: 01/05/2004                                                           *
*                                                                              *
*	(c) reInnovation - accommodate radical creation                            *
*	    www.reinnovation.com                                                   *
*                                                                              *
*******************************************************************************/


	var config = new Object();

/***** Site Root Path */


	if (location.href.indexOf('mrdproductions') != -1){
		config.rootPath = 'www.mrdproductions.com/';
	} else {
		config.rootPath = 'www.earlwild.com/';
	}

/***** Category Color */

	config.index_color = '#aa5566';
	config.home_color = '#aa5566';
	config.reviews_color = '#aa5566';
	config.interviews_color = '#aa5566';
	config.biography_color = '#909090';
	config.discography_color = '#cc99cc';
	config.transcriptions_color = '#99bb66';
	config.compositions_color = '#bbaa77';
	config.recordings_color = '#5588cc';
	config.performances_color = '#cc9944';

	config.privacy_color = config.index_color;
	config.contact_color = config.index_color;
	config.imagewin_color = config.index_color;

/***** Link Color */

	// var link_color = '#777777';

/***** Additional Configurations will be writen follow. */
