<!-- Begin

// AVAILABLE COLOR THEMES

//	gray
//	blue
//	navy
//	burgundy
//	gold
//	teal



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



var colorstyle	 	= "blue"	// COLOR THEME







// COPYRIGHT 2010 © 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">');





// SAFARI DETECT IFRAME CODE

if (navigator.userAgent.indexOf('Safari') != -1) {
document.write('<style type="text/css">');
document.write('.sidebar-frame	{ visibility: visible; }');
document.write('</style>');
}


//  End -->
