[jQuery] Load IE stylesheet using $.browser

[jQuery] Load IE stylesheet using $.browser


I'm hoping this is a really simple answer.
What is the best method to load a stylesheet using the $.browser and
jQuery?
For instance:
if ($.browser.msie) {
    /*load IE stylesheet*/
}
I appreciate any help.
Thanks.