<!--
// load the standard nextag style sheet
document.write('<link rel="stylesheet" href="/css/nextag_01.css" type="text/css" />');


// load an additional css if this is for calibex
var theURL = location.href;
if (theURL.search(/calibex/i) > 0) {
	document.write('<style type="text/css">@import url(/calibex.css);</style>');
}
if (theURL.search(/tech1/i) > 0) {
	document.write('<style type="text/css">@import url(/tech1.css);</style>');
}
// -->
