// JavaScript Document
function neo(){
	document.getElementById("wrapper").style.background="url(/images/bgwrapper.jpg) no-repeat center top";
	//document.getElementById("postLogo").style.background="url(/images/bgpostlogo.png) no-repeat";
}
function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}