Registering arbitrary code with CClientScript

Is there currently any way to register arbitrary code to the html header of your layout with CClientScript? For instance, something like :


	<!--[if lt IE 8]>

	<link rel="stylesheet" type="text/css" href=">css/ie.css" media="screen, projection" />

	<![endif]-->

It seems it doesn’t, why not? Could this be implanted?

There is filled an issue for this - http://code.google.com/p/yii/issues/detail?id=1240

Thanks