str = location.search;
str = str.substring(1,str.length);
if (str == "printpage") {
	document.write('<link href="/css/forprint.css" rel="stylesheet" type="text/css">');
}
