var cssResolutionFilepath="/m/Shared/Styles/";if(navigator.userAgent.match(/iPhone/i))cssResolutionFilepath+="sbet_iphone.css";else if(window.screen.width>=230&&window.screen.width<=250&&window.screen.height>=310&&window.screen.height<=330)cssResolutionFilepath+="sbet_240x320.css";else if(window.screen.width>=310&&window.screen.width<=330&&window.screen.height>=230&&window.screen.height<=250)cssResolutionFilepath+="sbet_320x240.css";else if(window.screen.width>=310&&window.screen.width<=330&&window.screen.height>=390&&window.screen.height<=490)cssResolutionFilepath+="sbet_320x480.css";else if(window.screen.width>=470&&window.screen.width<=490&&window.screen.height>=310&&window.screen.height<=330)cssResolutionFilepath+="sbet_480x320.css";else if(window.screen.width>=470&&window.screen.width<=490&&window.screen.height>=630&&window.screen.height<=650)cssResolutionFilepath+="sbet_480x640.css";else if(window.screen.width>=630&&window.screen.width<=650&&window.screen.height>=470&&window.screen.height<=490)cssResolutionFilepath+="sbet_640x480.css";else cssResolutionFilepath+="sbet_240x320.css";if(STATIC_CONTENT_VERSION_SUFFIX)cssResolutionFilepath+=STATIC_CONTENT_VERSION_SUFFIX;document.write("<link rel='stylesheet' type='text/css' href='"+cssResolutionFilepath+"'/>");