var now = new Date();
var hours = now.getHours();
	document.write('<style type="text/css">')
		if (hours > 17){
			//document.write('#bgIndex {background:url(../../images/bgPM.jpg) repeat-x #000;} #bgInside{background:url(../../images/bgInsidePM.jpg) repeat-x #000;} #siteLogo{background:url(../../images/logoPM.jpg) no-repeat;} #siteNav li a{color:#fff;} #siteNav li a:hover{color:#ccc;} #topContent,#topContentInside {background:url(../../images/topContentBgPM.png) no-repeat top right;} h2{background:url(../../images/bgTxtTitlePM.gif) no-repeat; color:#fff;} #bottomContent{background:url(../../images/botContentBgPM.png) no-repeat left;} .marginArticle{color:#cdcdcd;} .marginArticle a {color:#fff;font-weight:bold;text-decoration:none;} .marginArticle a:hover{text-decoration:underline;} #footer,#footer a {color:#ccc;} #mainContent{color:#fff;} .bottomContentDiv {color:#fff;} .trBgUp{background-color:#333;} .trBgDown{background-color:#ccc; color:#333;}')
			document.write('#black{color:#FFFFFF;} #bgIndexhome {background:url(../../images/bgPM.jpg) repeat-x #000;} #bgIndex {background: #000;} #bgInside{background: #000;} #siteLogo{background:url(../../images/logoPM.jpg) no-repeat;} #siteNav li a{color:#fff;} #siteNav li a:hover{color:#ccc;} #topContent,#topContentInside {background:url(../../images/topContentBgPM.png) no-repeat top right;} h2{background:url(../../images/bgTxtTitlePM.gif) no-repeat; color:#fff;} #bottomContent{background:url(../../images/botContentBgPM.png) no-repeat left;} .marginArticle{color:#cdcdcd;} .marginArticle a {color:#fff;font-weight:bold;text-decoration:none;} .marginArticle a:hover{text-decoration:underline;} #footer,#footer a {color:#ccc;} #mainContent{color:#fff;} .bottomContentDiv {color:#fff;} .trBgUp{background-color:#333;} .trBgDown{background-color:#ccc; color:#333;}')
		}
		else {
			//document.write('#bgIndex{background:url(../../images/bgAM.jpg) repeat-x #ebebeb;} #bgInside{background:url(../../images/bgInsideAM.jpg) repeat-x #ebebeb;} #siteLogo{background:url(../../images/logoAM.jpg) no-repeat;} #siteNav li a{color:#000;} #siteNav li a:hover{color:#9D9D9D;} #topContent,#topContentInside{background:url(../../images/topContentBgAM.png) no-repeat top right;} h2{background:url(../../images/bgTxtTitleAM.gif) no-repeat; color:#333;} #bottomContent{background:url(../../images/botContentBgAM.png) no-repeat left;} .marginArticle{color#333;} .marginArticle{color:#333;} .marginArticle a {color:#000;font-weight:bold;text-decoration:none;} .marginArticle a:hover{text-decoration:underline;} #footer,#footer a {color:#333;} #mainContent{color:#333;} .bottomContentDiv {color:#333;} .trBgUp{background-color:#d9d9d9;} .trBgDown{background-color:#fff;}')
			document.write('#black{color:#000000;} #bgIndexhome{background:url(../../images/bgAM.jpg) repeat-x #ebebeb;} #bgIndex{background:  #cacaca;} #bgInside{background:#e2e2e2;} #siteLogo{background:url(../../images/logoAM.jpg) no-repeat;} #siteNav li a{color:#000;} #siteNav li a:hover{color:#9D9D9D;} #topContent,#topContentInside{background:url(../../images/topContentBgAM.png) no-repeat top right;} h2{background:url(../../images/bgTxtTitleAM.gif) no-repeat; color:#333;} #bottomContent{background:url(../../images/botContentBgAM.png) no-repeat left;} .marginArticle{color#333;} .marginArticle{color:#333;} .marginArticle a {color:#000;font-weight:bold;text-decoration:none;} .marginArticle a:hover{text-decoration:underline;} #footer,#footer a {color:#333;} #mainContent{color:#333;} .bottomContentDiv {color:#333;} .trBgUp{background-color:#d9d9d9;} .trBgDown{background-color:#fff;}')
		}
	document.write('<\/style>')
