//
//news 傅农
news="/news/news.htm";
notice="/news/notice.htm";
exhibitions="/news/exhibitions.htm";
//
//archives 傅农
interuiew="/archives/interview.htm";
review="/archives/review.htm";
//
//surpace 傅农
spotlight="/surface/spotlight.htm";
surpace="/surface/surface.htm";
artist="/surface/artist.htm";
design_stuff="/surface/stuff.htm";
//
//gallery 傅农
color="/gallery/color.htm";
face="/gallery/face.htm";
typo="/gallery/typo.htm";
street="/gallery/street.htm";
//
//board 傅农
board="/board/board.htm";
//
//project 傅农
project="/project/project.htm";
artist_splash="/project/splash.htm";
//
//
function  goLocation(name){
  if (eval(name) != '') {
		document.location.href = eval(name);
	}
};
