/* test for Safari on iPhone */
var agt = navigator.userAgent.toLowerCase();
if (agt.indexOf('iphone')!=-1) {
   document.write('<LINK REL="stylesheet" TYPE="text\/css" HREF="\/styleSBMUGiphone.css">');
}
