<!-- Begin CHROME ADD-ON E1-1

// gray(ok)  blue(nice)  navy(too dark)  burgundy(yuk)  
// gold(ok)  darkgreen(could work)  lightgreen(feminine)  
// forest(dark but nice)  green(too much)  darkgray(almost black, no sidebar)
// black(no sidebar)  bluewhite(nice blue, grey sidebar)  
// cobalt(nice, dark, marbled)  blackwhite(ok)  browngray(warm)  bluegray(darkish, nice)



// EDIT THE VARIABLE BELOW WITH A CHOICE ABOVE (only in lowercase)



var colorstyle	 	= "custom"	// TEMPLATE COLOR



// COPYRIGHT 2007 © Allwebco Design Corporation
// 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 -->