jquerymobile CSS and n97 support...

jquerymobile CSS and n97 support...

Hi all,
    ive been creating a mobile site for veepiz and i have fallen on a few snags.... i happened to fall on a nokia n97 and tried the website. no css was applied to the website.... and i couldnt login... after some digging i came up with this
  1.         <script type="text/javascript">
  2.             $(document).bind("mobileinit", function(){

  3.                     $.mobile.ajaxEnabled = false;
  4.                     $.mobile.ajaxFormsEnabled = false;
  5.                     $.mobile.ajaxLinksEnabled = false;                        

  6.             });            
  7.         </script>
after applying that javascript... i could finally login. all animations r off (not a biggy) tho. ive tested the website on a few nokia browsers but can't get any to apply css. is this just me? N97.. isnt that symbian v5, so isnt it grade A and supposed to work? don't believe me, try http://www.veepiz.com/mobile/index.php on an n97 and lemme know if the css applies