$(document).ready(function() {
    // for internet explorer 6 & 7
    if (!$.support.cssFloat) $('.categoryArtistL:first, .categoryArtistR:first').css('border-top', '1px solid #9a9a9a'); // need this here because need to select the very first of each, which can't be done in CSS
});

// for firefox
if ($.browser.mozilla) {
	document.write('<link rel="stylesheet" type="text/css" href="/css/styles-mozilla.css" />');
}
