document.write('<link rel="stylesheet" href="/blueprint/screen.css" type="text/css" media="screen, projection">');
document.write('<link rel="stylesheet" href="/blueprint/print.css" type="text/css" media="print">');
document.write('<link rel="stylesheet" href="/blueprint/extras.css" type="text/css" media="print">');

/*
	<!--[if IE]><link rel="stylesheet" href="../blueprint/ie.css" type="text/css" media="screen, projection"><![endif]-->
*/

document.onkeypress = function(t) {
	if( (t.charCode==0?'':String.fromCharCode(t.charCode)) == 'b' ) {
		if( document.body.className == 'showgrid' ) {
			document.body.className = '';
		} else {
			document.body.className = 'showgrid';
		}
	}
}
