str = location.search;
str = str.substring(1,str.length);
p = '#'+str+' {display: block;}';
if((str.match( /PRINTPAGE/ ))) {
	document.write('<link href="/homecook/basic/common/css/print.css" rel="stylesheet" type="text/css" />');
	document.write('<style><!--');
	document.write('.section {display: none;}');
	document.write(p);
	document.write('//--></style>');
}
