<!-- Begin

// AVAILABLE COLOR THEMES

//	alphabetical order	order of preference (low -> high)
//	-------------------------	--------------------------------------------
//	black		bluewhite 5 LESS BEAUTIFUL (blue-white)
//	bluewhite		black	4 to be avoided (no corners c'se black on black)
//	cobalt		cobalt 	3 AVERAGE
//	darkgray		gray	2 to be used 1 month before every major update
//	gray		darkgray	1 FAVORITE (dark-gray)


// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)

var colorstyle	 	= "darkgray"	// current TEMPLATE COLOR

// COPYRIGHT 2007 © Sono http://www.livingtantra.be/
// Unauthorized use or sale of this script is strictly prohibited by law

// YOU DO NOT NEED TO EDIT BELOW THIS LINE

document.write('<link rel="StyleSheet" href="css/'+colorstyle+'.css" type="text/css">');
document.write('<link rel="StyleSheet" href="css/'+colorstyle+'-menu.css" type="text/css">');

//  End -->