what is the proper way to make this work , its not targeting chrome with a different height
if(franchise_id=="0000") {
$('#aj_auction').css('height', '558px');
if($.browser.chrome) {
$('#aj_auction').css('height', '598px');
}
}